[yocto] Added package to RDEPENDS in packagegroup, image that IMAGE_INSTALLs packagegroup not rebuilt

Vuille, Martin (Martin) vmartin at avaya.com
Wed Nov 5 04:18:33 PST 2014


> -----Original Message-----
> From: Paul Eggleton [mailto:paul.eggleton at linux.intel.com]
> Sent: November 05, 2014 5:56 AM
> >
> > I deliberately introduced syntax errors into the packagegroup .bb file
> 
> What kind of syntax error? Inside a function or outside?
> 

This is my packagegroup .bb file as it stands...

DESCRIPTION = "Whatever"

inherit packagegroup

LICENSE = "CLOSED"
PACKAGE_ARCH = "${MACHINE_ARCH}"
ALLOW_EMPTY_${PN} = "1"
PR = "r1"

frozzle the flab_flab

# Additional third-party packages
RDEPENDS_${PN} += "\
    ethtool \
    gdbserver \
    lsof \
    openssl-utils \
    page-types \
    strace \
    vim \
    vim-common \
    daemonize \
"



More information about the yocto mailing list