[OE-core] [PATCH 1/1] image.bbclass/rootfs.py: add variables to rootfs[vardeps]

2014-07-21 Thread Roxana Ciobanu
Added base variables and package backend specific variables to rootfs[vardeps] in order for rootfs to rebuild when changes are made. Set some variables as [func] to inform bitbake that they are shell scripts, so that it invokes its shell dependency parsing. Without marking them as functions, chang

Re: [OE-core] [PATCH 1/1] image.bbclass/rootfs.py: add variables to rootfs[vardeps]

2014-07-21 Thread Richard Purdie
On Mon, 2014-07-21 at 12:15 +0300, Roxana Ciobanu wrote: > Added base variables and package backend specific variables to > rootfs[vardeps] in order for rootfs to rebuild when changes are made. > > Set some variables as [func] to inform bitbake that they are shell > scripts, so that it invokes its

[OE-core] [PATCH 1/1] image.bbclass/rootfs.py: add variables to rootfs[vardeps]

2014-07-21 Thread Roxana Ciobanu
Added base variables and package backend specific variables to rootfs[vardeps] in order for rootfs to rebuild when changes are made. Set some variables as [func] to inform bitbake that they are shell scripts, so that it invokes its shell dependency parsing. Without marking them as functions, chang

Re: [OE-core] [PATCH 1/1] image.bbclass/rootfs.py: add variables to rootfs[vardeps]

2014-07-18 Thread Burton, Ross
On 18 July 2014 14:20, Roxana Ciobanu wrote: > +def rootfs_variables(d): > +from oe.rootfs import variable_depends > +deps = variable_depends(d) > +variables = "IMAGE_DEVICE_TABLES BUILD_IMAGES_FROM_FEEDS IMAGE_TYPEDEP_ > IMAGE_TYPES_MASKED IMAGE_ROOTFS_ALIGNMENT [snip] NO_RECOMMENDA

[OE-core] [PATCH 1/1] image.bbclass/rootfs.py: add variables to rootfs[vardeps]

2014-07-18 Thread Roxana Ciobanu
Added base variables and package backend specific variables to rootfs[vardeps] in order for rootfs to rebuild when changes are made. Set some variables as [func] to inform bitbake that they are shell scripts, so that it invokes its shell dependency parsing. Without marking them as functions, chang