On Thu, Oct 18, 2012 at 01:22:18PM -0700, Tim Bird wrote: > I'm just getting started using the meta-ti layer, and > on my first build for a MACHINE="pandaboard", I got this error: > > $ bitbake core-image-minimal > ERROR: ParseError at > /a/home/tbird/work/yocto/meta-ti/recipes-ti/packagegroup/packagegroup-ti-test.bb:5: > Could not inherit file classes/packagegroup.bbclass > ERROR: Command execution failed: Exited with 1 > > Summary: There was 1 WARNING message shown. > Summary: There were 2 ERROR messages shown, returning a non-zero exit code. > > I have my BBMASK set to "meta-ti/recipes-misc" > > The README says that the layer depends on > git://git.openembedded.org/openembedded-core > > In looking at the dependency on packagegroups, it looks like this is only > referenced in > meta-ti/recipes-ti/packagegroup/packagegroup-ti-test.bb > > If I'm not interested (currently) in the test packages, can I just remove or > rename packagegroup-ti-test.bb, or add it to BBMASK, > rather than install the openembedded-core layer? > > Will this break anything? > > I'd like to keep my setup as minimal as possible.
Hi, Tim, I think you are mixing branches and versions here. As "packagegroup" is what "task" has been renamed to in the latest OE-Core (Yocto/Poky whichever you use) - that's in the master branch. Looks like you are using either a "denzil" branch of OE-Core or a previous release of Yocto/Poky and mixing it with the "master" branch of meta-ti. If "denzil" is what you need, please use the corresponding branch in meta-ti, as "master" of meta-ti follows the same in OE-Core. -- Denys _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
