aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include
AgeCommit message (Expand)Author
2009-09-02linux-omap-* 2.6.29: add l1 cache performance tweak from l-a-k mlKoen Kooi
2009-08-24linux-omap 2.6.29: update holes patch, make iommu modular for beagleKoen Kooi
2009-08-17linux-omap* 2.6.29: add patch that should solve the memhole problemKoen Kooi
2009-08-14zaurus-2.6.inc: add zaurusd to collie RDEPENDSRolf Leggewie
2009-08-13linux-omap*: evm and beagle updatesKoen Kooi
2009-08-09tune-sh3.inc tune-sh4.inc: Define BASE_PACKAGE_ARCHKhem Raj
2009-07-16linux-omap 2.6.29: update support for the ISP resizerKoen Kooi
2009-07-08omap3.inc: bump PR for kernel changeKoen Kooi
2009-07-08calamari.conf: New machine (MPC8536DS development system).Leon Woestenberg
2009-07-01Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ...Koen Kooi
2009-06-30linux-davinci: update to the latest staging/vpfe branchDenys Dmytriyenko
2009-06-30linux-omap 2.6.29: add support for mmc1 on expansion connectorKoen Kooi
2009-06-21linux-kirkwood: update to 2.6.29.5, enable more usb driversKoen Kooi
2009-06-19linux-omap-pm git: start syncing with linux-omap non-pmKoen Kooi
2009-06-18zaurus-kernel.inc: remove MACHINE_KERNEL_PR settings (optional now)Andrea Adami
2009-06-09u-boot: add support for DaVinci EVMs, provided by a staging treeDenys Dmytriyenko
2009-06-06zaurus-installer: add collie support. properly unbreaks collie image build.Rolf Leggewie
2009-06-06zaurus-2.6.inc: FIX - collie doesn't need zaurus-updater inAndrea Adami
2009-06-05zaurus-2.6.inc: [tosa] wlan-ng is now inside the kernel for tosaAndrea Adami
2009-06-05linux-kirkwood: enable more features in defconfigKoen Kooi
2009-06-05linux-davinci git: add OTG to dm355-leopard defconfigKoen Kooi
2009-06-05linux-davinci git: update dm355-leopard defconfigKoen Kooi
2009-06-05linux-kirkwood: update to 2.6.29.4Koen Kooi
2009-06-02tune-ep3912: optimize with -O not -O2Marcin Juszkiewicz
2009-06-02tune-ep9312: ep9312 can run armv4tMarcin Juszkiewicz
2009-06-02tune-ep9312: use flags from Martin W. Guy workMarcin Juszkiewicz
2009-05-31zaurus-kernel: bump PR to match linux-kexecboot-2.6.24 fix for gcc-4.3Andrea Adami
2009-05-29linux-omap 2.6.29: update defconfigKoen Kooi
2009-05-27omap3: bump MACHINE_KERNEL_PRKoen Kooi
2009-05-25zaurus-kernel.inc: add a (common) PR for linux-kexecbootAndrea Adami
2009-05-24linux-davinci: bump PR and point to include file where MACHINE_KERNEL_PR is l...Koen Kooi
2009-05-24zaurus-2.6.inc: fix bogus MACHINE_EXTRA_RDEPENDS_collie and addAndrea Adami
2009-05-24kexecboot.inc: rename as initramfs-kexecboot.inAndrea Adami
2009-05-24zaurus-2.6.inc: reorder common include - readd collie and tosa specific bits ...Andrea Adami
2009-05-20machine/geode[gl]x: use more optimization while compilingOtavio Salvador
2009-05-20davinci.inc: add common DaVinci machine configurationDenys Dmytriyenko
2009-05-19linux-omap 2.6.29: refresh dss2 patchsetKoen Kooi
2009-05-17linux-kirkwood_2.6.29.2.bb : add CPUIDLE support so hopefully we wasteGraeme Gregory
2009-05-16linux-kirkwood: Add GSPCA based webcams as modulesTim 'timtim' Ellis
2009-05-16linux-kirkwood_2.6.29.2.bb : fix PR to new schemeGraeme Gregory
2009-05-16linux-kirkwood: update to 2.6.29.2Koen Kooi
2009-05-14AFEB9260: add 180MHz config, split machine confSergey Lapin
2009-05-11linux-omap 2.6.29: enable networking and staging drivers in beagleboard defco...Koen Kooi
2009-05-10linux-omap: update beagle defconfig to include TT_NEWSCHED and tweak overo PM...Koen Kooi
2009-05-07zaurus-clamshell.inc: remove unused KEXECBOOT_IMAGEDEPENDSAndrea Adami
2009-05-07zaurus-2.6.inc: set ERASEBLOCKSIZE_spitz = "0x20000"Andrea Adami
2009-05-07zaurus-2.6.inc: fix installkit creation on first buildAndrea Adami
2009-05-01zaurus-2.6.inc: force creation of jffs2 imagesAndrea Adami
2009-04-30Zaurus machines: reorganize configuration filesAndrea Adami
2009-04-28zaurus-2.6.inc: fix typo in installkitAndrea Adami
ion> OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/openembedded/classes/rootfs_ipk.bbclass
blob: 27295035076e63431307171868d0408526a6451f (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