[OE-core] [PATCH 0/1] uboot-sign.bbclass: fix signature and deployment

2018-11-20 Thread Robert Yang
The following changes since commit 19c9842644b7b0a599437fd394111f161c8b1f1e: apt: Improve SRC_URI (2018-11-20 10:11:24 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/uboot

[OE-core] [PATCH 1/1] uboot-sign.bbclass: fix signature and deployment

2018-11-20 Thread Robert Yang
Fixed: MACHINE = "beaglebone-yocto" KERNEL_CLASSES += "kernel-fitimage" KERNEL_IMAGETYPE_beaglebone-yocto = "fitImage" UBOOT_MACHINE_beaglebone-yocto = "am335x_boneblack_vboot_config" UBOOT_MKIMAGE_DTCOPTS = "-I dts -O dtb -p 2000" UBOOT_SIGN_KEYDIR = "${TOPDIR}/conf" UBOOT_SIGN_KEYNAME = "dev"

[OE-core] [PATCH 8/8] busybox: check CONFIG_DESKTOP before using 'od -t' in test case

2018-11-20 Thread Chen Qi
The '-t' option support for 'od' is enabled by CONFIG_DESKTOP. So check it before using it in test cases. Signed-off-by: Chen Qi --- ...te-check-CONFIG_DESKTOP-before-using-od-t.patch | 83 ++ meta/recipes-core/busybox/busybox_1.29.2.bb| 1 + 2 files changed, 84

[OE-core] [PATCH 7/8] busybox: fix du-l-works test case

2018-11-20 Thread Chen Qi
64 + 64 + 16 = 144K 144 + sizeof_a_directory >= 145 So fix to use 145 instead of 144. Signed-off-by: Chen Qi --- ...-du-l-works-fix-to-use-145-instead-of-144.patch | 32 ++ meta/recipes-core/busybox/busybox_1.29.2.bb| 1 + 2 files changed, 33 insertions(+) create

[OE-core] [PATCH 5/8] busybox: use example.org instead of google.com in wget test case

2018-11-20 Thread Chen Qi
Use example.org to ensure it's always reachible. Signed-off-by: Chen Qi --- ...e-use-www.example.org-for-wget-test-cases.patch | 62 ++ meta/recipes-core/busybox/busybox_1.29.2.bb| 1 + 2 files changed, 63 insertions(+) create mode 100644

[OE-core] [PATCH 1/8] busybox: enable bzip2 by default

2018-11-20 Thread Chen Qi
bunzip2 is enabled by default, but bzip2 is not. This is kind of strange, and it also causes busybox's ptest failure regarding bunzip2, as bunzip2's test case needs bzip2 command. Signed-off-by: Chen Qi --- meta/recipes-core/busybox/busybox/defconfig | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH 4/8] busybox: check uudecode before using it in test case

2018-11-20 Thread Chen Qi
Check uudecode before using it in test case to avoid unexpected failure. Signed-off-by: Chen Qi --- ...-testsuite-check-uudecode-before-using-it.patch | 45 ++ meta/recipes-core/busybox/busybox_1.29.2.bb| 1 + 2 files changed, 46 insertions(+) create mode 100644

[OE-core] [PATCH 3/8] busybox: add zip to RDEPENDS of ptest package

2018-11-20 Thread Chen Qi
busybox's unzip test case requires zip command. However, busybox itself does not provide one. So add zip as a runtime dependency. Signed-off-by: Chen Qi --- meta/recipes-core/busybox/busybox.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-core/busybox/busybox.inc

[OE-core] [PATCH 6/8] busybox: remove three hostname test cases

2018-11-20 Thread Chen Qi
These three test case are removed because of two reasons. 1) net-tools' hostname have different behaviour regarding some options So when net-tools is installed, test cases may fail. e.g. test x$(hostname -i) = x$(busybox hostname -i) 2) hostname may set to some value, e.g. qemux86-64,

[OE-core] [PATCH 2/8] bzip2: extend alternatives list to include bzip2

2018-11-20 Thread Chen Qi
bzip2 could also be provided by busybox. So extend the alternatives list to include bzip2. Signed-off-by: Chen Qi --- meta/recipes-extended/bzip2/bzip2_1.0.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb

[OE-core] [PATCH V2 0/8] Fixes for busybox ptest

2018-11-20 Thread Chen Qi
Changes in V2: * fix bzip2 recipe to extend its alternatives list * check CONFIG_DESKTOP beforing using 'od -t' in test cases The following changes since commit bdffa0ce10870f70e0a7ab7636ff0d797df43e3a: apt: Improve SRC_URI (2018-11-20 10:32:16 +) are available in the git repository at:

Re: [OE-core] [PATCH] apt: update SRC_URI

2018-11-20 Thread Changqing Li
On 11/20/18 10:10 PM, Richard Purdie wrote: On Mon, 2018-11-19 at 21:54 +1100, Jonathan Liu wrote: -SRC_URI = " http://archive.ubuntu.com/ubuntu/pool/main/a/${BPN}/${BPN}_${PV}.tar.xz \ +SRC_URI = " https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/apt/1.2.24/${BPN}_${PV}.tar.xz

Re: [OE-core] [PATCH v4] u-boot: Add mkenvimage tool

2018-11-20 Thread richard . purdie
On Tue, 2018-11-20 at 23:21 +0300, Alexey Brodkin wrote: > This utility is used for creation of images containing > usable in run-time U-Boot environment. > > As of today this utility is added per-board like here [1] > for Intel Edison board. > > [1] >

Re: [OE-core] [PATCH v4] u-boot: Add mkenvimage tool

2018-11-20 Thread richard . purdie
On Tue, 2018-11-20 at 23:21 +0300, Alexey Brodkin wrote: > This utility is used for creation of images containing > usable in run-time U-Boot environment. > > As of today this utility is added per-board like here [1] > for Intel Edison board. > > [1] >

Re: [OE-core] [[thud][PATCH] meta/classes/qemu.bbclass: set -cpu of e500v2 to e500mc

2018-11-20 Thread C.r. Guo
Hello , Please apply this patch in thud branch . Now build gcc failed for e500v2 Thanks Chunrong -Original Message- From: C.r. Guo Sent: 2018年11月15日 11:37 Cc: C.r. Guo Subject: [[thud][PATCH] meta/classes/qemu.bbclass: set -cpu of e500v2 to e500mc From: Chunrong Guo *fix the

Re: [OE-core] [PATCH v4] u-boot: Add mkenvimage tool

2018-11-20 Thread Alexey Brodkin
Hi Marek, > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Tuesday, November 20, 2018 11:23 PM > To: Alexey Brodkin ; > openembedded-core@lists.openembedded.org > Cc: Ross Burton ; Khem Raj ; > linux-snps-...@lists.infradead.org; Richard Purdie > ; Otavio Salvador

Re: [OE-core] [PATCH v4] u-boot: Add mkenvimage tool

2018-11-20 Thread Marek Vasut
On 11/20/2018 09:21 PM, Alexey Brodkin wrote: > This utility is used for creation of images containing > usable in run-time U-Boot environment. > > As of today this utility is added per-board like here [1] > for Intel Edison board. > > [1] >

[OE-core] [PATCH v4] u-boot: Add mkenvimage tool

2018-11-20 Thread Alexey Brodkin
This utility is used for creation of images containing usable in run-time U-Boot environment. As of today this utility is added per-board like here [1] for Intel Edison board. [1]

[OE-core] [PATCH 1/2] meta/icecc.bbclass: Move system blacklist to variables

2018-11-20 Thread Joshua Watt
The system blacklists are moved to variables which are ignore when hashing. This prevents changes to the blacklists from causing all taskhashes to change (and thus rebuild). Signed-off-by: Joshua Watt --- meta/classes/icecc.bbclass | 31 --- 1 file changed, 20

[OE-core] [PATCH 2/2] meta/icecc.bbclass: Update system blacklists

2018-11-20 Thread Joshua Watt
Updates the system blacklists to include packages that are known to have problems compiling under icecream Signed-off-by: Joshua Watt --- meta/classes/icecc.bbclass | 8 1 file changed, 8 insertions(+) diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass index

[OE-core] [PATCH 0/2] Update icecream blacklists

2018-11-20 Thread Joshua Watt
Updates the icecream blacklists and makes some changes to prevent such updates from causing world rebuilds in the future. Joshua Watt (2): meta/icecc.bbclass: Move system blacklist to variables meta/icecc.bbclass: Update system blacklists meta/classes/icecc.bbclass | 39

Re: [OE-core] [oe-commits] [openembedded-core] 10/35: tzcode: update to 2018f

2018-11-20 Thread Martin Jansa
On Fri, Nov 16, 2018 at 04:33:46PM +, g...@git.openembedded.org wrote: > This is an automated email from the git hooks/post-receive script. > > rpurdie pushed a commit to branch sumo > in repository openembedded-core. > > commit 9702041a732ca062a9899543d05e585c930407f3 > Author: Armin Kuster

Re: [OE-core] [PATCH 1/6] libmodulemd: add a new recipe

2018-11-20 Thread Richard Purdie
On Mon, 2018-11-19 at 16:08 +0100, Alexander Kanavin wrote: > This is a hard requirement of the new libdnf versions. > > Signed-off-by: Alexander Kanavin > --- > ...ec_tmpl.sh-use-bin-sh-not-usr-bin-sh.patch | 21 ++ > ...n.build-do-not-generate-gir-or-gtkdo.patch | 65 > +++

Re: [OE-core] [PATCH] systemd: fix PN-container package splitting

2018-11-20 Thread Richard Purdie
On Tue, 2018-11-20 at 17:39 +, Richard Purdie wrote: > On Mon, 2018-11-19 at 23:33 +0100, Adrian Freihofer wrote: > > From: Adrian Freihofer > > > > - Fix package splitting for services installed with > > systemd-container. Some files have been installed with systemd > > package instead

Re: [OE-core] [PATCH v3] u-boot: Add mkenvimage tool

2018-11-20 Thread richard . purdie
On Mon, 2018-11-19 at 13:04 +0300, Alexey Brodkin wrote: > This utility is used for creation of images containing > usable in run-time U-Boot environment. > > As of today this utility is added per-board like here [1] > for Intel Edison board. > > [1] >

Re: [OE-core] [PATCH] systemd: fix PN-container package splitting

2018-11-20 Thread Richard Purdie
On Mon, 2018-11-19 at 23:33 +0100, Adrian Freihofer wrote: > From: Adrian Freihofer > > - Fix package splitting for services installed with > systemd-container. Some files have been installed with systemd > package instead of systemd-container package. (*.service, > *.socket, *.html...) >

[OE-core] [sumo] [PATCH v1] python: CVE-2018-1061

2018-11-20 Thread Sinan Kaya
It looks like this patch was not applied. https://www.mail-archive.com/openembedded-core@lists.openembedded.org/msg116341.html Any reasons, why? -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH v3] u-boot: Add mkenvimage tool

2018-11-20 Thread Otavio Salvador
On Tue, Nov 20, 2018 at 1:52 PM Alexey Brodkin wrote: > > -Original Message- > > From: Otavio Salvador [mailto:otavio.salva...@ossystems.com.br] > > Sent: Tuesday, November 20, 2018 6:49 PM > > To: Burton, Ross > > Cc: Peter Kjellerstedt ; Marek Vasut > > ; Tom Rini ; Otavio > >

Re: [OE-core] [PATCH v3] u-boot: Add mkenvimage tool

2018-11-20 Thread Marek Vasut
On 11/20/2018 04:52 PM, Alexey Brodkin wrote: > Hi Otavio, > >> -Original Message- >> From: Otavio Salvador [mailto:otavio.salva...@ossystems.com.br] >> Sent: Tuesday, November 20, 2018 6:49 PM >> To: Burton, Ross >> Cc: Peter Kjellerstedt ; Marek Vasut >> ; Tom Rini ; Otavio >>

Re: [OE-core] [PATCH v3] u-boot: Add mkenvimage tool

2018-11-20 Thread Alexey Brodkin
Hi Otavio, > -Original Message- > From: Otavio Salvador [mailto:otavio.salva...@ossystems.com.br] > Sent: Tuesday, November 20, 2018 6:49 PM > To: Burton, Ross > Cc: Peter Kjellerstedt ; Marek Vasut > ; Tom Rini ; Otavio > Salvador ; Alexey Brodkin > ; Patches and discussions about the

Re: [OE-core] [PATCH v3] u-boot: Add mkenvimage tool

2018-11-20 Thread Tom Rini
On Tue, Nov 20, 2018 at 01:48:40PM -0200, Otavio Salvador wrote: > On Tue, Nov 20, 2018 at 1:40 PM Burton, Ross wrote: > > > > (hit sent too early) > > > > Of course how big are these tools, and is it really useful splitting > > them up? If we're talking a 10k binary, is putting them in separate

[OE-core] Yocto Project Status WW47’18

2018-11-20 Thread Jolley, Stephen K
Current Dev Position: YP 2.7 M1. Next Deadline: YP 2.7 M1 Cutoff is Dec. 10, 2018 SWAT Team Rotation: · SWAT lead is currently: Paul · SWAT team rotation: Paul -> Ross on Nov. 23, 2018 · SWAT team rotation: Ross -> Amanda on Nov. 30, 2018 ·

Re: [OE-core] [PATCH v3] u-boot: Add mkenvimage tool

2018-11-20 Thread Otavio Salvador
On Tue, Nov 20, 2018 at 1:40 PM Burton, Ross wrote: > > (hit sent too early) > > Of course how big are these tools, and is it really useful splitting > them up? If we're talking a 10k binary, is putting them in separate > packages worth the complication? I think it makes sense to split; we are

Re: [OE-core] [sumo] cherry-pick request to fix bison on glibc 2.28

2018-11-20 Thread Raphael Kubo da Costa
Tim Orling writes: > http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=5e441f3f8aa896e264f44ba8b699e5841cceade4 > > or > > http://git.openembedded.org/openembedded-core/commit/?id=741415c58b356576428c26efd081212eb989l +Armin I was going to send a patch with the backport but noticed

Re: [OE-core] [PATCH v3] u-boot: Add mkenvimage tool

2018-11-20 Thread Burton, Ross
(hit sent too early) Of course how big are these tools, and is it really useful splitting them up? If we're talking a 10k binary, is putting them in separate packages worth the complication? Ross -- ___ Openembedded-core mailing list

Re: [OE-core] [PATCH v3] u-boot: Add mkenvimage tool

2018-11-20 Thread Burton, Ross
On Tue, 20 Nov 2018 at 14:29, Peter Kjellerstedt wrote: > Actually, why mess with an unnecessary meta package. Just use the > empty ${PN} package for that. That works for the GStreamer packages > as well these days (since commit 8e1009a3), even though they do it > by depending on the meta

[OE-core] [rocko][PATCH 3/3] elfutils: Fix gcc compile time alignment errors

2018-11-20 Thread Raphael Kubo da Costa
From: Khem Raj Allow devtool to organize the SRC_URI (From OE-Core rev: 49aae1d75ff1c6a9643c30a8cc5776a2ffa83dd3) Signed-off-by: Khem Raj Signed-off-by: Ross Burton --- .../elfutils/elfutils_0.170.bb| 40 +++-- ...ed-structs-follow-the-gcc-memory-lay.patch | 34 +

[OE-core] [rocko][PATCH 2/3] elfutils: refresh patches

2018-11-20 Thread Raphael Kubo da Costa
From: Ross Burton The patch tool will apply patches by default with "fuzz", which is where if the hunk context isn't present but what is there is close enough, it will force the patch in. Whilst this is useful when there's just whitespace changes, when applied to source it is possible for a

[OE-core] [rocko][PATCH 1/3] elfutils: Use fallthrough attribute

2018-11-20 Thread Raphael Kubo da Costa
From: Joshua Watt Patches elfutils to use the fallthrough attribute instead of comments to satisfy the -Wimplicit-fallthrough warning. Using comments is insufficient when compiling remotely with Icecream because the file gets pre-processed locally, removing the comments (From OE-Core rev:

[OE-core] [rocko][PATCH 0/3] elfutils: Backport gcc alignment error fix

2018-11-20 Thread Raphael Kubo da Costa
This became a patch series because there are two intermediate commits that were not part of rocko but are needed for a painless cherry-pick of the commit I'm really interested in. Without these commits, I am unable to build elfutils-native on Fedora 29. --

[OE-core] [PATCH] xcb-proto: use python3native to have reproducible pyc files

2018-11-20 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-graphics/xorg-proto/xcb-proto_1.13.bb | 26 ++ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/meta/recipes-graphics/xorg-proto/xcb-proto_1.13.bb b/meta/recipes-graphics/xorg-proto/xcb-proto_1.13.bb index

[OE-core] [PATCH] json-glib: add ptest

2018-11-20 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-gnome/json-glib/json-glib/run-ptest | 3 +++ meta/recipes-gnome/json-glib/json-glib_1.4.2.bb | 12 +++- 2 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 meta/recipes-gnome/json-glib/json-glib/run-ptest diff --git

[OE-core] [rocko][PATCH] bison: Fix build break with glibc 2.28

2018-11-20 Thread Raphael Kubo da Costa
From: Khem Raj (From OE-Core rev: 741415c58b356576428c26efd081212eb989) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- .../recipes-devtools/bison/bison/gnulib.patch | 21 +++ meta/recipes-devtools/bison/bison_3.0.4.bb| 1 + 2 files changed, 22

Re: [OE-core] [PATCH v3] u-boot: Add mkenvimage tool

2018-11-20 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Otavio Salvador > Sent: den 19 november 2018 20:22 > To: Tom Rini > Cc: Marek Vasut ; linux-snps-...@lists.infradead.org; > Alexey Brodkin ; Otavio Salvador > ;

Re: [OE-core] [PATCH] musl: Update to latest trunk

2018-11-20 Thread Khem Raj
On Tue, Nov 20, 2018 at 6:08 AM akuster808 wrote: > > > > On 11/19/18 9:27 AM, Khem Raj wrote: > > Complete changelogs are here > > https://git.musl-libc.org/cgit/musl/log/?qt=range=c50985d5c8e316c5c464f352e79eeebfed1121a9..79f653c6bc2881dd6855299c908a442f56cb7c2b > > > > Signed-off-by: Khem Raj

Re: [OE-core] [PATCH] apt: update SRC_URI

2018-11-20 Thread Richard Purdie
On Mon, 2018-11-19 at 21:54 +1100, Jonathan Liu wrote: > -SRC_URI = " > > http://archive.ubuntu.com/ubuntu/pool/main/a/${BPN}/${BPN}_${PV}.tar.xz > > \ > > +SRC_URI = " > > https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/apt/1.2.24/${BPN}_${PV}.tar.xz > > \ > > Why don't you replace

Re: [OE-core] [PATCH] musl: Update to latest trunk

2018-11-20 Thread akuster808
On 11/19/18 9:27 AM, Khem Raj wrote: > Complete changelogs are here > https://git.musl-libc.org/cgit/musl/log/?qt=range=c50985d5c8e316c5c464f352e79eeebfed1121a9..79f653c6bc2881dd6855299c908a442f56cb7c2b > > Signed-off-by: Khem Raj > --- > meta/recipes-core/musl/musl_git.bb | 2 +- > 1 file

Re: [OE-core] [rocko][sumo][PATCH 1/1] mobile-broadband-provider: fix SRC_URI

2018-11-20 Thread Max Krummenacher
Ping. Any comments on this backport request? Max Am Mi., 7. Nov. 2018 um 14:25 Uhr schrieb Max Krummenacher < max.oss...@gmail.com>: > From: Anuj Mittal > > Fixes build for older versions of git which don't follow redirects > properly if the .git suffix is missing. > > Signed-off-by: Anuj

[OE-core] [OE-Core][thud][PATCH] systemd: backport fix to stop enabling ECN

2018-11-20 Thread Alex Kiernan
>From upstream: Turning on ECN still causes slow or broken network on linux. Our tcp is not yet ready for wide spread use of ECN. https://github.com/systemd/systemd/issues/9748 Signed-off-by: Alex Kiernan Signed-off-by: Richard Purdie ---

Re: [OE-core] [PATCH 1/1] nativesdk/sdk: Fix sdk dummy providers for opkg

2018-11-20 Thread richard . purdie
On Tue, 2018-11-20 at 12:17 +0100, Andrej Valek wrote: > > ERROR: OE-core's config sanity checker detected a potential > > misconfiguration. > > Either fix the cause of this error or at your own risk disable > > the checker (see sanity.conf). > > Following is the list of potential

[OE-core] [PATCH 1/1] nativesdk/sdk: Fix sdk dummy providers for opkg

2018-11-20 Thread Andrej Valek
| ERROR: OE-core's config sanity checker detected a potential | misconfiguration. | Either fix the cause of this error or at your own risk disable | the checker (see sanity.conf). | Following is the list of potential problems / advisories: | | Required perl module(s) not found:

[OE-core] [PATCH 0/1] nativesdk/sdk: Fix sdk dummy providers for opkg

2018-11-20 Thread Andrej Valek
I can't verify functionality of another package types like deb. But condtional could be changed to "not rpm", which covers the rest. Andrej Valek (1): nativesdk/sdk: Fix sdk dummy providers for opkg meta/recipes-core/meta/dummy-sdk-package.inc | 8 ++-- 1 file changed, 6 insertions(+), 2

[OE-core] [PATCH 1/2] harfbuzz: upgrade 1.9.0 -> 2.1.3

2018-11-20 Thread Ross Burton
Signed-off-by: Ross Burton --- .../harfbuzz/{harfbuzz_1.9.0.bb => harfbuzz_2.1.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.9.0.bb => harfbuzz_2.1.3.bb} (90%) diff --git

[OE-core] [PATCH 2/2] libinput: 1.12.1 -> 1.12.3

2018-11-20 Thread Ross Burton
Signed-off-by: Ross Burton --- .../wayland/{libinput_1.12.1.bb => libinput_1.12.3.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{libinput_1.12.1.bb => libinput_1.12.3.bb} (86%) diff --git

Re: [OE-core] [PATCH 4/6] librepo: update to 1.9.2

2018-11-20 Thread Alexander Kanavin
That's true: https://github.com/rpm-software-management/librepo/commit/acbbfe2e76ca1c74c2a1acb25813077d47481f14 You can amend the patch, or I can resend. Alex On Mon, 19 Nov 2018 at 22:01, Burton, Ross wrote: > > On Mon, 19 Nov 2018 at 15:09, Alexander Kanavin > wrote: > > > -DEPENDS = "curl

Re: [OE-core] [PATCH 5/8] busybox: use example.org instead of google.com in wget test case

2018-11-20 Thread Burton, Ross
Ignore me, you did :) On Tue, 20 Nov 2018 at 11:10, Burton, Ross wrote: > > My point is, if there's a better host then lets send this upstream. > > Ross > On Tue, 20 Nov 2018 at 01:45, ChenQi wrote: > > > > On 11/16/2018 01:43 AM, Burton, Ross wrote: > > > On Thu, 15 Nov 2018 at 01:57, Chen Qi

Re: [OE-core] [PATCH 5/8] busybox: use example.org instead of google.com in wget test case

2018-11-20 Thread Burton, Ross
My point is, if there's a better host then lets send this upstream. Ross On Tue, 20 Nov 2018 at 01:45, ChenQi wrote: > > On 11/16/2018 01:43 AM, Burton, Ross wrote: > > On Thu, 15 Nov 2018 at 01:57, Chen Qi wrote: > >> Use example.org to ensure it's always reachible. > > Is this because of

[OE-core] [PATCH] apt: Improve SRC_URI

2018-11-20 Thread Richard Purdie
Use PV and BPN in SRC_URI as a minor improvement. Signed-off-by: Richard Purdie --- meta/recipes-devtools/apt/apt.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/apt/apt.inc b/meta/recipes-devtools/apt/apt.inc index 50f22c89923..bff59e521ad 100644

[OE-core] [V2 PATCH 1/1] ltp: Use a legal bad address for mips in setrlimit05.c

2018-11-20 Thread Hongzhi.Song
This testcase fails on mips32. The process is killed by SIGBUS which is not as expect. This is because: ((void *)-1) is not a legal bad address which causes the process killed by SIGBUG on mips. 'tst_get_bad_addr()' returns an address that should works on mips and other arches. Signed-off-by:

[OE-core] [V2 PATCH 0/1] ltp-setrlimit05.c: use a legal bad address for mips

2018-11-20 Thread Hongzhi.Song
V2: Remake the patch for ltp-20180926 which was ltp-20180505 at the time of the last commit. Hongzhi.Song (1): ltp: Use a legal bad address for mips in setrlimit05.c ...t05-Use-another-method-to-get-bad-address.patch | 61 ++