]> code.ossystems Code Review - openembedded-core.git/commit
rootfs_*.bbclass: exclude BUILDNAME var dependency from do_rootfs
authorMartin Jansa <Martin.Jansa@gmail.com>
Tue, 25 Sep 2012 22:57:21 +0000 (00:57 +0200)
committerSaul Wold <sgw@linux.intel.com>
Wed, 19 Dec 2012 07:48:20 +0000 (23:48 -0800)
commita78d2d21fffd646a0d6e0f02a8355be010a7bd28
treef6ff4c25f16f4451254435fa3dbeb4c4a34f5e2c
parent26bf8f6a047ccc0f73eaa40093afddabfce8ea1b
rootfs_*.bbclass: exclude BUILDNAME var dependency from do_rootfs

* I have kernel recipe which depends on other recipe to build tiny initramfs
  image, without this change it rebuilds not only that initramfs image
  but also whole kernel when DATE or TIME is changed and OEBasicHash enabled
* also resolves ERROR shown when bitbake -S is used for image:
  ERROR: Bitbake's cached basehash does not match the one we just generated
  (/OE/oe-core/openembedded-core/meta/recipes-core/images/core-image-minimal.bb.do_rootfs)!
  ERROR: The mismatched hashes were 8c35cdf8a5d09c03941f081dd9f6d8dc and b5d6e2e5952770557c48c5779ddb73fc

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/rootfs_deb.bbclass
meta/classes/rootfs_ipk.bbclass
meta/classes/rootfs_rpm.bbclass