[3/3] phyboard-mira.conf: use a specific target build

Message ID 20240814173524.383600-4-nicusor.huhulea@siemens.com
State Under Review
Headers show
Series [1/3] linux-custom: refactor kernel's make command | expand

Commit Message

nicusor.huhulea@siemens.com Aug. 14, 2024, 5:35 p.m. UTC
The reason for this change is that phyboard-mira full build produces
several tens of dtbs from the nxp bsp dir, therefore use a target build
to get only the desired dtb
It's also needed so that we have at least one test in-tree.


Signed-off-by: Nicusor Huhulea <nicusor.huhulea@siemens.com>
---
 meta-isar/conf/machine/phyboard-mira.conf | 2 ++
 1 file changed, 2 insertions(+)

Patch

diff --git a/meta-isar/conf/machine/phyboard-mira.conf b/meta-isar/conf/machine/phyboard-mira.conf
index feec4e54..1d2b3e1c 100644
--- a/meta-isar/conf/machine/phyboard-mira.conf
+++ b/meta-isar/conf/machine/phyboard-mira.conf
@@ -20,6 +20,8 @@  DTB_FILES = "imx6q-phytec-mira-rdk-nand.dtb"
 
 IMAGE_INSTALL += "barebox"
 
+KERNEL_IMAGETYPE = "zImage"
+
 BAREBOX_CONFIG = "imx_v7_defconfig"
 BAREBOX_ENV = "phytec-mira-env"
 BAREBOX_BASE_BIN = "barebox-phytec-phycore-imx6q-som-nand-1gib"