Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2012-03-05 | meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx) | Richard Purdie | 1 | |
sed \ -e 's:bb.data.\(expand([^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -i `grep -ril bb.data.expand *` Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
2011-11-26 | getVar/setVar cleanups | Richard Purdie | 1 | |
Complete the bb.data.getVar/setVar replacements with accesses directly to the data store object. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
2011-11-10 | Convert to use direct access to the data store (instead of bb.data.*Var*()) | Richard Purdie | 1 | |
This is the result of running the following over the metadata: sed \ -e 's:bb.data.\(setVar([^,()]*,[^,()]*\), *\([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,()]*,[^,()]*,[^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,()]*\), *\([^(), ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,()]*,[^,()]*\), *\([^(), ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,()]*,[^,()]*\), *\([^() ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
2011-02-10 | image-swab: Convert to attach strace to the process to obtain the required ↵ | Richard Purdie | 1 | |
swabber data Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
2010-12-17 | Calculate CCACHE_DIR by calling host's ccache config. | Alex deVries | 1 | |
Signed-off-by: Alex deVries <alex.devries@windriver.com> | ||||
2010-12-17 | Swabber's update_distro automatically updates the blob now. | Alex deVries | 1 | |
Signed-off-by: Alex deVries <alex.devries@windriver.com> | ||||
2010-12-17 | Stop using hardcoded paths, use new Ubuntu and generic filters. | Alex deVries | 1 | |
Signed-off-by: Alex deVries <alex.devries@windriver.com> | ||||
2010-12-10 | image-swab: Correct PARALLEL_MAKE typo | Darren Hart | 1 | |
An investigation into undocumented variables uncovered a mispelled instance of PARALLEL_MAKE in image-swab.bbclass. Signed-off-by: Darren Hart <dvhart@linux.intel.com> | ||||
2010-11-28 | scripts/poky-env-internal/image-swab.bbclass: Remove OEROOT references | Richard Purdie | 1 | |
OEROOT isn't used outside the init script so stop exporting it into the environment where it can "corrupt" sstate packages. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2010-11-14 | image-swab: update swabber command for latest version | Joshua Lock | 1 | |
Signed-off-by: Joshua Lock <josh@linux.intel.com> | ||||
2010-11-14 | image-swab: introduce a class for generating swabber reports | Joshua Lock | 1 | |
Add a postprocess command to rootfs generation which generates a swabber report. Signed-off-by: Joshua Lock <josh@linux.intel.com> |