diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2013-03-19 20:16:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-20 17:26:16 +0000 |
commit | 998ec3bbcc4425468b83c76b364dc837d7979211 (patch) | |
tree | 5dd9bee63d765374581d7f806a6280c35c693be3 | |
parent | ebf4d7a90dd9fcfbc9ff908da5b33f84df2de099 (diff) | |
download | poky-998ec3bbcc4425468b83c76b364dc837d7979211.tar.gz |
core-image-multilib-example: Location of core-image-sato.bb changed
(From OE-Core rev: 6aacf7b2c571bf1004caaa9883e58c1f22e37fec)
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>
-rw-r--r-- | meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb | 2 |
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 @@ | |||
7 | # | 7 | # |
8 | 8 | ||
9 | # First include a base image to base things off | 9 | # First include a base image to base things off |
10 | require recipes-core/images/core-image-sato.bb | 10 | require recipes-sato/images/core-image-sato.bb |
11 | 11 | ||
12 | # Now add the multilib packages we want to install | 12 | # Now add the multilib packages we want to install |
13 | IMAGE_INSTALL += "lib32-bash" | 13 | IMAGE_INSTALL += "lib32-bash" |