|
[mickledore 13/13] uninative: Upgrade to 4.0 to include latest gcc 13.1.1
> It might be useful to delay backporting this for a bit longer (and I'll soon confirm if 3.10 was already affected or not). I can confirm that 3.10 is also affected. I did build with https://git.open
> It might be useful to delay backporting this for a bit longer (and I'll soon confirm if 3.10 was already affected or not). I can confirm that 3.10 is also affected. I did build with https://git.open
|
By
Martin Jansa
· #182369
·
|
|
[mickledore 13/13] uninative: Upgrade to 4.0 to include latest gcc 13.1.1
Hi, it looks like this change is causing mkfs.ext4 to segfault on some builders. I'm seeing it on ubuntu-18.04 (I know it's unsupported now). It might be related to older docker or libseccomp2 there,
Hi, it looks like this change is causing mkfs.ext4 to segfault on some builders. I'm seeing it on ubuntu-18.04 (I know it's unsupported now). It might be related to older docker or libseccomp2 there,
|
By
Martin Jansa
· #182365
·
|
|
[PATCH] uninative: Upgrade to 4.0 to include latest gcc 13.1.1
Works on gentoo with 13.1.1_p20230520 which was failing before and seems to work with 13.1.1_p20230527 as well (I did only a few builds since upgrade this morning). Thanks Tested-By: Martin Jansa <Mar
Works on gentoo with 13.1.1_p20230520 which was failing before and seems to work with 13.1.1_p20230527 as well (I did only a few builds since upgrade this morning). Thanks Tested-By: Martin Jansa <Mar
|
By
Martin Jansa
· #181853
·
|
|
[PATCH] sqlite3: Whitelist CVE-2022-21227
The patch author seems a bit mangled by ML, see: author schitrod=cisco.com@... <schitrod=cisco.com@...> 2023-05-27 22:52:52 -0700 https://git.openembedded.org/ope
The patch author seems a bit mangled by ML, see: author schitrod=cisco.com@... <schitrod=cisco.com@...> 2023-05-27 22:52:52 -0700 https://git.openembedded.org/ope
|
By
Martin Jansa
· #181852
·
|
|
[PATCH] gcc: Upgrade to 13.1.1
The BINV needs to match with BASE_VER set in gcc which is 13.1.1 since: https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=2295ad5898aabc652b247446be5769e4a43184f1 otherwise do_install fails. You're right
The BINV needs to match with BASE_VER set in gcc which is 13.1.1 since: https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=2295ad5898aabc652b247446be5769e4a43184f1 otherwise do_install fails. You're right
|
By
Martin Jansa
· #181830
·
|
|
[mickledore][PATCH] populate_sdk_base.bbclass: respect MLPREFIX for ptest-pkgs's ptest-runner
* since "populate_sdk_base: ensure ptest-pkgs pulls in ptest-runner" change: https://git.openembedded.org/openembedded-core/commit/?id=ecff0642be5781f7f6cca617158b04ac9a0e85f0 in multilib build when b
* since "populate_sdk_base: ensure ptest-pkgs pulls in ptest-runner" change: https://git.openembedded.org/openembedded-core/commit/?id=ecff0642be5781f7f6cca617158b04ac9a0e85f0 in multilib build when b
|
By
Martin Jansa
· #181815
·
|
|
[PATCH] connman: backport a fix for build with pppd-2.5.0
* pppd was upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=5512bf4dfd299b8d5d474d9f26c2146b3e53514a * connman fails to build with pptp or l2tp PACKAGECONFIG is enabled Signed-of
* pppd was upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=5512bf4dfd299b8d5d474d9f26c2146b3e53514a * connman fails to build with pptp or l2tp PACKAGECONFIG is enabled Signed-of
|
By
Martin Jansa
· #181811
·
|
|
[PATCH] selftest: wic.py respect IMAGE_LINK_NAME
* use IMAGE_LINK_NAME instead of hardcoding core-image-minimal-${MACHINE} assumption [YOCTO #12937] Signed-off-by: Martin Jansa <Martin.Jansa@...> --- meta/lib/oeqa/selftest/cases/wic.py | 9 +++
* use IMAGE_LINK_NAME instead of hardcoding core-image-minimal-${MACHINE} assumption [YOCTO #12937] Signed-off-by: Martin Jansa <Martin.Jansa@...> --- meta/lib/oeqa/selftest/cases/wic.py | 9 +++
|
By
Martin Jansa
· #181790
·
|
|
[PATCH 1/2] image-artifact-names: include ${IMAGE_NAME_SUFFIX} directly in both ${IMAGE_NAME} and ${IMAGE_LINK_NAME}
Hi, I was able to reproduce it locally and it's caused by newer test (which wasn't merged yet last time I've run selftest with these changes): https://git.openembedded.org/openembedded-core/commit/?id
Hi, I was able to reproduce it locally and it's caused by newer test (which wasn't merged yet last time I've run selftest with these changes): https://git.openembedded.org/openembedded-core/commit/?id
|
By
Martin Jansa
· #181788
·
|
|
[PATCH] gcc: Upgrade to 13.1.1
I was using the same change with locally built uninative-tarball (https://git.openembedded.org/openembedded-core-contrib/log/?h=jansa/master-uninative-3.9-gcc-13) since yesterday and can confirm that
I was using the same change with locally built uninative-tarball (https://git.openembedded.org/openembedded-core-contrib/log/?h=jansa/master-uninative-3.9-gcc-13) since yesterday and can confirm that
|
By
Martin Jansa
· #181787
·
|
|
cmake-native build failure on fedora38
I've recently upgraded by gentoo host to gcc-13.1.1_p20230520 and the just merged gcc-13.1.0 in oe-core isn't new enough for uninative again. This new snapshot started to use ABI from GCC-13.2.0 (as h
I've recently upgraded by gentoo host to gcc-13.1.1_p20230520 and the just merged gcc-13.1.0 in oe-core isn't new enough for uninative again. This new snapshot started to use ABI from GCC-13.2.0 (as h
|
By
Martin Jansa
· #181779
·
|
|
gcc 13 merged, meta-arm, meta-intel and meta-virt issues
and 5.15 kernel bbappend as well (only for rpi builds) ./dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_5.15.bbappend
and 5.15 kernel bbappend as well (only for rpi builds) ./dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_5.15.bbappend
|
By
Martin Jansa
· #181777
·
|
|
[PATCH 2/2] kernel-devicetree: install dtb files without -${KERNEL_DTB_NAME} suffix
* we were installing them with -${KERNEL_DTB_NAME} suffix and then adding a symlink without this suffix if KERNEL_IMAGETYPE_SYMLINK is set: if [ "${KERNEL_IMAGETYPE_SYMLINK}" = "1" ] ; then ln -sf $dt
* we were installing them with -${KERNEL_DTB_NAME} suffix and then adding a symlink without this suffix if KERNEL_IMAGETYPE_SYMLINK is set: if [ "${KERNEL_IMAGETYPE_SYMLINK}" = "1" ] ; then ln -sf $dt
|
By
Martin Jansa
· #181709
·
|
|
[PATCH 1/2] image-artifact-names: include ${IMAGE_NAME_SUFFIX} directly in both ${IMAGE_NAME} and ${IMAGE_LINK_NAME}
* ${IMAGE_NAME}${IMAGE_NAME_SUFFIX} is almost always used together already and when they aren't it's usually because of hardcoded '.rootfs' suffix * it's a bit strange, because ${IMAGE_NAME_SUFFIX} is
* ${IMAGE_NAME}${IMAGE_NAME_SUFFIX} is almost always used together already and when they aren't it's usually because of hardcoded '.rootfs' suffix * it's a bit strange, because ${IMAGE_NAME_SUFFIX} is
|
By
Martin Jansa
· #181708
·
|
|
[PATCH 1/6] libx11: remove unused patch and FILESEXTRAPATHS
I was using https://github.com/ros/meta-ros/blob/master/scripts/check-patch-files.sh which is far from ideal and has many false positives e.g. you have a .bbappend which sets FILESEXTRAPATHS, but does
I was using https://github.com/ros/meta-ros/blob/master/scripts/check-patch-files.sh which is far from ideal and has many false positives e.g. you have a .bbappend which sets FILESEXTRAPATHS, but does
|
By
Martin Jansa
· #181681
·
|
|
[PATCH 6/7] python3-pygobject: mandate gobject-introspection-data DISTRO_FEATURE
Ross, are you going to add REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" to these as well? ERROR: Nothing PROVIDES 'python3-pygobject' (but meta-oe/meta-networking/recipes-connectivity/bluem
Ross, are you going to add REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" to these as well? ERROR: Nothing PROVIDES 'python3-pygobject' (but meta-oe/meta-networking/recipes-connectivity/bluem
|
By
Martin Jansa
· #181671
·
|
|
[PATCH] cpio: respect MLPREFIX for PACKAGE_WRITE_DEPS
* unlike DEPENDS/RDEPENDS the PACKAGE_WRITE_DEPS dependency isn't automatically extended with MLPREFIX, causing lib32-cpio to depend on 64bit ptest-runner (and all its deps) Signed-off-by: Martin Jans
* unlike DEPENDS/RDEPENDS the PACKAGE_WRITE_DEPS dependency isn't automatically extended with MLPREFIX, causing lib32-cpio to depend on 64bit ptest-runner (and all its deps) Signed-off-by: Martin Jans
|
By
Martin Jansa
· #181669
·
|
|
[PATCH 5/6] libgloss: remove unused patch file
* it was removed from SRC_URI in: https://git.openembedded.org/openembedded-core/commit/?id=1c9cbb27dfe37ca4574c4285fb03ce394dee5ed1 Signed-off-by: Martin Jansa <Martin.Jansa@...> --- .../libglo
* it was removed from SRC_URI in: https://git.openembedded.org/openembedded-core/commit/?id=1c9cbb27dfe37ca4574c4285fb03ce394dee5ed1 Signed-off-by: Martin Jansa <Martin.Jansa@...> --- .../libglo
|
By
Martin Jansa
· #181666
·
|
|
[PATCH 6/6] kmod: remove unused ptest.patch
* it was removed from SRC_URI in 2015: https://git.openembedded.org/openembedded-core/commit/?id=f80d136bdd578468035a88125fa1b84973fd912b Signed-off-by: Martin Jansa <Martin.Jansa@...> --- meta/
* it was removed from SRC_URI in 2015: https://git.openembedded.org/openembedded-core/commit/?id=f80d136bdd578468035a88125fa1b84973fd912b Signed-off-by: Martin Jansa <Martin.Jansa@...> --- meta/
|
By
Martin Jansa
· #181665
·
|
|
[PATCH 3/6] minicom: remove unused patch files
* they were removed from SRC_URI in: https://git.openembedded.org/openembedded-core/commit/?id=41f8760dd8a8ac388389bc17dbc5e0ae0f64bf57 Signed-off-by: Martin Jansa <Martin.Jansa@...> --- ...erfl
* they were removed from SRC_URI in: https://git.openembedded.org/openembedded-core/commit/?id=41f8760dd8a8ac388389bc17dbc5e0ae0f64bf57 Signed-off-by: Martin Jansa <Martin.Jansa@...> --- ...erfl
|
By
Martin Jansa
· #181664
·
|