| Submitter | Koen Kooi |
|---|---|
| Date | May 17, 2011, 6:34 a.m. |
| Message ID | <E79027E3-2F0B-40DF-8798-6AF5D6C3E4E8@dominion.thruhere.net> |
| Download | mbox | patch |
| Permalink | /patch/4217/ |
| State | New, archived |
| Headers | show |
Comments
On Tue, 2011-05-17 at 08:34 +0200, Koen Kooi wrote: > Thanks for looking into this! For the time being I'll work around it with: > > oen@dominion:/OE/tentacle/sources/meta-angstrom$ git diff conf/distro/ > diff --git a/conf/distro/include/angstrom-core-tweaks.inc b/conf/distro/include/angstrom-core-tweaks.inc > index e4bd798..fe9225c 100644 > --- a/conf/distro/include/angstrom-core-tweaks.inc > +++ b/conf/distro/include/angstrom-core-tweaks.inc > @@ -18,6 +18,11 @@ STAGING_DIR_HOST = "${STAGING_DIR}/${MACHINE}-${TCLIBC}" > +# Work around multimachine breakage > +# See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/002535.html > + > +LICENSE_DIRECTORY = "${DEPLOY_DIR}/licenses" > > I think that's a better place to stash those licenses, since we drop images in DEPLOY/image, sources in DEPLOY/sources and sdks in DEPLOY/sdk so DEPLOY/licenses makes sense. > > Do you want me to send a patch to license.bbclass for this? Yes please. Cheers, Richard
Patch
diff --git a/conf/distro/include/angstrom-core-tweaks.inc b/conf/distro/include/angstrom-core-tweaks.inc index e4bd798..fe9225c 100644 --- a/conf/distro/include/angstrom-core-tweaks.inc +++ b/conf/distro/include/angstrom-core-tweaks.inc @@ -18,6 +18,11 @@ STAGING_DIR_HOST = "${STAGING_DIR}/${MACHINE}-${TCLIBC}" +# Work around multimachine breakage +# See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/002535.html + +LICENSE_DIRECTORY = "${DEPLOY_DIR}/licenses" I think that's a better place to stash those licenses, since we drop images in DEPLOY/image, sources in DEPLOY/sources and sdks in DEPLOY/sdk so DEPLOY/licenses makes sense. Do you want me to send a patch to license.bbclass for this? regards,