[oe-commits] Paul Eggleton : classes/populate_sdk_base: remove nostamp from do_populate_sdk

git at git.openembedded.org git at git.openembedded.org
Sun Feb 9 09:56:19 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: de9b693f4ff311f1310a1c6005e0d5c225aabef6
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=de9b693f4ff311f1310a1c6005e0d5c225aabef6

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Tue Feb  4 13:33:48 2014 +0000

classes/populate_sdk_base: remove nostamp from do_populate_sdk

We've removed nostamp from do_rootfs in image.bbclass in OE-Core commit
8505008c115efb54d18e5f25441c7a938a32ffaf, and we should do the same for
do_populate_sdk here for the same reason - we can now rely on task
signatures so if nothing has changed, we don't need to re-run it.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/classes/populate_sdk_base.bbclass | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/classes/populate_sdk_base.bbclass b/meta/classes/populate_sdk_base.bbclass
index 29890e3..096628b 100644
--- a/meta/classes/populate_sdk_base.bbclass
+++ b/meta/classes/populate_sdk_base.bbclass
@@ -330,7 +330,6 @@ populate_sdk_log_check() {
 }
 
 do_populate_sdk[dirs] = "${TOPDIR}"
-do_populate_sdk[nostamp] = "1"
 do_populate_sdk[depends] += "${@' '.join([x + ':do_populate_sysroot' for x in d.getVar('SDK_DEPENDS', True).split()])}"
 do_populate_sdk[rdepends] = "${@' '.join([x + ':do_populate_sysroot' for x in d.getVar('SDK_RDEPENDS', True).split()])}"
 do_populate_sdk[recrdeptask] = "do_package_write"



More information about the Openembedded-commits mailing list