linux-handhelds-2.6: Remove adhoc ripping of kernel-image modules.
authorPaul Sokolovsky <pmiscml@gmail.com>
Fri, 13 Jul 2007 01:11:20 +0000 (01:11 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Fri, 13 Jul 2007 01:11:20 +0000 (01:11 +0000)
* 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

conf/distro/angstrom-2007.1.conf
packages/linux/linux-handhelds-2.6.inc

index 5fa414d..52a475f 100644 (file)
@@ -128,6 +128,8 @@ PCMCIA_MANAGER = "pcmciautils"
 
 #Preferred version for the kernel on various machines
 PREFERRED_VERSION_linux-handhelds-2.6               ?= "2.6.21-hh11"
+RDEPENDS_kernel-base_hx4700 = ""
+RDEPENDS_kernel-base_htcuniversal = ""
 
 PREFERRED_VERSION_linux_at91sam9263ek               ?= "2.6.20"
 
index 58aa46d..9e0a6dd 100644 (file)
@@ -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]}"