summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2022-01-12 14:34:07 -0800
committerMark Hatle <mark.hatle@xilinx.com>2022-01-12 14:34:10 -0800
commit2c2859d24c89dc83ae9c60f53e4b753263b48a12 (patch)
tree99a7d09fc5a02c72eeb4dcf4bd6693c7bf9c4e46
parentfc7d9f2a1d585da3dfcc83c904d964ee6769f626 (diff)
downloadmeta-xilinx-2c2859d24c89dc83ae9c60f53e4b753263b48a12.tar.gz
pmu-rom-native: Remove PACKAGE_ARCH and skip do_configure
PACKAGE_ARCH is not relevant to native recipes, remove this do_configure is not used as the package is simply loading in a binary. Skip this as an optimization Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
-rw-r--r--meta-xilinx-core/recipes-bsp/pmu-firmware/pmu-rom-native_2022.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-bsp/pmu-firmware/pmu-rom-native_2022.1.bb b/meta-xilinx-core/recipes-bsp/pmu-firmware/pmu-rom-native_2022.1.bb
index d38b3da0..44ad9368 100644
--- a/meta-xilinx-core/recipes-bsp/pmu-firmware/pmu-rom-native_2022.1.bb
+++ b/meta-xilinx-core/recipes-bsp/pmu-firmware/pmu-rom-native_2022.1.bb
@@ -15,8 +15,8 @@ S = "${WORKDIR}/PMU_ROM"
15inherit deploy native 15inherit deploy native
16 16
17INHIBIT_DEFAULT_DEPS = "1" 17INHIBIT_DEFAULT_DEPS = "1"
18PACKAGE_ARCH = "${MACHINE_ARCH}"
19 18
19do_configure[noexec] = "1"
20do_compile[noexec] = "1" 20do_compile[noexec] = "1"
21do_install[noexec] = "1" 21do_install[noexec] = "1"
22 22