Having FEED_DEPLOYDIR_BASE_URI set in local.conf was causing recipie to not build
Signed-off-by: Henry von Tresckow <[email protected]> --- recipes/kexecboot/initramfs-kexecboot-image.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes/kexecboot/initramfs-kexecboot-image.bb b/recipes/kexecboot/initramfs-kexecboot-image.bb index 890287d..285640d 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 -- 1.6.3.3 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
