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
http://cgit.openembedded.org/openembedded-core-contrib/log/?h
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"
UBO
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 inse
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
meta/recipes-core/busybox/
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 mo
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 del
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
me
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
b/meta/
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, whi
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
b/meta/recipes-extended
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:
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
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]
> http://git.yoctoproject.org/cgit/cgit.cgi/m
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]
> http://git.yoctoproject.org/cgit/cgit.cgi/m
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 below
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
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]
> http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel-e
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]
http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel-edison/tree/meta-intel-edison-bsp/recipes-bsp/u-boot/u-boot-too
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 inserti
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 037cce1e9
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 +
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
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
> +++
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 o
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]
> http://git.yoctoproject.org/cgit/cgit.cgi/m
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...)
> -
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
http://lists.openembedded.or
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
> > Salvador
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
>> Salvador
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
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
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
· https://wiki.yoctop
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 b
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
(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
Openembedded-core
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 packages
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 +
...te
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 patc
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: cd44ce
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.
--
__
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 d5037868d54.
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 a/meta/r
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 insertions(+)
> -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
> ;
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&q=c50985d5c8e316c5c464f352e79eeebfed1121a9..79f653c6bc2881dd6855299c908a442f56cb7c2b
> >
> > Signed-off-by: Khem Raj
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 a
On 11/19/18 9:27 AM, Khem Raj wrote:
> Complete changelogs are here
> https://git.musl-libc.org/cgit/musl/log/?qt=range&q=c50985d5c8e316c5c464f352e79eeebfed1121a9..79f653c6bc2881dd6855299c908a442f56cb7c2b
>
> Signed-off-by: Khem Raj
> ---
> meta/recipes-core/musl/musl_git.bb | 2 +-
> 1 file c
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 Mitt
>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
---
...tl.d-request-ECN-on-both-in-and-outgoing-.patc
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 problems
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 d
| 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: Text::P
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 a/meta/recipes-graphics/harfbuzz/harfbu
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 a/meta/recipes-graphics/wayland/libinp
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 e
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 w
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 China
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
-
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: Ho
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 ++
meta/recipes-extended/ltp/ltp_20
60 matches
Mail list logo