#@TYPE: Machine #@NAME: overo machine #@DESCRIPTION: Machine configuration for the overo include conf/machine/include/tune-cortexa8.inc TARGET_ARCH = "arm" PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6 armv7 armv7a" MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa" PREFERRED_VERSION_u-boot = "git" UBOOT_ENTRYPOINT = "0x80008000" UBOOT_LOADADDRESS = "0x80008000" PREFERRED_PROVIDER_virtual/kernel = "linux-omap3" KERNEL_IMAGETYPE = "uImage" MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" SERIAL_CONSOLE = "115200 ttyS2" IMAGE_FSTYPES += "tar.bz2 jffs2" EXTRA_IMAGECMD_jffs2 = "-lnp " EXTRA_IMAGEDEPENDS += "u-boot-omap3 x-load" PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" #XSERVER = "xserver-xorg \ # xf86-input-evdev \ # xf86-input-mouse \ # xf86-video-fbdev \ # xf86-input-keyboard" XSERVER = "xserver-kdrive-fbdev" GUI_MACHINE_CLASS = "bigscreen" ANGSTROM_URI = "http://www.gumstix.net" >cgit logo index : openembedded-core.git
Trygve Laugstøl
summaryrefslogtreecommitdiff
path: root/meta/recipes-extended/libzypp/libzypp_git.bb
blob: 20e8f7c33a39b2e4cc44acd3ca3fd3e501457fab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151