aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry von Tresckow <hvontres@gmail.com>2010-01-27 18:44:44 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-01-28 14:22:01 +0100
commit9c20a61f1429529bb497297b6055aa499e18b084 (patch)
tree2f45b69751fd49007ede077581673c5d03ec40fe
parente9dfa3dc6741c9d2aad74fe1e4061ce9b89e9d0e (diff)
downloadopenembedded-holger/staging-branch.tar.gz
initramfs-kexecboot-image : Unset FEED_DEPLOYDIR_BASE_URI to allow builds with local feedsholger/staging-branch
Having FEED_DEPLOYDIR_BASE_URI set in local.conf was causing recipie to not build Signed-off-by: Henry von Tresckow <hvontres@gmail.com>
-rw-r--r--recipes/kexecboot/initramfs-kexecboot-image.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/kexecboot/initramfs-kexecboot-image.bb b/recipes/kexecboot/initramfs-kexecboot-image.bb
index 890287d3f6..285640dcf5 100644
--- a/recipes/kexecboot/initramfs-kexecboot-image.bb
+++ b/recipes/kexecboot/initramfs-kexecboot-image.bb
@@ -23,5 +23,5 @@ IMAGE_LOGIN_MANAGER = ""
IMAGE_INIT_MANAGER = ""
IMAGE_INITSCRIPTS = ""
IMAGE_DEV_MANAGER = ""
-
+FEED_DEPLOYDIR_BASE_URI = ""
inherit image