Skip to content

Commit

Permalink
poky/meta-*: update to nanbield/master branches
Browse files Browse the repository at this point in the history
The libiio version in meta-oe was updated and we no longer have to carry the
backported patch.

Likewise with the dt-utils patch and meta-rauc.

Our ".rootfs.ext4" -> ".ext4" workarounds in lxatac-core-bundle-base.bb and
emmc-image/lxatac/genimage.config are also no longer required.

The perf package now handles the libtraceevent dependency correctly and we
do not need that bbappend anymore.

Signed-off-by: Leonard Göhrs <[email protected]>
  • Loading branch information
hnez committed Dec 19, 2023
1 parent b427710 commit 610ac63
Show file tree
Hide file tree
Showing 17 changed files with 15 additions and 105 deletions.
10 changes: 5 additions & 5 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
[submodule "meta-oe"]
path = meta-oe
url = https://github.com/openembedded/meta-openembedded.git
branch = mickledore
branch = nanbield
[submodule "meta-rauc"]
path = meta-rauc
url = https://github.com/rauc/meta-rauc.git
branch = mickledore
branch = master
[submodule "meta-labgrid"]
path = meta-labgrid
url = https://github.com/labgrid-project/meta-labgrid.git
branch = master
[submodule "meta-virtualization"]
path = meta-virtualization
url = https://github.com/lgirdk/meta-virtualization.git
branch = mickledore
branch = nanbield
[submodule "poky"]
path = poky
url = https://git.yoctoproject.org/poky
branch = mickledore
branch = nanbield
[submodule "meta-selinux"]
path = meta-selinux
url = https://git.yoctoproject.org/meta-selinux
branch = mickledore
branch = nanbield
2 changes: 1 addition & 1 deletion meta-lxatac-bsp/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BBFILE_COLLECTIONS += "lxatac-bsp"
BBFILE_PATTERN_lxatac-bsp = "^${LAYERDIR}/"
BBFILE_PRIORITY_lxatac-bsp = "11"

LAYERSERIES_COMPAT_lxatac-bsp = "mickledore"
LAYERSERIES_COMPAT_lxatac-bsp = "nanbield"

RAUC_KEY_FILE ?= "${LAYERDIR}/recipes-core/rauc/files/devel.key.pem"
RAUC_CERT_FILE ?= "${LAYERDIR}/recipes-core/rauc/files/devel.cert.pem"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ image @IMAGE@img {
}

partition root-a {
image = "lxatac-core-image-base-lxatac.ext4"
image = "lxatac-core-image-base-lxatac.rootfs.ext4"
partition-type-uuid = "69dad710-2ce4-4e3c-b16c-21a1d49abed3"
partition-uuid = "e82e6873-62cc-46fb-90f0-3e936743fa62"
offset = 2M
Expand Down
6 changes: 0 additions & 6 deletions meta-lxatac-bsp/recipes-kernel/perf/perf.bbappend

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions meta-lxatac-bsp/recipes-support/libiio/libiio_%.bbappend

This file was deleted.

2 changes: 1 addition & 1 deletion meta-lxatac-software/conf/distro/tacos.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DISTRO = "tacos"
DISTRO_NAME = "TAC OS - The LXA TAC operating system"
DISTRO_VERSION = "23.11+dev"
DISTRO_CODENAME = "tacos-mickledore"
DISTRO_CODENAME = "tacos-nanbield"

MAINTAINER = "Linux Automation GmbH <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion meta-lxatac-software/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ BBFILE_COLLECTIONS += "lxatac-software"
BBFILE_PATTERN_lxatac-software = "^${LAYERDIR}/"
BBFILE_PRIORITY_lxatac-software = "7"

LAYERSERIES_COMPAT_lxatac-software = "mickledore"
LAYERSERIES_COMPAT_lxatac-software = "nanbield"

This file was deleted.

4 changes: 0 additions & 4 deletions meta-lxatac-software/recipes-bsp/dt-utils/dt-utils_%.bbappend

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ RAUC_BUNDLE_HOOKS[file] = "hook.sh"
RAUC_BUNDLE_SLOTS ?= "rootfs bootloader"

RAUC_SLOT_rootfs ?= "lxatac-core-image-base"
RAUC_SLOT_rootfs[file] = "lxatac-core-image-base-lxatac.ext4"
RAUC_SLOT_rootfs[fstype] = "ext4"
RAUC_SLOT_rootfs[hooks] = "post-install"
RAUC_SLOT_rootfs[adaptive] = "block-hash-index"
Expand Down
2 changes: 1 addition & 1 deletion meta-oe
Submodule meta-oe updated 2512 files
2 changes: 1 addition & 1 deletion meta-selinux
Submodule meta-selinux updated from bd3902 to ff95c5
2 changes: 1 addition & 1 deletion meta-virtualization
2 changes: 1 addition & 1 deletion poky
Submodule poky updated from 723539 to 508acf

0 comments on commit 610ac63

Please sign in to comment.