On Thu, May 17, 2018 at 3:46 AM, Martin Jansa wrote:
> On Thu, May 10, 2018 at 09:11:45PM +0200, Martin Jansa wrote:
>> > > 5) nativesdk-libxcrypt fails to build (not sure which change caused
>> > > this, it build OK with sumo since the -std=gnu99 addition.
>> > > ../git/crypt-sunmd5.c:189:13: err
On 5/17/18 3:17 AM, Burton, Ross wrote:
Even when I pick from the branch instead of the mail, I suspect the
line endings are messed up and this won't apply. Can you
double-check?
(I *hate* the ovmf recipe for this reason and am very tempted to just
run dos2unix over the tree after unpack!)
One of the uses of externalsrc is to enable iterative editing and
rebuilding of source files during development. In such situations,
disabling Automake dependency tracking can lead to sources not being
rebuilt even though files they depend on have been modified.
Signed-off-by: Andre McCurdy
---
autotools.bbclass adds --disable-dependency-tracking to the configure
command line by default, so there's no need for individual recipes to
do so.
Signed-off-by: Andre McCurdy
---
meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.0.bb | 1 -
1 file changed, 1 deletion(-)
diff --git a/meta/rec
autotools.bbclass adds --disable-dependency-tracking to the configure
command line by default, so there's no need for individual recipes to
do so.
Also make some minor recipe formatting cleanups.
Signed-off-by: Andre McCurdy
---
meta/recipes-support/pinentry/pinentry_1.1.0.bb | 11 ++-
On 05/17/2018 06:00 PM, Burton, Ross wrote:
On 16 May 2018 at 06:07, Chen Qi wrote:
+if not (self.tc.hasPrefixedTargetPackage("gettext")):
+raise unittest.SkipTest("GalculatorTest class: SDK doesn't contain
gettext")
File
"/home/pokybuild/yocto-autobuilder/yocto-worker
Changes in V2:
* Fix to use hasTargetPackage instead of non-existent hasPrefixedTargetPackage
The following changes since commit 13cc30cd7de4841990b600e83e1249c81a5171dd:
local.conf.sample.extended: Drop obsolete rpc and libnsl (2018-05-15 11:07:50
+0100)
are available in the git repository a
We need to skip this testcase when gettext is not available. Otherwise,
we will have the following error at configure.
error: possibly undefined macro: AM_NLS
Signed-off-by: Chen Qi
---
meta/lib/oeqa/sdk/cases/buildgalculator.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/lib/o
An elevation of privilege vulnerability in libnl could enable a local
malicious application to execute arbitrary code within the context of
the Wi-Fi service. This issue is rated as Moderate because it first
requires compromising a privileged process and is mitigated by
current platform configurati
An elevation of privilege vulnerability in libnl could enable a local
malicious application to execute arbitrary code within the context of
the Wi-Fi service. This issue is rated as Moderate because it first
requires compromising a privileged process and is mitigated by
current platform configurati
On 05/17/2018 03:04 PM, Alexander Kanavin wrote:
> On 05/17/2018 01:33 PM, Marek Vasut wrote:
Looks like AUH runs as a x86 machine, which is why it doesn't catch
u-boot.
>>>
>>> Also we have already discussed this 2 month ago. Marek, as the u-boot
>>> maintainer, can you look into enablin
On Thu, May 17, 2018 at 12:15 PM, Fabio Berton
wrote:
> Images with systemd fails on reboot with error:
>
>[FAILED] Failed unmounting Temporary Directory (/tmp).
>
> This happens because busybox umount command doesn't has -c
> option. Add util-linux-umount that has this option to fix
> this is
Images with systemd fails on reboot with error:
[FAILED] Failed unmounting Temporary Directory (/tmp).
This happens because busybox umount command doesn't has -c
option. Add util-linux-umount that has this option to fix
this issue.
See details: https://github.com/systemd/systemd/issues/7786
Yep my bad, still in the app layer that I was porting down from. Will update
and include the patchwork feedback.
From: akuster808
Sent: Saturday, April 28, 2018 9:37 AM
To: wouterlucas; openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [pyro][PATCH] gstreamer1.0-plugins-bad: Refresh
On 17 May 2018 at 04:17, Burton, Ross wrote:
> Even when I pick from the branch instead of the mail, I suspect the
> line endings are messed up and this won't apply. Can you
> double-check?
>
> (I *hate* the ovmf recipe for this reason and am very tempted to just
> run dos2unix over the tree afte
On Thu, May 17, 2018 at 12:33:24PM +0200, Marek Vasut wrote:
> On 05/17/2018 11:53 AM, Alexander Kanavin wrote:
> > On 05/17/2018 12:56 PM, Burton, Ross wrote:
> >> Looks like AUH runs as a x86 machine, which is why it doesn't catch
> >> u-boot.
> >
> > Also we have already discussed this 2 month
On 05/17/2018 01:33 PM, Marek Vasut wrote:
Looks like AUH runs as a x86 machine, which is why it doesn't catch
u-boot.
Also we have already discussed this 2 month ago. Marek, as the u-boot
maintainer, can you look into enabling u-boot on qemu please?
Wouldn't it make more sense to fix the AUH
BTW
I have just filed a bug to busybox.
https://bugs.busybox.net/show_bug.cgi?id=11021
Lets see how this evolves.
--
Ricardo Ribalda
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/l
u-boot is excluded on the machine type that the AUH runs as, so
there's no way it can build the recipe.
Ross
On 17 May 2018 at 11:33, Marek Vasut wrote:
> On 05/17/2018 11:53 AM, Alexander Kanavin wrote:
>> On 05/17/2018 12:56 PM, Burton, Ross wrote:
>>> Looks like AUH runs as a x86 machine, whi
On 05/17/2018 11:53 AM, Alexander Kanavin wrote:
> On 05/17/2018 12:56 PM, Burton, Ross wrote:
>> Looks like AUH runs as a x86 machine, which is why it doesn't catch
>> u-boot.
>
> Also we have already discussed this 2 month ago. Marek, as the u-boot
> maintainer, can you look into enabling u-boot
Hi Andreas
Yes, I agree. But until that happen we can fix the bug with a one liner
that works for coreutils and busybox without risking program relaying on
the wrong behaviour of busybox
On Thu, May 17, 2018 at 1:39 PM Andreas Oberritter
wrote:
> Dear Ricardo,
> On Thu, 17 May 2018 10:57:04 +02
Dear Ricardo,
On Thu, 17 May 2018 10:57:04 +0200
Ricardo Ribalda Delgado wrote:
> Redlink from busybox and coreutils behave differently on missing files.
> This leads to apt-key miss-behaving and also segure apt-get
wouldn't it be more appropriate to improve the behavior of busybox?
Best regar
This helps in particular when executing nativesdk- postinsts; previously
they were attempted only with target qemu, and this obivously failed.
This could be solved by properly mapping the binary to be run to the
best available qemu variant for the binary architecture, but that
would be a lot more
Signed-off-by: Alexander Kanavin
---
.../meson/{meson_0.46.0.bb => meson_0.46.1.bb}| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/meson/{meson_0.46.0.bb => meson_0.46.1.bb} (83%)
diff --git a/meta/recipes-devtools/meson/meson_0.46.0.bb
b/
Signed-off-by: Alexander Kanavin
---
meta/recipes-connectivity/openssl/openssl10.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-connectivity/openssl/openssl10.inc
b/meta/recipes-connectivity/openssl/openssl10.inc
index 645d64ec85e..f7a8de823a5 100644
--- a/meta/recipes-conn
Drop upstreamed patch.
Signed-off-by: Alexander Kanavin
---
meta/recipes-kernel/dtc/dtc.inc | 1 -
...se-proper-format-modifier-for-size_t.patch | 43 ---
.../dtc/{dtc_1.4.5.bb => dtc_1.4.6.bb}| 2 +-
3 files changed, 1 insertion(+), 45 deletions(-)
delet
Add autoconf-archive dependency to expand AC_JAVA_OPTIONS and other
java-related macros.
Signed-off-by: Alexander Kanavin
---
.../libidn/libidn/libidn_fix_for_automake-1.12.patch | 8
.../libidn/{libidn_1.34.bb => libidn_1.35.bb} | 6 +++---
2 files changed, 7 insertion
Signed-off-by: Alexander Kanavin
---
meta/recipes-kernel/lttng/babeltrace_1.5.5.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-kernel/lttng/babeltrace_1.5.5.bb
b/meta/recipes-kernel/lttng/babeltrace_1.5.5.bb
index 2a2fa1e5b1d..b247fb0f9b6 100644
--- a/meta/recipes-kernel/ltt
Signed-off-by: Alexander Kanavin
---
meta/recipes-rt/rt-tests/rt-tests.inc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc
b/meta/recipes-rt/rt-tests/rt-tests.inc
index 5606d8e3851..f87952e0a8d 100644
--- a/meta/recipes-rt/rt-tests/rt-tests.inc
+++ b/m
Epiphany no longer needs it, nothing else does,
and so it will be moved to meta-oe.
Signed-off-by: Alexander Kanavin
---
meta/conf/distro/include/maintainers.inc | 1 -
.../epiphany/epiphany_3.28.1.1.bb | 2 +-
...ibseccomp-sycall-filtering-mechanism.patch | 45 --
Signed-off-by: Alexander Kanavin
---
meta/recipes-extended/xz/xz_5.2.3.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-extended/xz/xz_5.2.3.bb
b/meta/recipes-extended/xz/xz_5.2.3.bb
index 65168920d1d..8d7f0f19943 100644
--- a/meta/recipes-extended/xz/xz_5.2.3.bb
+++ b/meta/re
Drop upstreamed patch.
Add a patch to correctly set LDFLAGS for one of the libraries and Python
bindings.
Add dependencies to build Python bindings
(directly inheriting setuptools3 class does not work,
as the build is Makefile-managed) and a snippet to install them.
Signed-off-by: Alexander Kan
On Thu, May 17, 2018 at 11:17:11AM +0100, Burton, Ross wrote:
> Even when I pick from the branch instead of the mail, I suspect the
> line endings are messed up and this won't apply. Can you
> double-check?
>
> (I *hate* the ovmf recipe for this reason and am very tempted to just
> run dos2unix o
On Thu, May 10, 2018 at 09:11:45PM +0200, Martin Jansa wrote:
> > > 5) nativesdk-libxcrypt fails to build (not sure which change caused
> > > this, it build OK with sumo since theĀ -std=gnu99 addition.
> > > ../git/crypt-sunmd5.c:189:13: error: 'snprintf' output may be truncated
> > > before the l
Even when I pick from the branch instead of the mail, I suspect the
line endings are messed up and this won't apply. Can you
double-check?
(I *hate* the ovmf recipe for this reason and am very tempted to just
run dos2unix over the tree after unpack!)
Ross
On 16 May 2018 at 07:32, Khem Raj wrot
On 05/17/2018 12:56 PM, Burton, Ross wrote:
Looks like AUH runs as a x86 machine, which is why it doesn't catch u-boot.
Also we have already discussed this 2 month ago. Marek, as the u-boot
maintainer, can you look into enabling u-boot on qemu please?
Alex
--
On 16 May 2018 at 06:07, Chen Qi wrote:
> +if not (self.tc.hasPrefixedTargetPackage("gettext")):
> +raise unittest.SkipTest("GalculatorTest class: SDK doesn't
> contain gettext")
File
"/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-mips/build/meta/lib/oeqa/sdk/case
Looks like AUH runs as a x86 machine, which is why it doesn't catch u-boot.
Ross
On 17 May 2018 at 10:40, Marek Vasut wrote:
> On 05/17/2018 04:13 AM, a...@auh.yoctoproject.org wrote:
>> Hello,
>>
>> You are receiving this email because you are the maintainer
>> of *u-boot-mkimage* recipe and th
On 05/17/2018 04:13 AM, a...@auh.yoctoproject.org wrote:
> Hello,
>
> You are receiving this email because you are the maintainer
> of *u-boot-mkimage* recipe and this is to let you know that the automatic
> attempt
> to upgrade the recipe to *2018.05* has Failed(do_compile).
>
> Detailed error
Redlink from busybox and coreutils behave differently on missing files.
This leads to apt-key miss-behaving and also segure apt-get
root@qt5122:~# apt-key exportall
touch: : No such file or directory
W: An error occurred during the signature verification. The repository is not
updated and the pr
Redlink from busybox and coreutils behave differently on missing files.
This leads to apt-key miss-behaving and also segure apt-get
root@qt5122:~# apt-key exportall
touch: : No such file or directory
W: An error occurred during the signature verification. The repository is not
updated and the pr
Certainly does, sorry about that!
Ross
On 17 May 2018 at 01:44, Andre McCurdy wrote:
> On Wed, May 16, 2018 at 4:30 PM, Ross Burton wrote:
>
> Looks like a duplicate of:
>
>
> http://lists.openembedded.org/pipermail/openembedded-core/2018-May/150743.html
>
> ?
>
>> Signed-off-by: Ross Burton
42 matches
Mail list logo