]> code.ossystems Code Review - openembedded-core.git/commit
image.bbclass/rootfs.py: add variables to rootfs[vardeps]
authorRoxana Ciobanu <roxana.ciobanu@intel.com>
Mon, 21 Jul 2014 15:55:13 +0000 (18:55 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Jul 2014 20:44:19 +0000 (21:44 +0100)
commitb8b6214b885a0757f0e628937f8fe21c92c45155
tree505508edce6b3ac08ab287085ac540c5e5bfe689
parent6bc3696d8451a23d743daf03ee98c4ba54ce4551
image.bbclass/rootfs.py: add variables to rootfs[vardeps]

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, changes in the actual function body would
not trigger rootfs rebuilds.

[YOCTO #6502]

Signed-off-by: Roxana Ciobanu <roxana.ciobanu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image.bbclass
meta/lib/oe/rootfs.py