Browse Source

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>
Mark Hatle 11 years ago
parent
commit
6aacf7b2c5

+ 1 - 1
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"