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-14 15:37:05 -0800
commit9f41c344c6367b99868fd514301d8201ea90c4b7 (patch)
treefc907dd39540400140a74aa86f6e06098893dbef
parentde83887ed24635a223969196b6d73fc4d540c811 (diff)
downloadmeta-xilinx-9f41c344c6367b99868fd514301d8201ea90c4b7.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