[OE-core] [PATCH 1/1] meta-skeleton: specify the correct path to core-image-sato.bb
Qi.Chen at windriver.com
Qi.Chen at windriver.com
Wed Mar 20 05:49:14 UTC 2013
From: Chen Qi <Qi.Chen at windriver.com>
core-image-sato.bb is under recipes-sato instead of recipes-core.
Use the correct path so that it doesn't cause a parse error.
[YOCTO #4055]
Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
---
.../images/core-image-multilib-example.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb b/meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb
index 7703731..f13186f 100644
--- a/meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb
+++ b/meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb
@@ -7,7 +7,7 @@
#
# First include a base image to base things off
-require recipes-core/images/core-image-sato.bb
+require recipes-sato/images/core-image-sato.bb
# Now add the multilib packages we want to install
IMAGE_INSTALL += "lib32-bash"
--
1.7.9.5
More information about the Openembedded-core
mailing list