]> code.ossystems Code Review - openembedded-core.git/commitdiff
image.bbclass: Revert some changes as bitbake can't seem to cope with them :-(
authorRichard Purdie <richard@openedhand.com>
Sun, 2 Sep 2007 23:24:51 +0000 (23:24 +0000)
committerRichard Purdie <richard@openedhand.com>
Sun, 2 Sep 2007 23:24:51 +0000 (23:24 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2661 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/image.bbclass

index ead1708d5bb8f46832c766a98f6b1ba2e0f9f27b..5c672f19bc3e2d1c31316d875e5767c53ecd5388 100644 (file)
@@ -4,8 +4,11 @@ LICENSE = "MIT"
 PACKAGES = ""
 RDEPENDS += "${IMAGE_INSTALL}"
 
-export IMAGE_BASENAME ?= "${PN}"
-export PACKAGE_INSTALL ?= "${IMAGE_INSTALL}"
+#bitbake doesn't seem to cope with this :-(
+#export IMAGE_BASENAME ?= "${PN}"
+#export PACKAGE_INSTALL ?= "${IMAGE_INSTALL}"
+export IMAGE_BASENAME = "${PN}"
+export PACKAGE_INSTALL = "${IMAGE_INSTALL}"
 
 # We need to recursively follow RDEPENDS and RRECOMMENDS for images
 do_rootfs[recrdeptask] += "do_deploy do_populate_staging"