aboutsummaryrefslogtreecommitdiffstats
path: root/meta-skeleton
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2013-03-19 20:16:47 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-20 17:25:07 +0000
commit6aacf7b2c571bf1004caaa9883e58c1f22e37fec (patch)
tree568ae17a46e83ffa07eed69264c1b35195b8a0e1 /meta-skeleton
parent753533b2f338ff2ef97eebd5eace7623404ae457 (diff)
downloadopenembedded-core-6aacf7b2c571bf1004caaa9883e58c1f22e37fec.tar.gz
core-image-multilib-example: Location of core-image-sato.bb changed
Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-skeleton')
-rw-r--r--meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb2
1 files changed, 1 insertions, 1 deletions
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 7703731750..f13186f933 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"