diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2022-01-12 14:34:07 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2022-01-14 15:37:05 -0800 |
| commit | 9f41c344c6367b99868fd514301d8201ea90c4b7 (patch) | |
| tree | fc907dd39540400140a74aa86f6e06098893dbef | |
| parent | de83887ed24635a223969196b6d73fc4d540c811 (diff) | |
| download | meta-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.bb | 2 |
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" | |||
| 15 | inherit deploy native | 15 | inherit deploy native |
| 16 | 16 | ||
| 17 | INHIBIT_DEFAULT_DEPS = "1" | 17 | INHIBIT_DEFAULT_DEPS = "1" |
| 18 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 19 | 18 | ||
| 19 | do_configure[noexec] = "1" | ||
| 20 | do_compile[noexec] = "1" | 20 | do_compile[noexec] = "1" |
| 21 | do_install[noexec] = "1" | 21 | do_install[noexec] = "1" |
| 22 | 22 | ||
