summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-12-09 16:23:17 -0700
committerMark Hatle <mark.hatle@amd.com>2025-03-30 14:16:06 -0600
commitfade9d4e41854d66bf53e962731d47feb729c444 (patch)
treeedc0643e3211fbfd86c08ebbcb6793007a7233d0
parent374cc8f4fb68d467c86de0635941e9af4699ef6e (diff)
downloadmeta-xilinx-fade9d4e41854d66bf53e962731d47feb729c444.tar.gz
meta-xilinx-core: initramdisk-xilinx: Exclude from World Build
The recipe name (PN) depends on the existence of the initram disk name. This may or may not be set, so simply exclude this from a world build to avoid any potential issues. (Required for yocto-check-layer script) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-bsp/initramdisk/initramdisk-xilinx.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-bsp/initramdisk/initramdisk-xilinx.bb b/meta-xilinx-core/recipes-bsp/initramdisk/initramdisk-xilinx.bb
index af786e7e..7af00253 100644
--- a/meta-xilinx-core/recipes-bsp/initramdisk/initramdisk-xilinx.bb
+++ b/meta-xilinx-core/recipes-bsp/initramdisk/initramdisk-xilinx.bb
@@ -11,6 +11,8 @@ LICENSE = "MIT"
11 11
12PACKAGE_ARCH = "${MACHINE_ARCH}" 12PACKAGE_ARCH = "${MACHINE_ARCH}"
13 13
14EXCLUDE_FROM_WORLD = "1"
15
14do_configure[noexec] = "1" 16do_configure[noexec] = "1"
15do_compile[noexec] = "1" 17do_compile[noexec] = "1"
16 18