diff --git a/CHANGELOG.md b/CHANGELOG.md index cbfe4f76a..1d2227f02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,13 +21,19 @@ and this project adheres to - update Simple IoT to v0.16.0 - default `IMG_VERSION` to Yoe release: 2024.04 -> 24.04.x - add `ca-certificates` to `yoe-simple-image` +- Upgrade valgrind to 3.23.0 ### Added - Introduce UNPACKDIR bitbake variable +- New recipes + - glib-testing, opentelemetry-cpp, malcontent ### Removed +- Removed recipes + - orrery, libtirpc126 + ## [2024.04] - 2024-04-30 ### Changed diff --git a/conf/projects/beaglebone/config.conf b/conf/projects/beaglebone/config.conf index 3e2fb30d5..ec5d472a7 100644 --- a/conf/projects/beaglebone/config.conf +++ b/conf/projects/beaglebone/config.conf @@ -38,7 +38,6 @@ OBJCOPY:pn-linux-ti-staging:toolchain-clang = "${HOST_PREFIX}objcopy" TEST_TARGET = "simpleremote" KERNEL_LOCALVERSION:beaglebone = "" UBOOT_LOCALVERSION:beaglebone = "" -IMG_VERSION = "0.0.1" ##################################################################### # add project specific configuration below this line ##################################################################### diff --git a/conf/projects/imx8mm-ddr4-evk/config.conf b/conf/projects/imx8mm-ddr4-evk/config.conf index 6d0f8bc53..2e12ef1a6 100644 --- a/conf/projects/imx8mm-ddr4-evk/config.conf +++ b/conf/projects/imx8mm-ddr4-evk/config.conf @@ -31,7 +31,6 @@ WKS_FILE:yoe:pn-yoe-installer-image = "yoe-imx8-sd-installer.wks.in" #TEST_SERVER_IP = "10.0.0.13" TEST_TARGET = "simpleremote" -IMG_VERSION = "0.0.1" ##################################################################### # add project specific configuration below this line ##################################################################### diff --git a/conf/projects/jetson-orin-nano-devkit-nvme/config.conf b/conf/projects/jetson-orin-nano-devkit-nvme/config.conf index 1f258927e..7a00f053a 100644 --- a/conf/projects/jetson-orin-nano-devkit-nvme/config.conf +++ b/conf/projects/jetson-orin-nano-devkit-nvme/config.conf @@ -54,7 +54,6 @@ TC_CXX_RUNTIME = "gnu" #TEST_SERVER_IP = "10.0.0.13" #TEST_TARGET = "simpleremote" -IMG_VERSION = "0.0.1" ##################################################################### # add project specific configuration below this line ##################################################################### diff --git a/conf/projects/jetson-orin-nano-devkit/config.conf b/conf/projects/jetson-orin-nano-devkit/config.conf index 328925d2e..178651d04 100644 --- a/conf/projects/jetson-orin-nano-devkit/config.conf +++ b/conf/projects/jetson-orin-nano-devkit/config.conf @@ -54,7 +54,6 @@ TC_CXX_RUNTIME = "gnu" #TEST_SERVER_IP = "10.0.0.13" #TEST_TARGET = "simpleremote" -IMG_VERSION = "0.0.1" ##################################################################### # add project specific configuration below this line ##################################################################### diff --git a/conf/projects/nezha-d1/config.conf b/conf/projects/nezha-d1/config.conf index 1d5f61643..4793a89ee 100644 --- a/conf/projects/nezha-d1/config.conf +++ b/conf/projects/nezha-d1/config.conf @@ -22,7 +22,6 @@ IMAGE_FSTYPES:append = " wic.xz wic.bmap tar.xz" #TEST_SERVER_IP = "10.0.0.13" TEST_TARGET = "simpleremote" -IMG_VERSION = "0.0.1" ##################################################################### # add project specific configuration below this line ##################################################################### diff --git a/conf/projects/odroid-c4/config.conf b/conf/projects/odroid-c4/config.conf index 698713505..1f8bd0e04 100644 --- a/conf/projects/odroid-c4/config.conf +++ b/conf/projects/odroid-c4/config.conf @@ -32,7 +32,6 @@ PACKAGECONFIG_GRAPHICS:append:pn-qtbase = " linuxfb" PACKAGECONFIG_GRAPHICS:remove:pn-qtbase = "kms gbm" PACKAGECONFIG:append:pn-qtbase = " tslib" -IMG_VERSION = "0.0.1" ##################################################################### # add project specific configuration below this line ##################################################################### diff --git a/conf/projects/qemucommon/config.conf b/conf/projects/qemucommon/config.conf index 88025a96f..bae23a98f 100644 --- a/conf/projects/qemucommon/config.conf +++ b/conf/projects/qemucommon/config.conf @@ -25,7 +25,6 @@ PACKAGE_FEED_URIS ?= "" # Needed for ptest runs EXTRA_IMAGE_FEATURES:append = " debug-tweaks" -IMG_VERSION = "0.0.1" ##################################################################### # add project specific configuration below this line ##################################################################### diff --git a/conf/projects/rockpi-4b/config.conf b/conf/projects/rockpi-4b/config.conf index ed8d99d92..175d4d2f2 100644 --- a/conf/projects/rockpi-4b/config.conf +++ b/conf/projects/rockpi-4b/config.conf @@ -22,7 +22,6 @@ IMAGE_FSTYPES:append = " wic.xz wic.bmap tar.xz" #TEST_SERVER_IP = "10.0.0.13" TEST_TARGET = "simpleremote" -IMG_VERSION = "0.0.1" ##################################################################### # add project specific configuration below this line ##################################################################### diff --git a/conf/projects/rpi4-32/config.conf b/conf/projects/rpi4-32/config.conf index cdcccaabb..0028c502a 100644 --- a/conf/projects/rpi4-32/config.conf +++ b/conf/projects/rpi4-32/config.conf @@ -43,7 +43,6 @@ PACKAGECONFIG:pn-wpebackend-rdk:rpi = "rpi" TEST_TARGET_IP = "10.0.0.47" TEST_SERVER_IP = "10.0.0.13" TEST_TARGET = "simpleremote" -IMG_VERSION = "0.0.1" ##################################################################### # add project specific configuration below this line ##################################################################### diff --git a/conf/projects/rpi4-64/config.conf b/conf/projects/rpi4-64/config.conf index 1ffdc0038..09d51810d 100644 --- a/conf/projects/rpi4-64/config.conf +++ b/conf/projects/rpi4-64/config.conf @@ -43,7 +43,6 @@ PACKAGECONFIG:pn-wpebackend-rdk:rpi = "rpi" TEST_TARGET_IP = "10.0.0.47" TEST_SERVER_IP = "10.0.0.13" TEST_TARGET = "simpleremote" -IMG_VERSION = "0.0.1" ##################################################################### # add project specific configuration below this line ##################################################################### diff --git a/conf/projects/rpi5/config.conf b/conf/projects/rpi5/config.conf index f7018e741..7dec8a9a5 100644 --- a/conf/projects/rpi5/config.conf +++ b/conf/projects/rpi5/config.conf @@ -43,7 +43,6 @@ PACKAGECONFIG:pn-wpebackend-rdk:rpi = "rpi" TEST_TARGET_IP = "10.0.0.47" TEST_SERVER_IP = "10.0.0.13" TEST_TARGET = "simpleremote" -IMG_VERSION = "0.0.1" ##################################################################### # add project specific configuration below this line ##################################################################### diff --git a/conf/projects/unleashed/config.conf b/conf/projects/unleashed/config.conf index a8182510a..9e5b7c455 100644 --- a/conf/projects/unleashed/config.conf +++ b/conf/projects/unleashed/config.conf @@ -22,7 +22,6 @@ IMAGE_FSTYPES:append = " wic.xz wic.bmap tar.xz" #TEST_SERVER_IP = "10.0.0.13" TEST_TARGET = "simpleremote" -IMG_VERSION = "0.0.1" ##################################################################### # add project specific configuration below this line ##################################################################### diff --git a/conf/projects/unmatched/config.conf b/conf/projects/unmatched/config.conf index db39f4e7d..0ad9cfabc 100644 --- a/conf/projects/unmatched/config.conf +++ b/conf/projects/unmatched/config.conf @@ -22,7 +22,6 @@ IMAGE_BOOT_FILES:append = " ${KERNEL_IMAGETYPE}-initramfs-${MACHINE}.bin;${KERNE #TEST_SERVER_IP = "10.0.0.13" TEST_TARGET = "simpleremote" -IMG_VERSION = "0.0.1" ##################################################################### # add project specific configuration below this line ##################################################################### diff --git a/conf/projects/var-dart-imx6ul/config.conf b/conf/projects/var-dart-imx6ul/config.conf index e78922f27..cf161e595 100644 --- a/conf/projects/var-dart-imx6ul/config.conf +++ b/conf/projects/var-dart-imx6ul/config.conf @@ -29,7 +29,6 @@ TEST_TARGET = "simpleremote" # Needed for logic in Varscite wifi bringup script PREFERRED_VERSION_libgpiod = "1.%" -IMG_VERSION = "0.0.1" ##################################################################### # add project specific configuration below this line ##################################################################### diff --git a/conf/projects/var-som-mx8/config.conf b/conf/projects/var-som-mx8/config.conf index 18efefab1..39e0daf8c 100644 --- a/conf/projects/var-som-mx8/config.conf +++ b/conf/projects/var-som-mx8/config.conf @@ -34,7 +34,6 @@ TEST_TARGET = "simpleremote" # Needed for logic in Varscite wifi bringup script PREFERRED_VERSION_libgpiod = "1.%" -IMG_VERSION = "0.0.1" ##################################################################### # add project specific configuration below this line ##################################################################### diff --git a/conf/projects/var-som-mx8m-nano/config.conf b/conf/projects/var-som-mx8m-nano/config.conf index ac5600f2c..4f3631501 100644 --- a/conf/projects/var-som-mx8m-nano/config.conf +++ b/conf/projects/var-som-mx8m-nano/config.conf @@ -36,7 +36,6 @@ do_image_wic[depends] += "imx-boot:do_deploy" # Needed for logic in Varscite wifi bringup script PREFERRED_VERSION_libgpiod = "1.%" -IMG_VERSION = "0.0.1" ##################################################################### # add project specific configuration below this line ##################################################################### diff --git a/conf/projects/var-som-mx8x/config.conf b/conf/projects/var-som-mx8x/config.conf index 56abcbc00..e8790bba2 100644 --- a/conf/projects/var-som-mx8x/config.conf +++ b/conf/projects/var-som-mx8x/config.conf @@ -34,7 +34,6 @@ TEST_TARGET = "simpleremote" # Needed for logic in Varscite wifi bringup script PREFERRED_VERSION_libgpiod = "1.%" -IMG_VERSION = "0.0.1" ##################################################################### # add project specific configuration below this line ##################################################################### diff --git a/conf/projects/visionfive/config.conf b/conf/projects/visionfive/config.conf index 9f7ba8da1..083e8e845 100644 --- a/conf/projects/visionfive/config.conf +++ b/conf/projects/visionfive/config.conf @@ -22,7 +22,6 @@ IMAGE_FSTYPES:append = " wic.xz wic.bmap tar.xz" #TEST_SERVER_IP = "10.0.0.13" TEST_TARGET = "simpleremote" -IMG_VERSION = "0.0.1" ##################################################################### # add project specific configuration below this line ##################################################################### diff --git a/conf/projects/visionfive2/config.conf b/conf/projects/visionfive2/config.conf index 1277a7ab8..a6fe9478a 100644 --- a/conf/projects/visionfive2/config.conf +++ b/conf/projects/visionfive2/config.conf @@ -22,7 +22,6 @@ TEST_TARGET_IP = "10.0.0.86" TEST_SERVER_IP = "10.0.0.13" TEST_TARGET = "simpleremote" -IMG_VERSION = "0.0.1" ##################################################################### # add project specific configuration below this line ##################################################################### diff --git a/conf/site.conf b/conf/site.conf index 6164c0641..a30aaaecc 100644 --- a/conf/site.conf +++ b/conf/site.conf @@ -11,4 +11,4 @@ require ${TOPDIR}/conf/projects/${PROJECT}/config.conf #YOE_PROFILE = "yoe-musl-sysvinit-wayland" #require conf/world.conf -IMG_VERSION = "24.4.2" +IMG_VERSION = "24.4.3" diff --git a/sources/meta-arm b/sources/meta-arm index 6d6fa1474..6877a1c2b 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit 6d6fa14744b4e453eedb2c37891259b55557dcbf +Subproject commit 6877a1c2bdd3cd275af2be3fa26c2e0be1da5b32 diff --git a/sources/meta-freescale b/sources/meta-freescale index 6a6f1d88c..0dd79a135 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit 6a6f1d88cde3ebed3fcc4046d2ec8768c14ecdd0 +Subproject commit 0dd79a13519162933464788e4d103117828501cd diff --git a/sources/meta-intel b/sources/meta-intel index 82f614ab9..856fd19c3 160000 --- a/sources/meta-intel +++ b/sources/meta-intel @@ -1 +1 @@ -Subproject commit 82f614ab962ed9d42d95fdd4efa12c2ab6c9e825 +Subproject commit 856fd19c3523bfba0d486b7125a523ce840e2beb diff --git a/sources/meta-openembedded b/sources/meta-openembedded index f804417cd..bc0a51650 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit f804417cda245e073c38fbdd6749e0bd49a1c84d +Subproject commit bc0a516502007c05e701f3e10aa1df1d07170ef5 diff --git a/sources/meta-qcom b/sources/meta-qcom index 927749776..3a5c3e656 160000 --- a/sources/meta-qcom +++ b/sources/meta-qcom @@ -1 +1 @@ -Subproject commit 927749776cce6c8d30e70689a2016a9d23d8ebdc +Subproject commit 3a5c3e65679d445c0cb77f0ccb050378cf9ab911 diff --git a/sources/meta-tegra b/sources/meta-tegra index a15bc835e..929d03d4a 160000 --- a/sources/meta-tegra +++ b/sources/meta-tegra @@ -1 +1 @@ -Subproject commit a15bc835e502d4a8559426ca6f70500a388f5f53 +Subproject commit 929d03d4a4c619b0a6b44cfd023423d13f229cd8 diff --git a/sources/meta-yoe/recipes-core/network-hotplug/network-hotplug.bb b/sources/meta-yoe/recipes-core/network-hotplug/network-hotplug.bb index 0d7b13ee7..6a404bb9a 100644 --- a/sources/meta-yoe/recipes-core/network-hotplug/network-hotplug.bb +++ b/sources/meta-yoe/recipes-core/network-hotplug/network-hotplug.bb @@ -13,9 +13,9 @@ RDEPENDS:${PN} = "udev" do_install() { install -d ${D}${base_libdir}/systemd/system/basic.target.wants - install -m 0644 ${WORKDIR}/*.service ${D}${base_libdir}/systemd/system + install -m 0644 ${UNPACKDIR}/*.service ${D}${base_libdir}/systemd/system install -d ${D}${sysconfdir}/udev/rules.d - install -m 0644 ${WORKDIR}/network.rules ${D}${sysconfdir}/udev/rules.d/network.rules + install -m 0644 ${UNPACKDIR}/network.rules ${D}${sysconfdir}/udev/rules.d/network.rules } diff --git a/sources/meta-yoe/recipes-support/updater/updater_1.0.bb b/sources/meta-yoe/recipes-support/updater/updater_1.0.bb index b73df802e..dc63cc0ca 100644 --- a/sources/meta-yoe/recipes-support/updater/updater_1.0.bb +++ b/sources/meta-yoe/recipes-support/updater/updater_1.0.bb @@ -12,8 +12,8 @@ do_compile() { : } do_install() { - install -Dm 0775 ${WORKDIR}/init ${D}/init - install -Dm 0664 ${WORKDIR}/platform ${D}/platform + install -Dm 0775 ${UNPACKDIR}/init ${D}/init + install -Dm 0664 ${UNPACKDIR}/platform ${D}/platform install -d ${D}/dev mknod -m 622 ${D}/dev/console c 5 1 } diff --git a/sources/poky b/sources/poky index 12ea266a9..4758e1c43 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit 12ea266a92132a547ffbc40e0307b6529080a373 +Subproject commit 4758e1c43aa4327d452a9470d59a01c04f6cb736