diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2024-06-06 17:21:47 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-06-10 14:42:58 -0600 |
| commit | 8d00de8b709a708a7baff73121a608dbdfa9120b (patch) | |
| tree | 3917c0c08a45a93716a3bf8cb7964e64b13b418e /meta-xilinx-standalone | |
| parent | 1000102d35a3cb74c5875f42d77c640a86ec19ca (diff) | |
| download | meta-xilinx-8d00de8b709a708a7baff73121a608dbdfa9120b.tar.gz | |
various: WORKDIR/UNPACKDIR changes
Recently oe-core implemented an architetural change that WORKDIR is no
longer to be used as a dumping group for miscellaneous files.
link: https://lists.openembedded.org/g/openembedded-architecture/topic/cleanup_of_workdir_by/105739556
oe-core: e022d62ba917 ("base/bitbake.conf: Introduce UNPACKDIR")
Based on changes submitted by Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone')
5 files changed, 6 insertions, 6 deletions
diff --git a/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend b/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend index fcc041fd..c1658042 100644 --- a/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend +++ b/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend | |||
| @@ -11,6 +11,6 @@ COMPATIBLE_MACHINE:cortexa9-zynq = ".*" | |||
| 11 | 11 | ||
| 12 | # Enable @ flag on dtc which is required by libxil | 12 | # Enable @ flag on dtc which is required by libxil |
| 13 | DTC_FLAGS:append:xilinx-standalone = " -@" | 13 | DTC_FLAGS:append:xilinx-standalone = " -@" |
| 14 | DT_INCLUDE:append:xilinx-standalone = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/" | 14 | DT_INCLUDE:append:xilinx-standalone = " ${UNPACKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/" |
| 15 | DTC_FLAGS:append:xilinx-freertos = " -@" | 15 | DTC_FLAGS:append:xilinx-freertos = " -@" |
| 16 | DT_INCLUDE:append:xilinx-freertos = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/" | 16 | DT_INCLUDE:append:xilinx-freertos = " ${UNPACKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/" |
diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc b/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc index 0fe837f8..8fdcfe67 100644 --- a/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc +++ b/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc | |||
| @@ -9,7 +9,7 @@ COMPATIBLE_MACHINE:zynqmp = ".*" | |||
| 9 | 9 | ||
| 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${UNPACKDIR}/git" |
| 13 | 13 | ||
| 14 | APP_DIR = "undefined" | 14 | APP_DIR = "undefined" |
| 15 | APP_DIR:zynq = "zynq_fsbl" | 15 | APP_DIR:zynq = "zynq_fsbl" |
diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc b/meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc index 1551f776..22e3068a 100644 --- a/meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc +++ b/meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc | |||
| @@ -9,7 +9,7 @@ COMPATIBLE_MACHINE:versal = ".*" | |||
| 9 | 9 | ||
| 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${UNPACKDIR}/git" |
| 13 | B = "${S}/lib/sw_apps/versal_plm/src" | 13 | B = "${S}/lib/sw_apps/versal_plm/src" |
| 14 | 14 | ||
| 15 | # The makefile does not handle parallelization | 15 | # The makefile does not handle parallelization |
diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware.inc b/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware.inc index 92dc3cd3..cce1bdd9 100644 --- a/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware.inc +++ b/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware.inc | |||
| @@ -8,7 +8,7 @@ COMPATIBLE_MACHINE:zynqmp = ".*" | |||
| 8 | 8 | ||
| 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${UNPACKDIR}/git" |
| 12 | B = "${S}/lib/sw_apps/zynqmp_pmufw/src" | 12 | B = "${S}/lib/sw_apps/zynqmp_pmufw/src" |
| 13 | 13 | ||
| 14 | # The makefile does not handle parallelization | 14 | # The makefile does not handle parallelization |
diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/psm-firmware.inc b/meta-xilinx-standalone/recipes-bsp/embeddedsw/psm-firmware.inc index 05b2a1cc..34d0c899 100644 --- a/meta-xilinx-standalone/recipes-bsp/embeddedsw/psm-firmware.inc +++ b/meta-xilinx-standalone/recipes-bsp/embeddedsw/psm-firmware.inc | |||
| @@ -9,7 +9,7 @@ COMPATIBLE_MACHINE:versal = ".*" | |||
| 9 | 9 | ||
| 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${UNPACKDIR}/git" |
| 13 | B = "${S}/lib/sw_apps/versal_psmfw/src" | 13 | B = "${S}/lib/sw_apps/versal_psmfw/src" |
| 14 | 14 | ||
| 15 | # The makefile does not handle parallelization | 15 | # The makefile does not handle parallelization |
