On Thu, Aug 4, 2011 at 11:01 AM, <[email protected]> wrote: > From: Bruce Ashfield <[email protected]> > > To support the mapping of any oe/yocto MACHINE to a kernel > branch that may not share that naming structure we have > KMACHINE and KBRANCH. To allow the mapping to work, we > actually have to pass KMACHINE into updateme and not MACHINE.
This has also been rebased. I'll include this in my pull request tomorrow. I'm still doing regression testing on this change. Bruce > > Signed-off-by: Bruce Ashfield <[email protected]> > --- > meta/classes/kernel-yocto.bbclass | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/classes/kernel-yocto.bbclass > b/meta/classes/kernel-yocto.bbclass > index 8df5f31..e242165 100644 > --- a/meta/classes/kernel-yocto.bbclass > +++ b/meta/classes/kernel-yocto.bbclass > @@ -28,7 +28,7 @@ do_patch() { > addon_features="$addon_features --feature $feat" > done > fi > - updateme --branch ${kbranch} ${addon_features} ${ARCH} ${MACHINE} > ${WORKDIR} > + updateme --branch ${kbranch} ${addon_features} ${ARCH} ${KMACHINE} > ${WORKDIR} > if [ $? -ne 0 ]; then > echo "ERROR. Could not update ${kbranch}" > exit 1 > -- > 1.7.6 > > > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core > -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end" _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
