[oe] [meta-networking][PATCH 2/2] dhcpcd: upgrade to dhcpcd 7.0.8

2019-01-13 Thread Khem Raj
From: Stefano Cappa Signed-off-by: Stefano Cappa Signed-off-by: Khem Raj --- .../{dhcpcd_6.11.5.bb => dhcpcd_7.0.8.bb} | 8 ++-- ...e-INCLUDEDIR-to-prevent-build-issues.patch | 45 +++ 2 files changed, 50 insertions(+), 3 deletions(-) rename meta-networking/recipes-connec

[oe] [meta-python][PATCH V2 1/2] python-pbr_4.2.0.bb: Define src uri checksums in recipe

2019-01-13 Thread Khem Raj
There moved out from inc file in oe-core Signed-off-by: Khem Raj --- v2: Correct the checksums for real meta-python/recipes-devtools/python/python-pbr_4.2.0.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-pbr_4.2.0.bb b/meta-python/recipes-

Re: [oe] [PATCH 8/9] meta-initramfs: add pkg group and image

2019-01-13 Thread Andrea Adami
On Sun, Jan 13, 2019 at 6:53 PM Andrea Adami wrote: > > On Sat, Jan 12, 2019 at 10:33 PM Armin Kuster wrote: > > > > Signed-off-by: Armin Kuster > > --- > > .../images/meta-initramfs-image.bb| 8 + > > .../packagegroup-meta-initramfs.bb| 36 +++ > >

Re: [oe] [PATCH 8/9] meta-initramfs: add pkg group and image

2019-01-13 Thread Andrea Adami
On Sat, Jan 12, 2019 at 10:33 PM Armin Kuster wrote: > > Signed-off-by: Armin Kuster > --- > .../images/meta-initramfs-image.bb| 8 + > .../packagegroup-meta-initramfs.bb| 36 +++ > 2 files changed, 44 insertions(+) > create mode 100644 meta-initramf

[oe] [PATCH] python-pbr_4.2.0.bb: Define src uri checksums in recipe

2019-01-13 Thread Khem Raj
There moved out from inc file in oe-core Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pbr_4.2.0.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-pbr_4.2.0.bb b/meta-python/recipes-devtools/python/python-pbr_4.2.0.bb

[oe] [meta-java][PATCH] remove True option to getVar calls

2019-01-13 Thread André Draszik
From: André Draszik getVar() has been defaulting to expanding by default for a long time (2016), thus remove the True option from getVar() calls with a regex search and replace. Search & replace made using the following command: sed -e 's|\(d\.getVar \?\)( \?\([^,()]*\), \?True)|\1(\2)|g' \

[oe] [meta-oe][PATCH] meta-oe: remove True option to getVar calls (again)

2019-01-13 Thread André Draszik
From: André Draszik A couple have still been missed in the past despite multiple attempts at doing so (or simply have re-appeared?). Search & replace made using the following command: sed -e 's|\(d\.getVar \?\)( \?\([^,()]*\), \?True)|\1(\2)|g' \ -i $(git grep -E 'getVar ?\( ?([^,()]

[oe] [meta-networking][PATCH] meta-networking: remove True option to getVar calls (again)

2019-01-13 Thread André Draszik
From: André Draszik A couple have still been missed in the past despite multiple attempts at doing so (or simply have re-appeared?). Search & replace made using the following command: sed -e 's|\(d\.getVar \?\)( \?\([^,()]*\), \?True)|\1(\2)|g' \ -i $(git grep -E 'getVar ?\( ?([^,()]

[oe] [meta-initramfs][PATCH] meta-initramfs: remove True option to getVar calls (again)

2019-01-13 Thread André Draszik
From: André Draszik A couple have still been missed in the past despite multiple attempts at doing so (or simply have re-appeared?). Search & replace made using the following command: sed -e 's|\(d\.getVar \?\)( \?\([^,()]*\), \?True)|\1(\2)|g' \ -i $(git grep -E 'getVar ?\( ?([^,()]