From: Geoff Parker
Add BBCLASSEXTEND += "native nativesdk"
Needed by native imagemagick
Signed-off-by: Geoff Parker
---
meta/recipes-multimedia/webp/libwebp_1.3.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-multimedia/webp/libwebp_1.3.0.bb
b/meta/recipes-
From: Geoff Parker
Memory leak and OOM in our code involving dbus was traced to a resource leak
in python3-gobject above v3.24.1 noted in these links.
https://github.com/LEW21/pydbus/issues/83
https://gitlab.gnome.org/GNOME/pygobject/-/issues/307
This patch fixed the leak for us.
This issue
From: Geoff Parker
Signed-off-by: Geoff Parker
---
meta-networking/recipes-support/cifs/cifs-utils_6.13.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-networking/recipes-support/cifs/cifs-utils_6.13.bb
b/meta-networking/recipes-support/cifs/cifs-utils_6.13.bb
Hi Martin,
The normpath change worked for me also:
-thisdir = d.getVar("THISDIR")
+thisdir = os.path.normpath(d.getVar("THISDIR"))
Another work-around was to replace the relative paths in our bblayers.conf
file which looked like:
${TOPDIR}/../meta-openembedded/meta-oe \
...
With
In my directory layout, COREBASE is the poky directory. The layers are under
the poky dir also. The TOPDIR is poky/build-${MACHINE}
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#148864):
https://lists.openembedded.org/g/openembedded-core/messag
Same here. Our build artifacts get created but, I get a few thousand of
these errors:
ERROR: Cannot add
'/home/geoff/yocto-tegra/poky/meta/recipes-core/glib-2.0/glib-2.0/meson.cross.d/arm-64'
to --cross-file, because it's not relative to THISDIR '/
home/geoff/yocto-tegra/poky/build-ccu3/../meta/re
From: Geoff Parker
A recent commit added single quotes around the sed regex's. This prevented the
expansion of $default_baudrate in do_install(), and ended up with systemd's'
serial-getty@.service file having a literal $default_baudrate.
This broke the serial console getty s
From: Geoff Parker
This reverts commit 12d0fdd9c990bdc67bf6c8fd2d269cb766069ea5.
Adding quotes around sed string treats $default_baudrate as a literal
rather than a variable substitution in the do_install function.
Breaks the systemd serial-getty@.service file and
serial console getty.
serial
Running wic commands on Debian 10 systems fail in
scripts/lib/wic/engine.py:get_partitions() due to new stderr output captured
when trying to parse the output from /sbin/parted as a non-root user.
The parted command calls the dmidecode utility, which produces this error
as a non-root user:
/sys/