Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx) | Richard Purdie | 2012-03-05 | 1 | -1/+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> | ||||
* | getVar/setVar cleanups | Richard Purdie | 2011-11-27 | 1 | -1/+1 |
| | | | | | | | | | Complete the bb.data.getVar/setVar replacements with accesses directly to the data store object. (From OE-Core rev: 2864ff6a4b3c3f9b3bbb6d2597243cc5d3715939) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
* | Convert to use direct access to the data store (instead of bb.data.*Var*()) | Richard Purdie | 2011-11-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | 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 *` (From OE-Core rev: b22831fd63164c4db9c0b72934d7d734a6585251) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
* | image-swab: Convert to attach strace to the process to obtain the required ↵ | Richard Purdie | 2011-02-10 | 1 | -2/+17 |
| | | | | | | swabber data Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
* | Calculate CCACHE_DIR by calling host's ccache config. | Alex deVries | 2010-12-17 | 1 | -0/+4 |
| | | | | Signed-off-by: Alex deVries <alex.devries@windriver.com> | ||||
* | Swabber's update_distro automatically updates the blob now. | Alex deVries | 2010-12-17 | 1 | -5/+1 |
| | | | | Signed-off-by: Alex deVries <alex.devries@windriver.com> | ||||
* | Stop using hardcoded paths, use new Ubuntu and generic filters. | Alex deVries | 2010-12-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Alex deVries <alex.devries@windriver.com> | ||||
* | image-swab: Correct PARALLEL_MAKE typo | Darren Hart | 2010-12-10 | 1 | -1/+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> | ||||
* | scripts/poky-env-internal/image-swab.bbclass: Remove OEROOT references | Richard Purdie | 2010-11-28 | 1 | -1/+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> | ||||
* | image-swab: update swabber command for latest version | Joshua Lock | 2010-11-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Joshua Lock <josh@linux.intel.com> | ||||
* | image-swab: introduce a class for generating swabber reports | Joshua Lock | 2010-11-14 | 1 | -0/+83 |
Add a postprocess command to rootfs generation which generates a swabber report. Signed-off-by: Joshua Lock <josh@linux.intel.com> |