[oe] [oe-commits] org.oe.dev mtx-3a.conf, nylon-image-base.bb: removed remaints from old OE code (PACKAGE_INSTALL instead of IPKG_INSTALL)

Richard Purdie rpurdie at rpsys.net
Thu Apr 19 16:00:22 UTC 2007


On Thu, 2007-04-19 at 14:57 +0200, Dr. Michael 'Mickey' Lauer wrote:
> MartinDietze commit wrote:
> > mtx-3a.conf, nylon-image-base.bb: removed remaints from old OE code
> > (PACKAGE_INSTALL instead of IPKG_INSTALL)
> 
> >  TARGET_ARCH = "arm"
> > -IPKG_ARCHS = "all arm ${MACHINE}"
> > +#PACKAGE_ARCHS = "all arm ${MACHINE}"
> 
> Why is that commented?

Since I mentioned that it wasn't needed after recent changes (which it
isn't).

> > -inherit image_ipk
> > -inherit nylon_image
> > -LICENSE = MIT
> > +inherit image
> > +inherit nylon-image
> > +LICENSE = "MIT"
> 
> Are you sure about that? image_ipk looks about right for me.

image_ipk is incorrect and I'd mentioned this being a problem on the
mailing list - it was causing parsing errors. We have multiple image
generation types now and selecting them like that in .bb files doesn't
make sense so images just inherit image.

Cheers,

Richard





More information about the Openembedded-devel mailing list