[oe-commits] org.oe.dev linux-handhelds-2.6: Use deployed kernel filename consistent with main kernel recipe.

pfalcon commit openembedded-commits at lists.openembedded.org
Wed Dec 12 15:03:32 UTC 2007


linux-handhelds-2.6: Use deployed kernel filename consistent with main kernel recipe.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 68bc31a5b246f44e534d8f4f7947dc630aeb20fc
ViewMTN: http://monotone.openembedded.org/revision/info/68bc31a5b246f44e534d8f4f7947dc630aeb20fc
Files:
1
packages/linux/linux-handhelds-2.6.inc
packages/linux/linux-handhelds-2.6_2.6.21-hh19.bb
Diffs:

#
# mt diff -r69b3efcfc3dd38969ba8aaed6a469f754e2cdb04 -r68bc31a5b246f44e534d8f4f7947dc630aeb20fc
#
# 
# 
# patch "packages/linux/linux-handhelds-2.6.inc"
#  from [8fd391c5dea2011084315e312146757e2c5bfea7]
#    to [8a1cbcb3f61f8916215950aabdd338c438d2f8f0]
# 
# patch "packages/linux/linux-handhelds-2.6_2.6.21-hh19.bb"
#  from [07839c0797b5ba09b5aae7fcdbb3232965b3f8e3]
#    to [2e774376b648af5299a532253bd79480809c5e54]
# 
============================================================
--- packages/linux/linux-handhelds-2.6.inc	8fd391c5dea2011084315e312146757e2c5bfea7
+++ packages/linux/linux-handhelds-2.6.inc	8a1cbcb3f61f8916215950aabdd338c438d2f8f0
@@ -23,7 +23,7 @@ KERNEL_PRIORITY = "${@'%d' % (int(bb.dat
 
 KERNEL_PRIORITY = "${@'%d' % (int(bb.data.getVar('K_MAJOR',d,1)) * 100000000 + int(bb.data.getVar('K_MINOR',d,1)) * 1000000 + int(bb.data.getVar('K_MICRO',d,1)) * 10000 + float(bb.data.getVar('HHV',d,1)))}"
 
-KERNEL_FILENAME = "${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME}"
+KERNEL_FILENAME = "${KERNEL_IMAGETYPE}-${PV}-${PR}-${MACHINE}.bin"
 
 do_configure() {
 
============================================================
--- packages/linux/linux-handhelds-2.6_2.6.21-hh19.bb	07839c0797b5ba09b5aae7fcdbb3232965b3f8e3
+++ packages/linux/linux-handhelds-2.6_2.6.21-hh19.bb	2e774376b648af5299a532253bd79480809c5e54
@@ -1,7 +1,7 @@ LICENSE = "GPL"
 SECTION = "kernel"
 DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices."
 LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
 
 DEFAULT_PREFERENCE = "-1"
 






More information about the Openembedded-commits mailing list