Re: [OE-core] [bitbake-devel] Hi

2016-03-13 Thread Robert Yang
Do you have a recipe for zetakey ? Something like zetakey_foo.bb ? If don't you need write one and add it to a layer firstly. Here is a QuickStart: http://www.yoctoproject.org/docs/2.0.1/yocto-project-qs/yocto-project-qs.html And this email should go into oe-core mailing list (See the CC). //

[OE-core] [PATCH 4/7] runqemu: add support for qcow2 and vdi

2016-03-13 Thread Robert Yang
[YOCTO #9168] Signed-off-by: Robert Yang --- scripts/runqemu |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu index 058ee29..d95711b 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -40,8 +40,7 @@ Examples: $MYNAME qemux86-64

[OE-core] [PATCH 7/7] runqemu-internal: split the code into functions

2016-03-13 Thread Robert Yang
Use config_ to split the code into separate functions, so that different machines won't affect each other, and they will have a better structure. Signed-off-by: Robert Yang --- scripts/runqemu-internal | 180 +++--- 1 file changed, 89 insertions(+), 91 de

[OE-core] [PATCH 5/7] runqemu: simplify checking for iso and ramfs

2016-03-13 Thread Robert Yang
Signed-off-by: Robert Yang --- scripts/runqemu |7 +-- scripts/runqemu-internal |4 ++-- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu index d95711b..b4cc9de 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -125,7 +125,7

[OE-core] [PATCH 1/7] runqemu: fix ROOTFS for vmdk

2016-03-13 Thread Robert Yang
* Make it can boot scsi and virtio block drive such as root=/dev/sdX and /dev/vdX. * Drop VM from help info, id doesn't work, and the script can check whether it is a vm disk or not. * Make it can be run by: $ runqemu tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.vmdk or: $

[OE-core] [PATCH 3/7] runqemu: remove ISO and RAMFS from help text

2016-03-13 Thread Robert Yang
They don't work, and the script can check the type correctly. Signed-off-by: Robert Yang --- scripts/runqemu |2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu index ed32bc2..058ee29 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -26,8 +26,6 @@ of th

[OE-core] [PATCH 6/7] runqemu-internal: cleanup unsed code

2016-03-13 Thread Robert Yang
* remove akita and spitz related code They are not supported by runqemu anymore: $ runqemu spitz Error: unable to classify arg [spitz] So remove related code. * Remove checking of 256M for qemuarm, qemu can check it, for example: $ runqemu qemuarm qemuparams="-m 1024" [snip] qemu: To

[OE-core] [PATCH 2/7] runqemu: simplify the checking for vm images

2016-03-13 Thread Robert Yang
* So that we can add more image support easliy. * I think that wic should be vm images. Signed-off-by: Robert Yang --- scripts/runqemu | 34 +++--- scripts/runqemu-internal | 10 +- 2 files changed, 28 insertions(+), 16 deletions(-) diff --git a/

[OE-core] [PATCH 2/4] make 4.1: fix segfault when ttyname fails

2016-03-13 Thread Robert Yang
From: Chang Rebecca Swee Fun GNU make segfaults when run in a chroot environment because of a known bug in GNU make 4.1. See [1] for details. Works if /dev/pts is mounted before chroot. [1] http://savannah.gnu.org/bugs/?43434 [YOCTO #9067] Reported-by: Alexander Larsson (From OE-Core master

[OE-core] [PATCH 0/7] fixes for runqemu

2016-03-13 Thread Robert Yang
The following changes since commit 9d5fa6da5ae14b26a83ec1af609d4c45944bfd44: cross-canadian/libgcc: fix aarch64's multilib SDK (2016-03-13 19:36:57 -0700) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/runqemu http://cgit.openembedded.org/

[OE-core] [PATCH 0/4] [jethro] Consolidated pull

2016-03-13 Thread Robert Yang
The following changes since commit 1a51bb69b7600cbe6da7928d46e0ea058a14ccde: base: check for existing prefix when expanding names in PACKAGECONFIG (2016-03-11 23:15:01 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/jethro-next http

[OE-core] [PATCH 1/4] lib/oe/patch: Make GitApplyTree._applypatch() support read-only .git/hooks

2016-03-13 Thread Robert Yang
From: Peter Kjellerstedt Rather than modifying files in .git/hooks, which can be read-only (e.g., if it is a link to a directory in /usr/share), move away the entire .git/hooks directory temporarily. (From OE-Core master rev: a88d603b51a9ebb39210d54b667519acfbe465c3) Signed-off-by: Peter Kjelle

[OE-core] [PATCH 4/4] license.bbclass: fix host contamination warnings for license files

2016-03-13 Thread Robert Yang
From: Jagadeesh Krishnanjanappa We get below host contamination warnings of license files for each recipe, when we try to create a separate ${PN}-lic package (which contains license files), by setting LICENSE_CREATE_PACKAGE equal to "1" in local.conf. -- snip -- WARNING: QA Issue: libcgroup: /l

[OE-core] [PATCH 3/4] dhcp: CVE-2015-8605

2016-03-13 Thread Robert Yang
From: Mariano Lopez ISC DHCP allows remote attackers to cause a denial of service (application crash) via an invalid length field in a UDP IPv4 packet. (From OE-Core master rev: f9739b7fa8d08521dc5e42a169753d4c75074ec7) Signed-off-by: Mariano Lopez Signed-off-by: Ross Burton Signed-off-by: Ri

Re: [OE-core] Status of M3

2016-03-13 Thread Zhenhua Luo
A patch is submitted to fix the issue. http://patchwork.openembedded.org/patch/117783/ Best Regards, Zhenhua From: Hongxu Jia [mailto:hongxu@windriver.com] Sent: Tuesday, March 08, 2016 4:09 PM To: Richard Purdie ; Zhenhua Luo Cc: openembedded-core Subject: Re: [OE-core] Status of M3 O

Re: [OE-core] [PATCH] linux-yocto/4.1: usb backports for Apollo Lake/Broxton

2016-03-13 Thread Bruce Ashfield
On Sat, Mar 12, 2016 at 2:04 PM, Bruce Ashfield wrote: > > > On Sat, Mar 12, 2016 at 9:43 AM, Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > >> On Fri, 2016-03-11 at 13:44 -0500, Bruce Ashfield wrote: >> > Importing a series of mainline backports to support USB on a couple >> > o

[OE-core] [PATCH v2] linux-yocto/4.1: usb backports for Apollo Lake/Broxton

2016-03-13 Thread Bruce Ashfield
Importing a series of mainline backports to support USB on a couple of Intel platforms: b5f6aa9957dd usb: otg: add usb_otg_caps structure for otg capabilities bbce8fe2cc42 usb: dwc3: pci: add support for Intel Broxton SOC e734e1d9f827 usb: dwc3: pci: Set enblslpm quirk for Synopsys platfo

Re: [OE-core] [PATCH] metadata-revs: provide more information

2016-03-13 Thread Paul Eggleton
On Sun, 13 Mar 2016 17:54:08 Trevor Woerner wrote: > On 03/13/16 16:53, Paul Eggleton wrote: > > On Sun, 13 Mar 2016 16:42:41 Trevor Woerner wrote: > >> That's the problem I'm trying to solve: how can I easily keep all the > >> information required to reproduce this build, exactly. The whole "two >

[OE-core] [PATCH 1/1] Revert "selftest: Added MACHINE = "qemux86" to tests that use runqemu"

2016-03-13 Thread Paul Eggleton
This is not the correct way to handle this - it significantly increases the time taken to run oe-selftest anywhere MACHINE is set to some other value (for example "qemux86-64"), because all of the artifacts for qemux86 need to then be built as well when running the test. If we need to skip these te

[OE-core] [PATCH 0/1] Fix for QEMU-using oe-selftest tests

2016-03-13 Thread Paul Eggleton
The following changes since commit 300f858ba07c938427ccd05a3d7220027a03d461: local.conf.sample: Disable prelink by default (2016-03-13 22:08:55 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/oe-selftest-qemu http://cgit.openembedd

Re: [OE-core] [PATCH] metadata-revs: provide more information

2016-03-13 Thread Trevor Woerner
On 03/13/16 16:53, Paul Eggleton wrote: On Sun, 13 Mar 2016 16:42:41 Trevor Woerner wrote: That's the problem I'm trying to solve: how can I easily keep all the information required to reproduce this build, exactly. The whole "two meta's" thing was just a speed bump. Right, understood, and it

Re: [OE-core] [PATCH] metadata-revs: provide more information

2016-03-13 Thread Trevor Woerner
(sorry about my previous reply, somehow the quoting got messed up and was hard to read. hopefully this one is better) Hi Paul, On 03/13/16 15:26, Paul Eggleton wrote: On Sat, 12 Mar 2016 21:35:29 Trevor Woerner wrote: Provide many more details concerning the repositories that are used in a pa

Re: [OE-core] [PATCH] metadata-revs: provide more information

2016-03-13 Thread Paul Eggleton
On Sun, 13 Mar 2016 16:42:41 Trevor Woerner wrote: > On 03/13/16 15:26, Paul Eggleton wrote: > > On Sat, 12 Mar 2016 21:35:29 Trevor Woerner wrote: > >> Provide many more details concerning the repositories that are used in a > >> particular build: the remote information, the layer, the local branc

Re: [OE-core] [PATCH] metadata-revs: provide more information

2016-03-13 Thread Trevor Woerner
Hi Paul, On 03/13/16 15:26, Paul Eggleton wrote: On Sat, 12 Mar 2016 21:35:29 Trevor Woerner wrote: Provide many more details concerning the repositories that are used in a particular build: the remote information, the layer, the local branch, the remote branch the local branch tracks (if any),

[OE-core] [PATCH 1/1] recipetool: create: don't create extra files directory unconditionally

2016-03-13 Thread Paul Eggleton
The extra directory next to the recipe should only be created if there are files to put into it; currently only the npm plugin does this. I didn't notice the issue earlier because the test was actually able to succeed under these circumstances if the recipe file came first in the directory listing,

[OE-core] [PATCH 0/1] Fix recipetool issue highlighted by oe-selftest test

2016-03-13 Thread Paul Eggleton
The following changes since commit 4be0e15f74cff85edca9de55248939fb438f30ae: oeqa/selftest/recipetool: Fix test_recipetool_create_simple (2016-03-13 18:15:41 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/recipetool-selftest-fix

Re: [OE-core] [PATCH] buildhistory.bbclass: metadata-revs show repo parent

2016-03-13 Thread Paul Eggleton
Hi Trevor, On Sat, 12 Mar 2016 17:32:03 Trevor Woerner wrote: > On 03/12/16 16:54, Burton, Ross wrote: > > On 12 March 2016 at 04:28, Trevor Woerner > > > > wrote: > > openembedded-core/meta = > > master:00d3fd571a8d261d065b43f5cf3076a381843984 > > > >

Re: [OE-core] [PATCH] metadata-revs: provide more information

2016-03-13 Thread Paul Eggleton
On Sat, 12 Mar 2016 21:35:29 Trevor Woerner wrote: > Provide many more details concerning the repositories that are used in a > particular build: the remote information, the layer, the local branch, the > remote branch the local branch tracks (if any), and the HEAD commit. > > Signed-off-by: Trevo

[OE-core] [PATCH 36/42] bluez5: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-connectivity/bluez5/bluez5.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index ff2bdcb..504c320 100644 --- a/meta/recipes-conne

[OE-core] [PATCH 35/42] ofono: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-connectivity/ofono/ofono.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc index c415a39..5e40c6c 100644 --- a/meta/recipes-connectivit

[OE-core] [PATCH 39/42] dpkg: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
* SYSTEMD_UNITDIR var is not present in the file, it can be safely removed Signed-off-by: Pau Espin Pedrol --- meta/recipes-devtools/dpkg/dpkg.inc | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc

[OE-core] [PATCH 40/42] systemd.bbclass: Remove user services too if systemd is not enabled

2016-03-13 Thread Pau Espin Pedrol
* Also change naming related to unitdir, as it's quite misleading because in here we are removing more stuff (parent directory) than just unitdir. Signed-off-by: Pau Espin Pedrol --- meta/classes/systemd.bbclass | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) diff -

[OE-core] [PATCH 37/42] avahi-ui: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb b/meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb index 3966b4c..0ab1e38 100644

[OE-core] [PATCH 38/42] opkg: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
* SYSTEMD_UNITDIR var is not present in the file, it can be safely removed Signed-off-by: Pau Espin Pedrol --- meta/recipes-devtools/opkg/opkg_0.3.1.bb | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/meta/recipes-devtools/opkg/opkg_0.3.1.bb b/meta/recipes-devtools/o

[OE-core] [PATCH 41/42] systemd: Remove usage of systemd_unitdir

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-core/systemd/systemd_229.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_229.bb b/meta/recipes-core/systemd/systemd_229.bb index fcb22a3..f422d15 100644 --- a/meta/recipes-core/systemd/s

[OE-core] [PATCH 42/42] bitbake.conf: Mark systemd_unitdir as deprecated to avoid future use

2016-03-13 Thread Pau Espin Pedrol
* This var is not used anymore in oe-core, but it may still be used in some other layers. Let's leave it there for some more time to avoid crashes. Signed-off-by: Pau Espin Pedrol --- meta/conf/bitbake.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/conf/bitbake.conf b/meta/

[OE-core] [PATCH 31/42] xserver-nodm-init: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-graphics/x11-common/xserver-nodm-init.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init.bb b/meta/recipes-graphics/x11-common/xserver-nodm-init.bb index b68d40e..650eb

[OE-core] [PATCH 32/42] oprofileui-server: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-kernel/oprofile/oprofileui-server_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/oprofile/oprofileui-server_git.bb b/meta/recipes-kernel/oprofile/oprofileui-server_git.bb index cc3477b..e1a153b

[OE-core] [PATCH 33/42] consolekit: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-support/consolekit/consolekit_0.4.6.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/consolekit/consolekit_0.4.6.bb b/meta/recipes-support/consolekit/consolekit_0.4.6.bb index 2974e36..1ae054c 100644

[OE-core] [PATCH 34/42] alsa-utils: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-multimedia/alsa/alsa-utils_1.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.1.0.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.1.0.bb index af40488..49068f5 100644 --- a/meta/re

[OE-core] [PATCH 24/42] tcf-agent: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb index ab2fcd7..5438d62 100644 --- a/m

[OE-core] [PATCH 29/42] sysstat: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-extended/sysstat/sysstat.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc index c353291..9e0e0cb 100644 --- a/meta/recipes-extended/

[OE-core] [PATCH 21/42] volatile-binds: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-core/volatile-binds/volatile-binds.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/volatile-binds/volatile-binds.bb b/meta/recipes-core/volatile-binds/volatile-binds.bb index fee7275..e5fec95 100644 -

[OE-core] [PATCH 26/42] cronie: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-extended/cronie/cronie_1.5.0.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/cronie/cronie_1.5.0.bb b/meta/recipes-extended/cronie/cronie_1.5.0.bb index 697501a..54eabf3 100644 --- a/meta/recipes-

[OE-core] [PATCH 27/42] lighttpd: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-extended/lighttpd/lighttpd_1.4.39.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.39.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.39.bb index a407d03..ca88b75 100644 ---

[OE-core] [PATCH 22/42] distcc: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-devtools/distcc/distcc_3.1.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-devtools/distcc/distcc_3.1.bb b/meta/recipes-devtools/distcc/distcc_3.1.bb index f8879c8..e7b9e26 100644 --- a/meta/recipes-devt

[OE-core] [PATCH 25/42] at: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-extended/at/at_3.1.18.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/at/at_3.1.18.bb b/meta/recipes-extended/at/at_3.1.18.bb index e83ea32..d7f99c5 100644 --- a/meta/recipes-extended/at/at_3.1.18

[OE-core] [PATCH 23/42] run-postints: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb b/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb index 11c94e5

[OE-core] [PATCH 28/42] rpcbind: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-extended/rpcbind/rpcbind_0.2.3.bb | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-extended/rpcbind/rpcbind_0.2.3.bb b/meta/recipes-extended/rpcbind/rpcbind_0.2.3.bb index c19a197..0afec6d 100644 --- a/me

[OE-core] [PATCH 30/42] xinetd: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-extended/xinetd/xinetd_2.3.15.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb index 6bfaabe..98d66d3 100644 --- a/meta/recip

[OE-core] [PATCH 17/42] systemd-compat-units: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-core/systemd/systemd-compat-units.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd-compat-units.bb b/meta/recipes-core/systemd/systemd-compat-units.bb index 0b8ff09..9ff3237 100644 --- a/meta

[OE-core] [PATCH 18/42] systemd-serialgetty: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-core/systemd/systemd-serialgetty.bb | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/meta/recipes-core/systemd/systemd-serialgetty.bb b/meta/recipes-core/systemd/systemd-serialgetty.bb index 768b130..b57f0f3 100

[OE-core] [PATCH 10/42] openssh: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-connectivity/openssh/openssh_7.1p2.bb | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/recipes-connectivity/openssh/openssh_7.1p2.bb b/meta/recipes-connectivity/openssh/openssh_7.1p2.bb index 3b5e28a..103f751 1

[OE-core] [PATCH 20/42] util-linux: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-core/util-linux/util-linux.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index 08ca040..f3c5685 100644 --- a/meta/recipes-core/util

[OE-core] [PATCH 16/42] glibc-package: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-core/glibc/glibc-package.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/glibc/glibc-package.inc b/meta/recipes-core/glibc/glibc-package.inc index bad6424..e2644a9 100644 --- a/meta/recipes-core/glib

[OE-core] [PATCH 14/42] busybox: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-core/busybox/busybox.inc | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc index 5e91a26..bd8c6aa 100644 --- a/meta/recipes-core/busybox/b

[OE-core] [PATCH 19/42] systemd: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-core/systemd/systemd_229.bb | 68 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_229.bb b/meta/recipes-core/systemd/systemd_229.bb index ae88c89..fcb22a3 100644 --

[OE-core] [PATCH 08/42] neard: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-connectivity/neard/neard_0.15.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/neard/neard_0.15.bb b/meta/recipes-connectivity/neard/neard_0.15.bb index 93bddb3..be593fb 100644 --- a/meta/recipes-con

[OE-core] [PATCH 15/42] dropbear: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-core/dropbear/dropbear.inc | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc index 1dce2a5..a34125c 100644 --- a/meta/recipes-core/dropb

[OE-core] [PATCH 11/42] portmap: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-connectivity/portmap/portmap_6.0.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-connectivity/portmap/portmap_6.0.bb b/meta/recipes-connectivity/portmap/portmap_6.0.bb index 999b4a9..e1d3f1e 100644 --- a/m

[OE-core] [PATCH 13/42] wpa-supplicant: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.5.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.5.bb b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.5.

[OE-core] [PATCH 09/42] nfs-utils: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- .../nfs-utils/nfs-utils_1.3.3.bb | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb inde

[OE-core] [PATCH 12/42] ppp: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-connectivity/ppp/ppp_2.4.7.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-connectivity/ppp/ppp_2.4.7.bb b/meta/recipes-connectivity/ppp/ppp_2.4.7.bb index 4437b5c..5dab247 100644 --- a/meta/recipes-conn

[OE-core] [PATCH 07/42] dhcp: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-connectivity/dhcp/dhcp.inc | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/meta/recipes-connectivity/dhcp/dhcp.inc b/meta/recipes-connectivity/dhcp/dhcp.inc index 9c4233b..c57eb03 100644 --- a/meta/recipes-conn

[OE-core] [PATCH 05/42] bind: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-connectivity/bind/bind_9.10.3-P3.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-connectivity/bind/bind_9.10.3-P3.bb b/meta/recipes-connectivity/bind/bind_9.10.3-P3.bb index da414c0..d6309f6 100644 --- a/m

[OE-core] [PATCH 06/42] connman: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-connectivity/connman/connman.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index c375251..539df7e 100644 --- a/meta/recip

[OE-core] [PATCH 04/42] avahi: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-connectivity/avahi/avahi.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc index 81aad79..aaccb75 100644 --- a/meta/recipes-connectivity/av

[OE-core] [PATCH 01/42] rootfs-postcommands: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/classes/rootfs-postcommands.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/rootfs-postcommands.bbclass b/meta/classes/rootfs-postcommands.bbclass index e184667..d65e639 100644 --- a/meta/classes/rootfs-postcom

[OE-core] [PATCH 00/42] General cleanage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
* These series of patches aim at improving the usage of some systemd related variables in several recipes from oe-core. Main aim is to change those recipes to use 'systemd_system_unitdir' instead of the old 'systemd_unitdir/system' variable, which will be marked as deprecated instead of bein

[OE-core] [PATCH 03/42] apmd: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-bsp/apmd/apmd_3.2.2-15.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb b/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb index 4ff6ad0..e66a553 100644 --- a/meta/recipes-bsp/apmd/apmd_3.2.

[OE-core] [PATCH 02/42] acpid: Fix usage of systemd unitdir vars

2016-03-13 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-bsp/acpid/acpid.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-bsp/acpid/acpid.inc b/meta/recipes-bsp/acpid/acpid.inc index 12ec19b..181f448 100644 --- a/meta/recipes-bsp/acpid/acpid.inc +++ b/meta/recipe