diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-09-05 08:29:48 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-09-05 08:29:48 +0000 |
commit | a0cdc9273d0d04c9adb075850206f7634d3658b9 (patch) | |
tree | b0f188a901c6d94b6bf9e34a0f8e4ee67796c22f /classes | |
parent | ed43a110b2da1c74e5ce2af8658606721df185c8 (diff) |
bitbake.conf/image.bbclass: Set IMAGE_BASENAME to a better default and export correctly, add BZR fetcher config (from poky)
Diffstat (limited to 'classes')
-rw-r--r-- | classes/image.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/image.bbclass b/classes/image.bbclass index 04e26e4b35..3420e3f53a 100644 --- a/classes/image.bbclass +++ b/classes/image.bbclass @@ -4,7 +4,7 @@ LICENSE = "MIT" PACKAGES = "" RDEPENDS += "${IMAGE_INSTALL}" -export IMAGE_BASENAME ?= "${PN}" +IMAGE_BASENAME[export] = "1" export PACKAGE_INSTALL ?= "${IMAGE_INSTALL}" # We need to recursively follow RDEPENDS and RRECOMMENDS for images |