diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-13 01:11:20 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-13 01:11:20 +0000 |
commit | 51b0fb438d94cf17ed4252226bf2ae13d9fb6d2d (patch) | |
tree | 852f00c8b6113475b6aee653acdc0f5893db27ae /packages/linux | |
parent | 12d2241f90235496be0bfc1935c63295b2f7b66f (diff) |
linux-handhelds-2.6: Remove adhoc ripping of kernel-image modules.
* Instead, make angstrom distro which wants so, not install them for a couple
of adhocly selected devices.
* See http://projects.linuxtogo.org/pipermail/openembedded-devel/2007-March/001688.html
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-handhelds-2.6.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/linux/linux-handhelds-2.6.inc b/packages/linux/linux-handhelds-2.6.inc index 58aa46d03e..9e0a6dd893 100644 --- a/packages/linux/linux-handhelds-2.6.inc +++ b/packages/linux/linux-handhelds-2.6.inc @@ -15,12 +15,6 @@ S = "${WORKDIR}/kernel26" inherit kernel -FILES_kernel-image_hx4700 = "" -ALLOW_EMPTY_hx4700 = "1" -FILES_kernel-image_htcuniversal = "" -ALLOW_EMPTY_htcuniversal = "1" - - K_MAJOR ?= "${@bb.data.getVar('PV',d,1).split('-')[0].split('.')[0]}" K_MINOR ?= "${@bb.data.getVar('PV',d,1).split('-')[0].split('.')[1]}" |