Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace bb.data.* with d.* | Paul Eggleton | 2012-10-28 | 1 | -14/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | Used sed expression given here: http://lists.linuxtogo.org/pipermail/openembedded-core/2011-November/012373.html Plus an additional expression for .expand. Full expression is: 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' \ -e 's:bb.data.\(expand([^,]*\), \([^ )]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` Some minor correction in systemd.bbclass was needed for some expressions that didn't quite match the regex in the desired way; additionally a few instances were manually changed. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> | ||||
* | Revert "systemd.bbclass: Dont check for multilib and change for nativesdk ↵ | Koen Kooi | 2012-10-09 | 1 | -3/+1 |
| | | | | | | | | | | renaming" This triggers: ERROR: Nothing RPROVIDES 'connman-systemd' (but /OE/tentacle/sources/meta-angstrom/recipes-images/angstrom/systemd-image.bb RDEPENDS on or otherwise requires it) This reverts commit cbac8756e815c3f141cebf6d2e6875400980a4f9. | ||||
* | systemd.bbclass: Dont check for multilib and change for nativesdk renaming | Khem Raj | 2012-10-09 | 1 | -1/+3 |
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||||
* | systemd.bbclass: add option to disable automatic RRECOMMENDS ↵ | Martin Jansa | 2012-08-20 | 1 | -6/+10 |
| | | | | | | pkg-systemd_base -> pkg-systemd Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | systemd: Upgrade to 187 tag | Khem Raj | 2012-08-08 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | Dont inherit vala not needed anymore Fix build for ppc64 Consider /lib64 and /usr/lib64 Some 64bit architectures chose lib64 instead of lib for default library dirnames. So we dig this from metadata vars base_libdir and libdir instead of hardcoding 'lib' ppc64 in OE uses lib64 for default libdir and this leaves lot of udev/systemd files unpackaged since 'lib' was hardcoded Additionally use --split-usr option since in OE-Core now we want to treat /usr mounted sepatately. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||||
* | gitpkgv.bbclass: Add a symlink from meta-oe | Khem Raj | 2012-08-07 | 1 | -0/+1 |
| | | | | | | | | | This is for systemd layer to be used with out depending on meta-oe eventually gitpkgv or similar solution should come out of OE-Core Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||||
* | systemd bbclass: replace all tabs with 4 spaces | Koen Kooi | 2012-07-19 | 1 | -165/+165 |
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||||
* | systemd.bbclass: introduce SYSTEMD_AUTO_ENABLE variable | Andreas Müller | 2012-07-16 | 1 | -2/+4 |
| | | | | | | Currently all services introduced are enabled and started at installation. By setting SYSTEMD_AUTO_ENABLE = "disable" the default behaviour can be overridden. | ||||
* | systemd.bbclass: do not warn for systemd files are in ${PN} | Andreas Müller | 2012-07-16 | 1 | -7/+2 |
| | | | | Since we have our own layer there is no need to separate out systemd packages | ||||
* | systemd.bbclass: add *-systemd packages to RRECOMMENDS | Andreas Müller | 2012-07-16 | 1 | -4/+22 |
| | |||||
* | systemd.bbclass: move to meta-systemd | Andreas Müller | 2012-07-16 | 1 | -0/+207 |