diff mbox series

[v2,5/5] poky-altcfg: use FIT kernel for the beaglebone

Message ID 20250707203820.2554184-6-adrian.freihofer@siemens.com (mailing list archive)
State New
Headers show
Series FIT image beaglebone-yocto (poky part) | expand

Commit Message

AdrianF July 7, 2025, 8:37 p.m. UTC
From: Adrian Freihofer <adrian.freihofer@siemens.com>

This is mainly for getting more test coverage with oe-selftest and on
real hardware.

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
---
 meta-poky/conf/distro/include/poky-distro-alt-test-config.inc | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc b/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc
index da9199dcd4d..e48a56148a8 100644
--- a/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc
+++ b/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc
@@ -6,3 +6,6 @@  PREFERRED_VERSION_linux-yocto = "6.12%"
 
 # Ensure the kernel nfs server is enabled
 KERNEL_FEATURES:append:pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
+
+# Use the FIT image for the beaglebone reference hardware just for testing purpose
+FIT_IMAGE_KERNEL = "1"