Skip to content

Commit ff98ef4

Browse files
authored
Merge pull request #80 from hnez/nanbield
Update to Yocto 4.3 - Nanbield
2 parents ea9c631 + 610ac63 commit ff98ef4

File tree

70 files changed

+18
-2791
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+18
-2791
lines changed

.gitmodules

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
[submodule "meta-oe"]
66
path = meta-oe
77
url = https://github.com/openembedded/meta-openembedded.git
8-
branch = mickledore
8+
branch = nanbield
99
[submodule "meta-rauc"]
1010
path = meta-rauc
1111
url = https://github.com/rauc/meta-rauc.git
12-
branch = mickledore
12+
branch = master
1313
[submodule "meta-labgrid"]
1414
path = meta-labgrid
1515
url = https://github.com/labgrid-project/meta-labgrid.git
1616
branch = master
1717
[submodule "meta-virtualization"]
1818
path = meta-virtualization
1919
url = https://github.com/lgirdk/meta-virtualization.git
20-
branch = mickledore
20+
branch = nanbield
2121
[submodule "poky"]
2222
path = poky
2323
url = https://git.yoctoproject.org/poky
24-
branch = mickledore
24+
branch = nanbield
2525
[submodule "meta-selinux"]
2626
path = meta-selinux
2727
url = https://git.yoctoproject.org/meta-selinux
28-
branch = mickledore
28+
branch = nanbield

meta-lxatac-bsp/conf/layer.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ BBFILE_COLLECTIONS += "lxatac-bsp"
1010
BBFILE_PATTERN_lxatac-bsp = "^${LAYERDIR}/"
1111
BBFILE_PRIORITY_lxatac-bsp = "11"
1212

13-
LAYERSERIES_COMPAT_lxatac-bsp = "mickledore"
13+
LAYERSERIES_COMPAT_lxatac-bsp = "nanbield"
1414

1515
RAUC_KEY_FILE ?= "${LAYERDIR}/recipes-core/rauc/files/devel.key.pem"
1616
RAUC_CERT_FILE ?= "${LAYERDIR}/recipes-core/rauc/files/devel.cert.pem"

meta-lxatac-bsp/recipes-core/images/emmc-image/lxatac/genimage.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ image @IMAGE@img {
3737
}
3838

3939
partition root-a {
40-
image = "lxatac-core-image-base-lxatac.ext4"
40+
image = "lxatac-core-image-base-lxatac.rootfs.ext4"
4141
partition-type-uuid = "69dad710-2ce4-4e3c-b16c-21a1d49abed3"
4242
partition-uuid = "e82e6873-62cc-46fb-90f0-3e936743fa62"
4343
offset = 2M

meta-lxatac-bsp/recipes-kernel/perf/perf.bbappend

Lines changed: 0 additions & 6 deletions
This file was deleted.

meta-lxatac-bsp/recipes-support/libiio/libiio/0001-local-Fix-detection-of-scan-element-channels.patch

Lines changed: 0 additions & 35 deletions
This file was deleted.

meta-lxatac-bsp/recipes-support/libiio/libiio_%.bbappend

Lines changed: 0 additions & 4 deletions
This file was deleted.

meta-lxatac-software/conf/distro/tacos.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
DISTRO = "tacos"
22
DISTRO_NAME = "TAC OS - The LXA TAC operating system"
33
DISTRO_VERSION = "23.11+dev"
4-
DISTRO_CODENAME = "tacos-mickledore"
4+
DISTRO_CODENAME = "tacos-nanbield"
55

66
MAINTAINER = "Linux Automation GmbH <info@linux-automation.com>"
77

meta-lxatac-software/conf/layer.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ BBFILE_COLLECTIONS += "lxatac-software"
1010
BBFILE_PATTERN_lxatac-software = "^${LAYERDIR}/"
1111
BBFILE_PRIORITY_lxatac-software = "7"
1212

13-
LAYERSERIES_COMPAT_lxatac-software = "mickledore"
13+
LAYERSERIES_COMPAT_lxatac-software = "nanbield"
1414

meta-lxatac-software/recipes-bsp/dt-utils/dt-utils/0001-libdt-prefer-first-found-disk-when-looking-for-block.patch

Lines changed: 0 additions & 40 deletions
This file was deleted.

meta-lxatac-software/recipes-bsp/dt-utils/dt-utils_%.bbappend

Lines changed: 0 additions & 4 deletions
This file was deleted.

meta-lxatac-software/recipes-core/bundles/lxatac-core-bundle-base.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ RAUC_BUNDLE_HOOKS[file] = "hook.sh"
1717
RAUC_BUNDLE_SLOTS ?= "rootfs bootloader"
1818

1919
RAUC_SLOT_rootfs ?= "lxatac-core-image-base"
20-
RAUC_SLOT_rootfs[file] = "lxatac-core-image-base-lxatac.ext4"
2120
RAUC_SLOT_rootfs[fstype] = "ext4"
2221
RAUC_SLOT_rootfs[hooks] = "post-install"
2322
RAUC_SLOT_rootfs[adaptive] = "block-hash-index"

meta-lxatac-software/recipes-devtools/android-tools/android-tools/0001-libcrypto.mk-modifications-to-make-it-build-in-yocto.patch

Lines changed: 0 additions & 41 deletions
This file was deleted.

meta-lxatac-software/recipes-devtools/android-tools/android-tools/0001-libext4_utils.mk-do-not-use-host-usr-include.patch

Lines changed: 0 additions & 34 deletions
This file was deleted.

meta-lxatac-software/recipes-devtools/android-tools/android-tools/0001-libext4_utils.mk-modifications-to-make-it-build-in-y.patch

Lines changed: 0 additions & 54 deletions
This file was deleted.

meta-lxatac-software/recipes-devtools/android-tools/android-tools/0001-patching-libundwind-to-build-in-yocto-environment.patch

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)