[PATCH v2 5/5] poky-altcfg: use FIT kernel for the beaglebone
AdrianF <[email protected]> Mon, 7 Jul 2025 22:37:58 +0200
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
From: Adrian Freihofer <[email protected]> This is mainly for getting more test coverage with oe-selftest and on real hardware. Signed-off-by: Adrian Freihofer <[email protected]> --- meta-poky/conf/distro/include/poky-distro-alt-test-config.inc | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.50.0