[oe-commits] org.oe.dev linux-handhelds-2.6: do_deploy after do_install and before do_package.

pH5 commit openembedded-commits at lists.openembedded.org
Wed Mar 7 16:41:46 UTC 2007


linux-handhelds-2.6: do_deploy after do_install and before do_package.
- This makes sure that bitbake doesn't try to deploy after rm_work.

Author: pH5 at openembedded.org
Branch: org.openembedded.dev
Revision: 2a83a3cf4b622a0ca66d5de38b7d9bbb6be39bb1
ViewMTN: http://monotone.openembedded.org/revision.psp?id=2a83a3cf4b622a0ca66d5de38b7d9bbb6be39bb1
Files:
1
packages/linux/linux-handhelds-2.6.inc
Diffs:

#
# mt diff -rc68d955a46410c83d7fc2a287fafb26d96ce02c1 -r2a83a3cf4b622a0ca66d5de38b7d9bbb6be39bb1
#
# 
# 
# patch "packages/linux/linux-handhelds-2.6.inc"
#  from [1259fc5cf909c3ec88e3d0ff098bdcbc0d2b7086]
#    to [5a513d24cc5ec1fd38209c22dd7e5b4a68014a01]
# 
============================================================
--- packages/linux/linux-handhelds-2.6.inc	1259fc5cf909c3ec88e3d0ff098bdcbc0d2b7086
+++ packages/linux/linux-handhelds-2.6.inc	5a513d24cc5ec1fd38209c22dd7e5b4a68014a01
@@ -1,9 +1,9 @@ COMPATIBLE_HOST = "arm.*-linux"
 SECTION = "kernel"
 DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices."
 LICENSE = "GPL"
 
 COMPATIBLE_HOST = "arm.*-linux"
-COMPATIBLE_MACHINE ?= '(asus730|aximx50|h1910|h2200|h3600|h3800|h3900|h4000|h5000|htcblueangel|htcuniversal|hx4700|jornada56x|magician|simpad|rx3000)'
+COMPATIBLE_MACHINE ?= '(asus730|aximx50|h1910|h2200|h3600|h3800|h3900|h4000|h5000|htcblueangel|htcuniversal|hx4700|jornada56x|magician|simpad|rx3000|htchermes)'
 
 # SRC_URI *must* be overriden in includer, but this is a good reference
 SRC_URI ?= "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \
@@ -70,4 +70,4 @@ do_deploy[dirs] = "${S}"
    
 do_deploy[dirs] = "${S}"
 
+addtask deploy before do_package after do_install
-addtask deploy before do_build after do_compile






More information about the Openembedded-commits mailing list