| Submitter | Mark Hatle |
|---|---|
| Date | March 19, 2013, 8:16 p.m. |
| Message ID | <1363724207-31476-1-git-send-email-mark.hatle@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/46485/ |
| State | Accepted |
| Commit | 6aacf7b2c571bf1004caaa9883e58c1f22e37fec |
| Headers | show |
Comments
On Tue, Mar 19, 2013 at 5:16 PM, Mark Hatle <mark.hatle@windriver.com> wrote:
> Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
I'd expect it to go to skeleton?
On Wed, Mar 20, 2013 at 11:02 AM, Otavio Salvador <otavio@ossystems.com.br> wrote: > On Tue, Mar 19, 2013 at 5:16 PM, Mark Hatle <mark.hatle@windriver.com> wrote: >> Signed-off-by: Mark Hatle <mark.hatle@windriver.com> > > I'd expect it to go to skeleton? Ignore! just noticed you did exactly that :-)
Patch
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"
Signed-off-by: Mark Hatle <mark.hatle@windriver.com> --- meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)