[oe-commits] org.oe.dev linux-handhelds-2.6: Remove adhoc ripping of kernel-image modules.

pfalcon commit openembedded-commits at lists.openembedded.org
Fri Jul 13 10:56:35 UTC 2007


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

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 15e9044bbe8e280cad7697998ef726bdf38fb070
ViewMTN: http://monotone.openembedded.org/revision.psp?id=15e9044bbe8e280cad7697998ef726bdf38fb070
Files:
1
conf/distro/angstrom-2007.1.conf
packages/linux/linux-handhelds-2.6.inc
Diffs:

#
# mt diff -r107f64009b7f463883400621043d17f0a8ff4d1c -r15e9044bbe8e280cad7697998ef726bdf38fb070
#
# 
# 
# patch "conf/distro/angstrom-2007.1.conf"
#  from [8b80a1c95dae22cddbcc5efbca4f834aab273d56]
#    to [30089af9cd598e63f6822dc33dda537c997793c2]
# 
# patch "packages/linux/linux-handhelds-2.6.inc"
#  from [367c2fb70210ecd095d94fa1b594f1b1be9a7723]
#    to [9e48a6e2e961f90636b27931c73fa87d941a314d]
# 
============================================================
--- conf/distro/angstrom-2007.1.conf	8b80a1c95dae22cddbcc5efbca4f834aab273d56
+++ conf/distro/angstrom-2007.1.conf	30089af9cd598e63f6822dc33dda537c997793c2
@@ -128,6 +128,8 @@ PREFERRED_VERSION_linux-handhelds-2.6   
 
 #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"
 
============================================================
--- packages/linux/linux-handhelds-2.6.inc	367c2fb70210ecd095d94fa1b594f1b1be9a7723
+++ packages/linux/linux-handhelds-2.6.inc	9e48a6e2e961f90636b27931c73fa87d941a314d
@@ -15,13 +15,7 @@ inherit kernel
 
 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]}"
 K_MICRO ?= "${@bb.data.getVar('PV',d,1).split('-')[0].split('.')[2]}"






More information about the Openembedded-commits mailing list