FYI,
I have made a V2 patch, but I noticed Denys Dmytriyenko had sent a patch to
upgrade weston from 6.0.0 to 6.0.1, I would like to send out the V2 patch
later after it’s merged.
//Ming Liu
Sorry, I did not describe it correctly, as Stefan said, it’s not a build
> issue with meson, but we need
Hi
Please send this to oe-devel mailing list
On Fri, Jul 26, 2019 at 5:54 AM Arturo Buzarra wrote:
>
> Commit c6e963f9e078b728911afed38d31ed234a384154 ("lvm2: Add RDEPEND
> on lvm2 to lvm2-udevrules") added a package dependency due to
> lvm2-udevrules needs dmsetup, however dmsetup was moved to
On 2019/7/26 下午6:11, Alexander Kanavin wrote:
I think you need to use QB_MEM here.
Used TEST_QEMUPARAMS because I found the following line in
testimage.bbclass:
# TEST_QEMUPARAMS can be used to pass extra parameters to qemu, e.g. "-m
1024" for setting the amount o f ram to 1 GB.
And it s
On 2019/7/26 下午6:09, Alexander Kanavin wrote:
Wait, does this mean that the line must be inserted into all of the
recipes that depend on webkitgtk (wihch is very awkward)? Shouldn't
just the webkitgtk recipe fix be enough?
Unfortunately, yes. But there is only one recipe epiphany in oe-core. I
== Series Details ==
Series: systemd: Add partial support of drop-in configuration files to
systemd-systemctl-native (rev2)
Revision: 2
URL : https://patchwork.openembedded.org/series/18898/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This i
Support for .d/ folders containing .conf files
It doesn't support all the partial folder names
See https://www.freedesktop.org/software/systemd/man/systemd.unit.html
Signed-off-by: Frederic Ouellet
---
meta/recipes-core/systemd/systemd-systemctl/systemctl | 11 +--
1 file changed, 9 ins
On Fri, 2019-07-26 at 05:23 -0400, kai.k...@windriver.com wrote:
> From: Kai Kang
>
> When run do_testimage for core-image-sato-sdk, it fails to pass test
> case:
>
> > RESULTS - systemd.SystemdBasicTests.test_systemd_failed: FAILED
> > (0.43s)
>
> It is OOM issue and daemon rpc.statd is killed
and send to oe-devel ml please
On Fri, Jul 26, 2019 at 11:50 AM Alexander Kanavin
wrote:
>
> I think this should be fine, as long as you:
> 1. Modify the commit to fix the original place in the source code via a
> SRC_URI patch (instead of doing it after the fact with sed - such ad hoc
> patchi
Hi Stefano,
> Hi Lukasz,
>
> On 26/07/19 09:40, Lukasz Majewski wrote:
> > This change provides tasks to generate default U-Boot environment
> > images from built U-Boot (via. get_default_envs.sh script).
> >
> > Those images then can be used to generate wic images (with e.g.
> > eMMC layout). W
I think this should be fine, as long as you:
1. Modify the commit to fix the original place in the source code via a
SRC_URI patch (instead of doing it after the fact with sed - such ad hoc
patching is hard to read and understand).
2. Write a better description: we need to preserve explanations lik
Hi Ross,
Thanks for looking at my patch. You're right that my explanation behind
it is a wrong, I was a bit lazy there. Its not really about python3 not
being installed on the host system. My patch does fix a real issue with
itstool-native which is currently unusable. The main problem is we ca
Signed-off-by: Khem Raj
---
.../recipes-extended/libnss-nis/libnss-nis.bb | 1 +
...is-hosts-Remove-use-of-RES_USE_INET6.patch | 162 ++
2 files changed, 163 insertions(+)
create mode 100644
meta/recipes-extended/libnss-nis/libnss-nis/0001-nis-hosts-Remove-use-of-RES_USE_INET6
Fixes build with glibc 2.30
Signed-off-by: Khem Raj
---
...config-time-check-for-new-gettid-API.patch | 57 +++
meta/recipes-kernel/lttng/lttng-ust_2.10.4.bb | 1 +
2 files changed, 58 insertions(+)
create mode 100644
meta/recipes-kernel/lttng/lttng-ust/0001-Add-config-time-ch
Hi Lukasz,
On 26/07/19 09:40, Lukasz Majewski wrote:
> This change provides tasks to generate default U-Boot environment images
> from built U-Boot (via. get_default_envs.sh script).
>
> Those images then can be used to generate wic images (with e.g. eMMC layout).
> With such approach the end use
== Series Details ==
Series: itstool: Use python3 binary fom PATH instead of /usr/bin/python3
Revision: 1
URL : https://patchwork.openembedded.org/series/18916/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Severa
Considering:
1) bitbake is written in Python 3
2) HOSTTOOLS contains python3
There *really* is a host python 3 binary, and the canonical path to it
is ${HOSTTOOLS_DIR}/python3.
Ross
On Fri, 26 Jul 2019 at 16:40, Piotr Tworek wrote:
>
> Although /usr/bin/python3 works fine for class-target buil
Although /usr/bin/python3 works fine for class-target builds its not
really what we want for class-native. The host system might not even
have python3 installed. The native itstool version should use pythn3
provided in recipe-sysroot-native. To accomplish it modify the default
shebang to use /usr/b
There is no point in shipping it in main libdrm package.
Signed-off-by: Piotr Tworek
---
meta/recipes-graphics/drm/libdrm_2.4.99.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.99.bb
b/meta/recipes-graphics/drm/libdrm_2.4.99.bb
index 3
> -Original Message-
> From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Frederic Ouellet
> Sent: den 25 juli 2019 21:59
> To: openembedded-core@lists.openembedded.org
> Subject: [OE-core] [PATCH v2] systemd: Add partial support of dro
When using systemd, make sure that pulseaudio-server RDEPENDS on
module-systemd-login instead of module-console-kit both of which provide
the same functionality but for different init systems [1][2].
Even though both modules can co-exist, this helps avoid including
consolekit (which has been depre
From: Ming Liu
So far libx11 compose data is being required by some non-X11 recipes,
like weston -> libxkbcommon -> libx11-locale. But the libx11-locale
could not build without x11 distro feature enabled. This is not
reasonable.
To fix it, we introduce this new recipe, it uses the same source wi
From: Ming Liu
This fixes a following runtime error:
| xkbcommon: ERROR: couldn't find a Compose file for locale "C"
Signed-off-by: Ming Liu
---
meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.4.bb | 4
1 file changed, 4 insertions(+)
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcom
From: Ming Liu
Changes in V3:
- As suggested by Ross Burton, introduce a new recipe
libx11-compose-data, it would be depended by libxkbcommon in the case
when x11 is not in DISTRO_FEATURES.
Ming Liu (2):
libx11-compose-data: add recipe
libxkbcommon: RDEPENDS on libx11 compose data
.../0001
Commit c6e963f9e078b728911afed38d31ed234a384154 ("lvm2: Add RDEPEND
on lvm2 to lvm2-udevrules") added a package dependency due to
lvm2-udevrules needs dmsetup, however dmsetup was moved to libdevmapper
in commit 269d009a81d4 ("lvm2: libdevicemapper package needs udev
rules and dmsetup"), so this de
Referring to the sstate object as a staging package is an artefact of the
code's origins. Switch to referring to an "Sstate package" in order to be more
accurate and consistent with the rest of the file.
Signed-off-by: Joshua Lock
---
meta/classes/sstate.bbclass | 2 +-
1 file changed, 1 inserti
This change ensures that the task signatures changes, and therefore
sstate tasks are rerun, when signing is enabled. This has the
positive outcome that if signing is enabled new signed shared state
objects will be produced, rather than just signing shared state
objects for tasks where no work has b
When signature verification of shared state objects is enabled
(SSTATE_VERIFY_SIG) use of an unsigned object, even though it produces a
warning, seems unexpected. Instead skip unsigned objects and force the
non-accelerated task to be run.
Signed-off-by: Joshua Lock
---
meta/classes/sstate.bbclas
There are 2 surprising behaviours in the current shared state signing
implementation which this pull request addresses:
1) when signature verification is enabled a failure to verify doesn't prevent
the shared state object from being used. A warning is printed and the
unsigned shared state obj
Add PACKAGECONFIG options for ICU (enabled by default) and BDB (disabled by
default).
Note that this upgrade includes some API breakage.
Signed-off-by: Ross Burton
---
...ibical.pc.in-fix-iculibs-remove-full.patch | 44 ---
meta/recipes-support/libical/libical_2.0.0.bb | 28
I think you need to use QB_MEM here.
Also, maybe we should just bump the 256M default?
Alex
On Fri, 26 Jul 2019 at 12:24, wrote:
> From: Kai Kang
>
> When run do_testimage for core-image-sato-sdk, it fails to pass test
> case:
>
> | RESULTS - systemd.SystemdBasicTests.test_systemd_failed: FAI
Wait, does this mean that the line must be inserted into all of the recipes
that depend on webkitgtk (wihch is very awkward)? Shouldn't just the
webkitgtk recipe fix be enough?
Alex
On Fri, 26 Jul 2019 at 12:35, wrote:
> From: Kai Kang
>
> webkitgtk doesn't work with tune mips and set imcompat
I wonder how that happened, it must be finding a libdb somewhere...
On Fri, 26 Jul 2019 at 04:32, Mittal, Anuj wrote:
>
> Hi Ross
>
> This is causing errors:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/72/builds/869/steps/8/logs/errors
>
> step7b: ERROR: libical-3.0.5-r0 do_packag
From: Kai Kang
subversion checks whether build with boost during do_configure. If boost
exists on build machine, it causes configure-unsafe QA issue:
| ERROR: subversion-1.12.0-r0 do_configure: QA Issue: This autoconf log
| indicates errors, it looked at host include and/or library paths
| whi
From: Kai Kang
webkitgtk doesn't work with tune mips and set imcompatible with it.
epiphany depends on webkitgtk and mask it too.
Signed-off-by: Kai Kang
---
meta/recipes-gnome/epiphany/epiphany_3.32.3.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/recipes-gnome/epiphany/epipha
From: Kai Kang
When run do_testimage for core-image-sato-sdk, it fails to pass test
case:
| RESULTS - systemd.SystemdBasicTests.test_systemd_failed: FAILED (0.43s)
It is OOM issue and daemon rpc.statd is killed:
| [ 531.306146] Out of memory: Kill process 193 (rpc.statd) score 200 or
sacrif
Both gzip and pigz implement the --rsyncable option, allowing small changes to
images to save a lot of data when they are transferred using rsync. This patch
enables --rsyncable by default.
Signed-off-by: Diego Rondini
---
meta/classes/image_types.bbclass | 2 +-
1 file changed, 1 insertion(+),
This change provides tasks to generate default U-Boot environment images
from built U-Boot (via. get_default_envs.sh script).
Those images then can be used to generate wic images (with e.g. eMMC layout).
With such approach the end user doesn't see the "CRC environment" error
after the first boot.
37 matches
Mail list logo