diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-12-09 16:23:17 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2025-03-30 14:16:06 -0600 |
commit | fade9d4e41854d66bf53e962731d47feb729c444 (patch) | |
tree | edc0643e3211fbfd86c08ebbcb6793007a7233d0 | |
parent | 374cc8f4fb68d467c86de0635941e9af4699ef6e (diff) | |
download | meta-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.bb | 2 |
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 | ||
12 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 12 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
13 | 13 | ||
14 | EXCLUDE_FROM_WORLD = "1" | ||
15 | |||
14 | do_configure[noexec] = "1" | 16 | do_configure[noexec] = "1" |
15 | do_compile[noexec] = "1" | 17 | do_compile[noexec] = "1" |
16 | 18 | ||