Re: [oe-core][PATCH] libexif: upgrade to 0.6.22, change source to GitHub

2020-05-27 Thread George McCollister
What are thoughts on applying this version bump to older supported releases? https://libexif.github.io/ states: stability / bugfix / security release fixes CVE-2018-20030, CVE-2020-13114, CVE-2020-13113, CVE-2020-13112, CVE-2020-0093, CVE-2019-9278, CVE-2020-12767, CVE-2016-6328, CVE-2017-7544, I

Re: [OE-core] [PATCH 1/1] openssl: make OPENSSL_ENGINES match install path

2019-10-25 Thread George McCollister
Can we get 59565fec0b3f3e24eb01c03b671913599cd3134d cherry-picked to warrior now that this has landed in master? Thanks, George -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH 1/1] openssl: make OPENSSL_ENGINES match install path

2019-09-25 Thread George McCollister
On Wed, Sep 25, 2019 at 1:34 PM Khem Raj wrote: > > On 9/25/19 11:13 AM, George McCollister wrote: > > On Wed, Sep 25, 2019 at 11:08 AM Mark Hatle > > wrote: > >> > >> On 9/25/19 6:52 AM, George McCollister wrote: > >>> Set OPENSSL_ENGINES

Re: [OE-core] [PATCH 1/1] openssl: make OPENSSL_ENGINES match install path

2019-09-25 Thread George McCollister
On Wed, Sep 25, 2019 at 1:37 PM Andre McCurdy wrote: > > On Wed, Sep 25, 2019 at 11:13 AM George McCollister > wrote: > > On Wed, Sep 25, 2019 at 11:08 AM Mark Hatle > > wrote: > > > On 9/25/19 6:52 AM, George McCollister wrote: > > > > Set OPENSSL_ENGI

Re: [OE-core] [PATCH 1/1] openssl: make OPENSSL_ENGINES match install path

2019-09-25 Thread George McCollister
On Wed, Sep 25, 2019 at 11:08 AM Mark Hatle wrote: > > On 9/25/19 6:52 AM, George McCollister wrote: > > Set OPENSSL_ENGINES to the path where engines are actually installed. > > > > Signed-off-by: George McCollister > > --- > > meta/recipes-connectivity/ope

[OE-core] [PATCH 1/1] openssl: make OPENSSL_ENGINES match install path

2019-09-25 Thread George McCollister
Set OPENSSL_ENGINES to the path where engines are actually installed. Signed-off-by: George McCollister --- meta/recipes-connectivity/openssl/openssl_1.1.1d.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1d.bb b/meta/recipes

[OE-core] [PATCH 0/1] make OPENSSL_ENGINES match install path

2019-09-25 Thread George McCollister
Set OPENSSL_ENGINES in the openssl 1.1 recipe to the path where engines are actually installed. This should be cherry-picked to warrior and probably anything older with an openssl 1.1 recipe. I've not tested it with anything older than warrior so someone else can make that call. George

[OE-core] [sumo][PATCH 8/8] systemd: fix CVE-2019-6454

2019-02-25 Thread George McCollister
/bionic-updates=d7584b894afcaa8a4a1abb69db2a9c81a6276e80 Signed-off-by: George McCollister --- .../systemd/systemd/CVE-2019-6454.patch| 210 + ...e-receive-an-invalid-dbus-message-ignore-.patch | 61 ++ meta/recipes-core/systemd/systemd_237.bb | 2

[OE-core] [sumo][PATCH 7/8] systemd: fix CVE-2018-6954

2019-02-25 Thread George McCollister
v239 or higher. Signed-off-by: George McCollister --- ...n-t-resolve-pathnames-when-traversing-rec.patch | 643 +++ .../systemd/systemd/0002-Make-tmpfiles-safe.patch | 1828 meta/recipes-core/systemd/systemd_237.bb |2 + 3 files changed, 2473 insertions

[OE-core] [sumo][PATCH 5/8] systemd: Security fix CVE-2018-16865

2019-02-25 Thread George McCollister
Affects < v240 Based on thud commit d5d2b821fc85b8cf39f683061ac2a45bddd2139f The second patch in the thud commit doesn't apply against 237. Use the version of the second patch CVE-2018-16865_2.patch from systemd_237-3ubuntu10.13.debian. Signed-off-by: George McCollister --- ...ld-set-a-li

[OE-core] [sumo][PATCH 3/8] systemd: fix CVE-2018-15688

2019-02-25 Thread George McCollister
From: Chen Qi Backport patch to fix the following CVE. CVE: CVE-2018-15688 Signed-off-by: Chen Qi Signed-off-by: Richard Purdie Cherry-picked from thud 13591d7224393dc0ae529a03cdf74aceb3540ce9 Signed-off-by: George McCollister --- ...sure-we-have-enough-space-for-the-DHCP6-o.patch | 39

[OE-core] [sumo][PATCH 6/8] systemd: Security fix CVE-2018-16866

2019-02-25 Thread George McCollister
From: Marcus Cooper Affects < v240 Signed-off-by: Marcus Cooper >From v2 patch on openembedded-core@lists.openembedded.org Incresed file name number from 0026 to 0027. Signed-off-by: George McCollister --- ...nal-fix-out-of-bounds-read-CVE-2018-16866.patch | 49 ++

[OE-core] [sumo][PATCH 4/8] systemd: Security fix CVE-2018-16864

2019-02-25 Thread George McCollister
Affects < v240 Based on thud commit 403e74b07b6f3c4a2444e68c74a8434fb17aee49 The patch in the thud commit doesn't compile against 237. Use the version of this patch, CVE-2018-16864.patch from systemd_237-3ubuntu10.13.debian. Signed-off-by: George McCollister --- ...-not-store-the-iovec-en

[OE-core] [sumo][PATCH 2/8] systemd: fix CVE-2018-15687

2019-02-25 Thread George McCollister
Backport patch to fix the following CVE. CVE: CVE-2018-15687 Based on thud commit eeb621aa19f690971caf862290a172a115578ba1 The patch in the thud commit doesn't compile against 237. Use the version of this patch, CVE-2018-15687.patch from systemd_237-3ubuntu10.13.debian. Signed-off-by: George

[OE-core] [sumo][PATCH 1/8] systemd: fix CVE-2018-15686

2019-02-25 Thread George McCollister
From: Chen Qi Backport patch to fix the following CVE. CVE: CVE-2018-15686 Signed-off-by: Chen Qi Signed-off-by: Richard Purdie Cherry-picked from thud 0ef70603bc983315eb0e8a97958d995a31198c35 Signed-off-by: George McCollister --- ...eserializing-state-always-use-read_line-L.patch | 250

[OE-core] [sumo][PATCH 0/8] systemd: fix CVEs

2019-02-25 Thread George McCollister
:56:32 +) are available in the git repository at: git://github.com/gmccollister/openembedded-core sumo-cve-fixes https://github.com/gmccollister/openembedded-core/tree/sumo-cve-fixes Chen Qi (2): systemd: fix CVE-2018-15686 systemd: fix CVE-2018-15688 George McCollister (5

Re: [OE-core] [PATCH] systemd: fix CVE-2019-6454

2019-02-22 Thread George McCollister
I missed that some how. Thanks for correcting me. -George On Fri, Feb 22, 2019 at 11:18 AM Alexander Kanavin wrote: > > On Fri, 22 Feb 2019 at 18:13, George McCollister > wrote: > > > > I believe this was discussed before and the recommendation was to wait > > unti

Re: [OE-core] [PATCH] systemd: fix CVE-2019-6454

2019-02-22 Thread George McCollister
are required). -George On Fri, Feb 22, 2019 at 11:04 AM Alexander Kanavin wrote: > > On Fri, 22 Feb 2019 at 17:55, George McCollister > wrote: > > Apply patches from systemd_239-7ubuntu10.8 to fix CVE-2019-6454. > > CVE-2019-6454 is an issue in which systemd

[OE-core] [PATCH] systemd: fix CVE-2019-6454

2019-02-22 Thread George McCollister
=f8e75d5634904c8e672658856508c3a02f349adb Signed-off-by: George McCollister --- .../systemd/systemd/CVE-2019-6454.patch | 210 ++ ...eive-an-invalid-dbus-message-ignore-.patch | 61 + meta/recipes-core/systemd/systemd_239.bb | 2 + 3 files changed, 273 insertions(+) create mode

[OE-core] [morty][PATCH] apr: fix off_t size can't match when configure and in target glibc

2018-06-29 Thread George McCollister
e18820ca9202c07e2406d702c46f45415182b7a6 I spent 4 hours tracking down a problem where apache was responding to a request with corrupt Content-Range data. This patch fixes the problem. Signed-off-by: George McCollister --- ...ze-doesn-t-match-in-glibc-when-cross.patch | 76 +++ meta/recipes-support/apr

Re: [OE-core] [meta-oe][rocko][PATCH] protobuf: fix SRC_URI by removing branch

2018-05-30 Thread George McCollister
e wrong list, I'll just send a separate reply to the thread stating I have sent a patch to the correct list. > > On Wed, May 30, 2018 at 3:19 PM George McCollister > wrote: >> >> On Wed, May 30, 2018 at 8:08 AM, Martin Jansa >> wrote: >> > This doesn't jus

Re: [OE-core] [meta-oe][rocko][PATCH] protobuf: fix SRC_URI by removing branch

2018-05-30 Thread George McCollister
remotes/origin/3.5.1.1 > remotes/origin/3.5.x > remotes/origin/3.6.x > remotes/origin/HEAD -> origin/master > remotes/origin/cython_protobuf > remotes/origin/master > remotes/origin/php-generated-dev > remotes/origin/python-wheel > remotes/origin/python_deps >

[OE-core] [meta-oe][rocko][PATCH] protobuf: fix SRC_URI by removing branch

2018-05-30 Thread George McCollister
The 3.4.x branch was removed upstream but the commit referenced in SRCREV is the 3.4.1 release and is still available: https://github.com/google/protobuf/releases/tag/v3.4.1 Drop branch=3.4.x from SRC_URI and just rely on SRCREV. Signed-off-by: George McCollister --- meta-oe/recipes-devtools

Re: [OE-core] [pyro][PATCH] glibc: Fix CVE-2017-1000366

2017-12-12 Thread George McCollister
On Thu, Nov 30, 2017 at 9:16 AM, akuster808 <akuster...@gmail.com> wrote: > > > On 11/21/2017 12:03 PM, George McCollister wrote: >> Add backported patches from the upstream release/2.25/master branch to >> fix CVE-2017-1000366. Also add a backported patch that re

[OE-core] [pyro][PATCH] glibc: Fix CVE-2017-1000366

2017-11-21 Thread George McCollister
Add backported patches from the upstream release/2.25/master branch to fix CVE-2017-1000366. Also add a backported patch that resolves SSE related build problems introduced by these patches. Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- ...00366-Ignore-LD_LIBRAR

[OE-core] [morty][PATCH v3 1/2] glibc: Fix CVE-2015-5180

2017-11-21 Thread George McCollister
Add backported patch to fix CVE-2015-5180 from the upstream release/2.24/master branch. Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- Changes in v2: - Fix commit message Changes in v3: - None. Resending with other patch in the series. ...80-resolv-Fix

[OE-core] [morty][PATCH v3 2/2] glibc: Fix CVE-2017-1000366

2017-11-21 Thread George McCollister
Add backported patches from the upstream release/2.24/master branch to fix CVE-2017-1000366. Also add a backported patch that resolves SSE related build problems introduced by these patches. Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- Changes in v2: - Fix commit m

Re: [OE-core] [morty][PATCH v2 1/2] glibc: Fix CVE-2015-5180

2017-11-16 Thread George McCollister
On Thu, Nov 16, 2017 at 12:45 PM, akuster808 <akuster...@gmail.com> wrote: > > > On 11/15/2017 12:36 PM, George McCollister wrote: >> Add backported patch to fix CVE-2015-5180 from the upstream >> release/2.24/master branch. >> >> Signed-off-by: George Mc

[OE-core] [morty][PATCH v2 2/2] glibc: Fix CVE-2017-1000366

2017-11-15 Thread George McCollister
Add backported patches from the upstream release/2.24/master branch to fix CVE-2017-1000366 Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- Changes in v2: - Fix commit message ...00366-Ignore-LD_LIBRARY_PATH-for-AT_SECUR.patch | 71 +++ ...ject-overly-long-LD_P

[OE-core] [morty][PATCH v2 1/2] glibc: Fix CVE-2015-5180

2017-11-15 Thread George McCollister
Add backported patch to fix CVE-2015-5180 from the upstream release/2.24/master branch. Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- Changes in v2: - Fix commit message ...80-resolv-Fix-crash-with-internal-QTYPE-B.patch | 357 + meta/recipe

[OE-core] [morty][PATCH 2/2] Fix CVE-2017-1000366

2017-11-15 Thread George McCollister
Add backported patches from the upstream release/2.24/master branch to fix CVE-2017-1000366 Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- ...00366-Ignore-LD_LIBRARY_PATH-for-AT_SECUR.patch | 71 +++ ...ject-overly-long-LD_PRELOAD-path-elements.patch

[OE-core] [morty][PATCH 1/2] Fix CVE-2015-5180

2017-11-15 Thread George McCollister
Add backported patch to fix CVE-2015-5180 from the upstream release/2.24/master branch. Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- ...80-resolv-Fix-crash-with-internal-QTYPE-B.patch | 357 + meta/recipes-core/glibc/glibc_2.24.bb

[OE-core] [morty][PATCH 3/4] zlib: Fix CVE-2016-9842

2017-11-14 Thread George McCollister
Add backported patch to fix CVE-2016-9842 which was fixed in zlib 1.2.9 https://nvd.nist.gov/vuln/detail/CVE-2016-9842 Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- .../zlib/zlib-1.2.8/CVE-2016-9842.patch| 35 ++ meta/recipes-cor

[OE-core] [morty][PATCH 2/4] zlib: Fix CVE-2016-9841

2017-11-14 Thread George McCollister
Add backported patch to fix CVE-2016-9841 which was fixed in zlib 1.2.9 https://nvd.nist.gov/vuln/detail/CVE-2016-9841 Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- .../zlib/zlib-1.2.8/CVE-2016-9841.patch| 230 + meta/recipes-cor

[OE-core] [morty][PATCH 4/4] zlib: Fix CVE-2016-9843

2017-11-14 Thread George McCollister
Add backported patch to fix CVE-2016-9843 which was fixed in zlib 1.2.9 https://nvd.nist.gov/vuln/detail/CVE-2016-9843 Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- .../zlib/zlib-1.2.8/CVE-2016-9843.patch| 55 ++ meta/recipes-cor

[OE-core] [morty][PATCH 1/4] zlib: Fix CVE-2016-9840

2017-11-14 Thread George McCollister
Add backported patch to fix CVE-2016-9840 which was fixed in zlib 1.2.9 https://nvd.nist.gov/vuln/detail/CVE-2016-9840 Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- .../zlib/zlib-1.2.8/CVE-2016-9840.patch| 77 ++ meta/recipes-cor

[OE-core] [PATCH v2 1/2] shadow: fix CVE-2017-2616

2017-11-14 Thread George McCollister
Apply backported patch that fixes CVE-2017-2616 Sending SIGKILL to other processes with root privileges via su Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- Changes in v2: - Add SOB to patch file. .../files/0001-su-properly-clear-child-PID.patch

[OE-core] [PATCH v2 2/2] shadow: fix CVE-2016-6252

2017-11-14 Thread George McCollister
Apply backported patch that fixes CVE-2016-6252 Integer overflow in shadow 4.2.1 allows local users to gain privileges via crafted input to newuidmap. Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- Changes in v2: - Add SOB to patch file. .../shadow/files/0001-Si

[OE-core] [PATCH 2/2] shadow: fix CVE-2016-6252

2017-11-13 Thread George McCollister
Apply backported patch that fixes CVE-2016-6252 Integer overflow in shadow 4.2.1 allows local users to gain privileges via crafted input to newuidmap. Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- .../shadow/files/0001-Simplify-getulong.patch

[OE-core] [PATCH 1/2] shadow: fix CVE-2017-2616

2017-11-13 Thread George McCollister
Apply backported patch that fixes CVE-2017-2616 Sending SIGKILL to other processes with root privileges via su Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- .../files/0001-su-properly-clear-child-PID.patch | 70 ++ meta/recipes-extended/

[OE-core] [morty][PATCH v2 1/3] python-3.5-manifest: Add imp to importlib

2017-02-13 Thread George McCollister
The imp python module is the forerunner of importlib. Include imp in the importlib subpackage instead of the misc subpackage so that it can be depended on without bringing in a bunch of unrelated, unused modules. Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- meta/r

[OE-core] [morty][PATCH v2 2/3] gdb-cross-canadian: Depend on nativesdk-python3-importlib

2017-02-13 Thread George McCollister
Add missing dependency on nativesdk-python3-importlib so the imp Python module is installed. Before this patch, running gdb from the sdk would give the following error: Python Exception No module named 'imp': Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- meta/r

[OE-core] [morty][PATCH v2 3/3] python-3-manifest: fix adding imp to importlib

2017-02-13 Thread George McCollister
From: Anders Darander Commit: 512334f102a33833d39af53467894315f0715d07 "python-3.5-manifest: Add imp to importlib" added imp to importlib in the generated manifest, but not in the generator script. Signed-off-by: Anders Darander

[OE-core] [morty][PATCH v2 0/3] Resolve gdb-cross-canadian dependency on imp

2017-02-13 Thread George McCollister
(1): python-3-manifest: fix adding imp to importlib George McCollister (2): python-3.5-manifest: Add imp to importlib gdb-cross-canadian: Depend on nativesdk-python3-importlib meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 3 ++- meta/recipes-devtools/python/python-3.5-manifest.inc

Re: [OE-core] [morty][PATCH 0/2] Resolve gdb-cross-canadian dependency on imp

2017-02-13 Thread George McCollister
On Thu, Feb 9, 2017 at 2:46 AM, Jussi Kukkonen <jussi.kukko...@intel.com> wrote: > On 8 February 2017 at 22:06, George McCollister > <george.mccollis...@gmail.com> wrote: >> >> Any chance we can get this applied to morty? > > > You should add [morty] tag to s

Re: [OE-core] [morty][PATCH 0/2] Resolve gdb-cross-canadian dependency on imp

2017-02-08 Thread George McCollister
Any chance we can get this applied to morty? -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [master][PATCH 0/2] Resolve gdb-cross-canadian dependency on imp

2016-12-06 Thread George McCollister
://github.com/gmccollister/openembedded-core master-gdb-cross-canadian https://github.com/gmccollister/openembedded-core/tree/master-gdb-cross-canadian George McCollister (2): python-3.5-manifest: Add imp to importlib gdb-cross-canadian: Depend on nativesdk-python3-importlib meta/recipes

[OE-core] [master][PATCH 2/2] gdb-cross-canadian: Depend on nativesdk-python3-importlib

2016-12-06 Thread George McCollister
Add missing dependency on nativesdk-python3-importlib so the imp Python module is installed. Before this patch, running gdb from the sdk would give the following error: Python Exception No module named 'imp': Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- meta/r

[OE-core] [master][PATCH 1/2] python-3.5-manifest: Add imp to importlib

2016-12-06 Thread George McCollister
The imp python module is the forerunner of importlib. Include imp in the importlib subpackage instead of the misc subpackage so that it can be depended on without bringing in a bunch of unrelated, unused modules. Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- meta/r

[OE-core] [morty][PATCH 2/2] gdb-cross-canadian: Depend on nativesdk-python3-importlib

2016-12-06 Thread George McCollister
Add missing dependency on nativesdk-python3-importlib so the imp Python module is installed. Before this patch, running gdb from the sdk would give the following error: Python Exception No module named 'imp': Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- meta/r

[OE-core] [morty][PATCH 1/2] python-3.5-manifest: Add imp to importlib

2016-12-06 Thread George McCollister
The imp python module is the forerunner of importlib. Include imp in the importlib subpackage instead of the misc subpackage so that it can be depended on without bringing in a bunch of unrelated, unused modules. Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- meta/r

[OE-core] [morty][PATCH 0/2] Resolve gdb-cross-canadian dependency on imp

2016-12-06 Thread George McCollister
in the git repository at: git://github.com/gmccollister/openembedded-core morty-gdb-cross-canadian https://github.com/gmccollister/openembedded-core/tree/morty-gdb-cross-canadian George McCollister (2): python-3.5-manifest: Add imp to importlib gdb-cross-canadian: Depend on nativesdk-python3

Re: [OE-core] [PATCH] gdb-cross-canadian: Depend on nativesdk-python3-misc

2016-12-05 Thread George McCollister
On Mon, Dec 5, 2016 at 3:21 PM, Burton, Ross <ross.bur...@intel.com> wrote: > > On 5 December 2016 at 16:38, George McCollister > <george.mccollis...@gmail.com> wrote: >> >> Add missing dependency on nativesdk-python3-misc so the imp Python >> module is insta

[OE-core] [PATCH] gdb-cross-canadian: Depend on nativesdk-python3-misc

2016-12-05 Thread George McCollister
Add missing dependency on nativesdk-python3-misc so the imp Python module is installed. Before this patch, running gdb from the sdk would give the following error: Python Exception No module named 'imp': Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- meta/r

Re: [OE-core] [PATCH v2 0/5] kernel-fitimage: Add initramfs, x86 support

2016-08-08 Thread George McCollister
On Mon, Aug 8, 2016 at 1:05 PM, Denys Dmytriyenko <de...@denix.org> wrote: > On Mon, Aug 08, 2016 at 11:37:52AM -0500, George McCollister wrote: >> Add support for building fitImages that include an initramfs and booting >> on x86. > > I'm in the process of testing

[OE-core] [PATCH v2 4/5] uboot-sign: Handle .rom signing the same as .img

2016-08-08 Thread George McCollister
Handle u-boot.rom signing (U-Boot as x86 BIOS replacement) the same way that u-boot.img signing is handled. Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- meta/classes/uboot-sign.bbclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/c

[OE-core] [PATCH v3 2/5] kernel-fitimage: add initramfs support

2016-08-08 Thread George McCollister
. UBOOT_RD_LOADADDRESS - Specifies the load address used by u-boot for the initramfs. UBOOT_RD_ENTRYPOINT - Specifies the entry point used by u-boot for the initramfs. Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- meta/classes/

[OE-core] [PATCH v2 0/5] kernel-fitimage: Add initramfs, x86 support

2016-08-08 Thread George McCollister
4:57 +0100) are available in the git repository at: git://github.com/gmccollister/openembedded-core master-fit https://github.com/gmccollister/openembedded-core/tree/master-fit Andrew Bradford (1): kernel-fitimage.bbclass: do_assemble_fitimage(): cd to $B George McCollister (4): kerne

[OE-core] [PATCH 5/5] uboot-sign: do_concat_dtb(): cd to $B

2016-08-08 Thread George McCollister
specified and no makefile found. Stop. Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- meta/classes/uboot-sign.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/uboot-sign.bbclass b/meta/classes/uboot-sign.bbclass index d56ad8e..3c56db8 100644 --

[OE-core] [PATCH v2 3/5] kernel-fitimage: Add x86 support

2016-08-08 Thread George McCollister
For x86, bzImage must be built instead of zImage. Include setup.bin (which is required to boot the kernel) in the fitimage and always use a load/boot address of 0x0009. For details see: http://git.denx.de/?p=u-boot.git;a=blob;f=doc/uImage.FIT/x86-fit-boot.txt Signed-off-by: George

[OE-core] [PATCH 1/5] kernel-fitimage.bbclass: do_assemble_fitimage(): cd to $B

2016-08-08 Thread George McCollister
From: Andrew Bradford Prior to assembling the fitimage, ensure that $B is the cwd due to bitbake commit 67a7b8b021badc17d8fdf447c250e79d291e75f7 "build: don't use $B as the default cwd for functions". Without this change, do_assemble_fitimage() fails like: Log

Re: [OE-core] [PATCH v2 1/3] kernel-fitimage: add initramfs support

2016-08-08 Thread George McCollister
On Fri, Aug 5, 2016 at 4:25 PM, Denys Dmytriyenko <de...@denix.org> wrote: > On Mon, Jul 18, 2016 at 12:57:55PM -0500, George McCollister wrote: >> If INITRAMFS_IMAGE is set, build an additional fitImage containing the >> initramfs. Copy the additional fitImage and the sour

[OE-core] [PATCH 2/3] kernel-fitimage: Add x86 support

2016-07-18 Thread George McCollister
For x86, bzImage must be built instead of zImage. Include setup.bin (which is required to boot the kernel) in the fitimage and always use a load/boot address of 0x0009. For details see: http://git.denx.de/?p=u-boot.git;a=blob;f=doc/uImage.FIT/x86-fit-boot.txt Signed-off-by: George

[OE-core] [PATCH v2 1/3] kernel-fitimage: add initramfs support

2016-07-18 Thread George McCollister
. UBOOT_RD_LOADADDRESS - Specifies the load address used by u-boot for the initramfs. UBOOT_RD_ENTRYPOINT - Specifies the entry point used by u-boot for the initramfs. Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- meta/classes/

[OE-core] [PATCH 3/3] uboot-sign: Handle .rom signing the same as .img

2016-07-18 Thread George McCollister
Handle u-boot.rom signing (U-Boot as x86 BIOS replacement) the same way that u-boot.img signing is handled. Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- meta/classes/uboot-sign.bbclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/c

[OE-core] [PATCH 0/3] kernel-fitimage: Add initramfs, x86 support

2016-07-18 Thread George McCollister
/gmccollister/openembedded-core master-fit https://github.com/gmccollister/openembedded-core/tree/master-fit George McCollister (3): kernel-fitimage: add initramfs support kernel-fitimage: Add x86 support uboot-sign: Handle .rom signing the same as .img meta/classes/kernel-fitimage.bbclass

[OE-core] [PATCH] useradd-staticids: use map() instead of imap()

2016-07-12 Thread George McCollister
In Python3 the itertools module's imap function has been migrated to the globalname space as map(). Calling itertools.imap() will fail because it no longer exists. Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- meta/classes/useradd-staticids.bbclass | 2 +- 1 file c

Re: [OE-core] [PATCH 1/1] useradd-staticids.bbclass: Make sure opened files are closed

2016-06-16 Thread George McCollister
On Thu, Jun 9, 2016 at 6:07 PM, Peter Kjellerstedt wrote: > This avoids warnings about unclosed files with Python 3. > > Signed-off-by: Peter Kjellerstedt > --- > meta/classes/useradd-staticids.bbclass | 30 +-

Re: [OE-core] [PATCH] linux-yocto/4.1: fix musb compilation error

2016-05-27 Thread George McCollister
Yes, I found the issue on krogoth. -George On Fri, May 27, 2016 at 11:25 AM, akuster808 wrote: > does this affect krogoth? > > - armin > > On 05/27/2016 09:18 AM, Bruce Ashfield wrote: >> We had a partial musb change merged into the 4.1 tree, which resulted in: >> >> |

[OE-core] [PATCH] uboot-sign: rebuild u-boot.img with signed dtb

2016-05-26 Thread George McCollister
u-boot-nodtb.img doesn't exist so if UBOOT_SUFFIX = "img" is used u-boot.img must be rebuilt by running make with EXT_DTB=${DEPLOYDIR}/${UBOOT_DTB_IMAGE} then the resulting .img file must be install to the deploy directories. Signed-off-by: George McCollister <george.mccollis

[OE-core] [PATCH v2] kernel-fitimage: add initramfs support

2016-05-26 Thread George McCollister
. UBOOT_RD_LOADADDRESS - Specifies the load address used by u-boot for the initramfs. UBOOT_RD_ENTRYPOINT - Specifies the entry point used by u-boot for the initramfs. Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- meta/classes/

Re: [OE-core] [PATCH] kernel-fitimage: add initramfs support

2016-05-26 Thread George McCollister
On Wed, May 25, 2016 at 5:33 PM, Marek Vasut <ma...@denx.de> wrote: > On 05/25/2016 01:25 AM, George McCollister wrote: >> If INITRAMFS_IMAGE is set, build an additional fitImage containing the >> initramfs. Copy the additional fitImage and the source .its file used to >

[OE-core] [PATCH] kernel-fitimage: add initramfs support

2016-05-24 Thread George McCollister
. UBOOT_RD_LOADADDRESS - Specifies the load address used by u-boot for the initramfs. UBOOT_RD_ENTRYPOINT - Specifies the entry point used by u-boot for the initramfs. Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- meta/classes/

[OE-core] [master][krogoth][jethro][PATCH 1/1] wic: fix path parsing, use last occurrence

2016-05-13 Thread George McCollister
If the path contains 'scripts' more than once the first occurrence will be incorrectly used. Use rfind instead of find to find the last occurrence. Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- scripts/lib/wic/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 de

[OE-core] [master][krogoth][jethro][PATCH 0/1] wic: fix path parsing, use last occurrence

2016-05-13 Thread George McCollister
This patch was pushed to fido (35ecb0b8557aae85f377c9d99f1a72cbb76fb6d8) but was never brought forward. -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [RFC][PATCH 2/9] bash-completion: build nativesdk variant

2016-01-22 Thread George McCollister
> >> Op 14 jan. 2016, om 21:56 heeft George McCollister >> <george.mccollis...@gmail.com> het volgende geschreven: >> >> The nativesdk variant is required for some recipes like git to use the class. > > Squash this into 1/9 to avoid mid-ser

[OE-core] [RFC][PATCH 2/9] bash-completion: build nativesdk variant

2016-01-14 Thread George McCollister
The nativesdk variant is required for some recipes like git to use the class. Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- meta/recipes-support/bash-completion/bash-completion_2.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-suppor

[OE-core] [RFC][PATCH 0/9] cleanup packaging of bash completions

2016-01-14 Thread George McCollister
Recipes in OE core and meta-oe (possibly others too) package bash completion files in a similar but inconsitent manner. This patch series adds a class bash-completion.bbclass that creates a subpackage containing files installed to the common bash-completion paths. Prior to this series some

[OE-core] [RFC][PATCH 8/9] kmod: use bash-completion.bbclass

2016-01-14 Thread George McCollister
Use bash-completion.bbclass to package bash completions. Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- meta/recipes-kernel/kmod/kmod_git.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-

[OE-core] [RFC][PATCH 7/9] git: use bash-completion.bbclass

2016-01-14 Thread George McCollister
Use bash-completion.bbclass to package bash completions. Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- meta/recipes-devtools/git/git.inc | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtoo

[OE-core] [RFC][PATCH 9/9] gstreamer1.0: use bash-completion.bbclass

2016-01-14 Thread George McCollister
Use bash-completion.bbclass to package bash completions. Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- meta/recipes-multimedia/gstreamer/gstreamer1.0.inc | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstrea

[OE-core] [RFC][PATCH 3/9] bash-completion.bbclass: add class

2016-01-14 Thread George McCollister
Add bash-completion.bbclass which will package bash completion files in a subpackage ${PN}-bash-completion. Use of this class will ensure consitent handling of bash completions across recipes. Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- meta/classe

[OE-core] [RFC][PATCH 4/9] dbus-glib: use bash-completion.bbclass

2016-01-14 Thread George McCollister
Use bash-completion.bbclass to package bash completions. Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- meta/recipes-core/dbus/dbus-glib.inc | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/dbus/dbus-glib.inc b/meta/recipe

[OE-core] [RFC][PATCH 5/9] glib: use bash-completion.bbclass

2016-01-14 Thread George McCollister
Use bash-completion.bbclass to package bash completions. Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- meta/recipes-core/glib-2.0/glib.inc | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipe

[OE-core] [RFC][PATCH 6/9] util-linux: use bash-completion.bbclass

2016-01-14 Thread George McCollister
Use bash-completion.bbclass to package bash completions. Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- meta/recipes-core/util-linux/util-linux.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/util-linux/util-linux.inc

[OE-core] [PATCH][fido] wic: fix path parsing, use last occurrence

2015-09-10 Thread George McCollister
If the path contains 'scripts' more than once the first occurrence will be incorrectly used. Use rfind instead of find to find the last occurrence. Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- scripts/lib/wic/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 de

[OE-core] [PATCH] wic: fix path parsing, use last occurrence

2015-09-10 Thread George McCollister
If the path contains 'scripts' more than once the first occurrence will be incorrectly used. Use rfind instead of find to find the last occurrence. Signed-off-by: George McCollister <george.mccollis...@gmail.com> --- scripts/lib/wic/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 de

[OE-core] [PATCH][fido] binutils: fix native builds when host has gcc5

2015-06-16 Thread George McCollister
Cherry pick upstream commit to fix -Werror=logical-not-parentheses error when building with native gcc5. Signed-off-by: George McCollister george.mccollis...@gmail.com --- meta/recipes-devtools/binutils/binutils-2.24.inc | 1 + ...86.c-Werror-logical-not-parentheses-error.patch | 76