diff options
Diffstat (limited to 'meta-xilinx-standalone')
33 files changed, 33 insertions, 33 deletions
diff --git a/meta-xilinx-standalone/recipes-apps/rfdc-examples/rfdc-examples.inc b/meta-xilinx-standalone/recipes-apps/rfdc-examples/rfdc-examples.inc index ffb70044..117cf503 100644 --- a/meta-xilinx-standalone/recipes-apps/rfdc-examples/rfdc-examples.inc +++ b/meta-xilinx-standalone/recipes-apps/rfdc-examples/rfdc-examples.inc | |||
| @@ -11,7 +11,7 @@ RDEPENDS:${PN} = "librfdc" | |||
| 11 | 11 | ||
| 12 | PACKAGES = "${PN}-dbg ${PN}" | 12 | PACKAGES = "${PN}-dbg ${PN}" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${UNPACKDIR}/git" |
| 15 | B = "${WORKDIR}/build" | 15 | B = "${WORKDIR}/build" |
| 16 | 16 | ||
| 17 | FLAG = "" | 17 | FLAG = "" |
diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc b/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc index 6c581670..5b2e123f 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 | # This is the default in most BSPs. A MACHINE.conf can override this! | 14 | # This is the default in most BSPs. A MACHINE.conf can override this! |
| 15 | FSBL_IMAGE_NAME ??= "fsbl-${MACHINE}" | 15 | FSBL_IMAGE_NAME ??= "fsbl-${MACHINE}" |
diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc b/meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc index 99451c3b..2a00afac 100644 --- a/meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc +++ b/meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc | |||
| @@ -10,7 +10,7 @@ COMPATIBLE_MACHINE:versal-net = ".*" | |||
| 10 | 10 | ||
| 11 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 11 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${UNPACKDIR}/git" |
| 14 | 14 | ||
| 15 | # This is the default in most BSPs. A MACHINE.conf can override this! | 15 | # This is the default in most BSPs. A MACHINE.conf can override this! |
| 16 | PLM_IMAGE_NAME ??= "plm-${MACHINE}" | 16 | PLM_IMAGE_NAME ??= "plm-${MACHINE}" |
diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware.inc b/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware.inc index d371da4d..e821c05d 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 | 12 | ||
| 13 | # This is the default in most BSPs. A MACHINE.conf can override this! | 13 | # This is the default in most BSPs. A MACHINE.conf can override this! |
| 14 | PMU_FIRMWARE_IMAGE_NAME ??= "pmu-firmware-${MACHINE}" | 14 | PMU_FIRMWARE_IMAGE_NAME ??= "pmu-firmware-${MACHINE}" |
diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/psm-firmware.inc b/meta-xilinx-standalone/recipes-bsp/embeddedsw/psm-firmware.inc index 6c378270..2bdb17ed 100644 --- a/meta-xilinx-standalone/recipes-bsp/embeddedsw/psm-firmware.inc +++ b/meta-xilinx-standalone/recipes-bsp/embeddedsw/psm-firmware.inc | |||
| @@ -10,7 +10,7 @@ COMPATIBLE_MACHINE:versal-net = ".*" | |||
| 10 | 10 | ||
| 11 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 11 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${UNPACKDIR}/git" |
| 14 | 14 | ||
| 15 | # This is the default in most BSPs. A MACHINE.conf can override this! | 15 | # This is the default in most BSPs. A MACHINE.conf can override this! |
| 16 | PSM_FIRMWARE_IMAGE_NAME ??= "psm-firmware-${MACHINE}" | 16 | PSM_FIRMWARE_IMAGE_NAME ??= "psm-firmware-${MACHINE}" |
diff --git a/meta-xilinx-standalone/recipes-bsp/libdfeccf/libdfeccf_2023.1.bb b/meta-xilinx-standalone/recipes-bsp/libdfeccf/libdfeccf_2023.1.bb index 04415f5e..2efbfd31 100644 --- a/meta-xilinx-standalone/recipes-bsp/libdfeccf/libdfeccf_2023.1.bb +++ b/meta-xilinx-standalone/recipes-bsp/libdfeccf/libdfeccf_2023.1.bb | |||
| @@ -8,7 +8,7 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" | |||
| 8 | 8 | ||
| 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${UNPACKDIR}/git" |
| 12 | 12 | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 14 | 14 | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/libdfeccf/libdfeccf_2023.2.bb b/meta-xilinx-standalone/recipes-bsp/libdfeccf/libdfeccf_2023.2.bb index 04415f5e..2efbfd31 100644 --- a/meta-xilinx-standalone/recipes-bsp/libdfeccf/libdfeccf_2023.2.bb +++ b/meta-xilinx-standalone/recipes-bsp/libdfeccf/libdfeccf_2023.2.bb | |||
| @@ -8,7 +8,7 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" | |||
| 8 | 8 | ||
| 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${UNPACKDIR}/git" |
| 12 | 12 | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 14 | 14 | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/libdfeccf/libdfeccf_2024.1.bb b/meta-xilinx-standalone/recipes-bsp/libdfeccf/libdfeccf_2024.1.bb index 04415f5e..2efbfd31 100644 --- a/meta-xilinx-standalone/recipes-bsp/libdfeccf/libdfeccf_2024.1.bb +++ b/meta-xilinx-standalone/recipes-bsp/libdfeccf/libdfeccf_2024.1.bb | |||
| @@ -8,7 +8,7 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" | |||
| 8 | 8 | ||
| 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${UNPACKDIR}/git" |
| 12 | 12 | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 14 | 14 | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/libdfeccf/libdfeccf_2024.2.bb b/meta-xilinx-standalone/recipes-bsp/libdfeccf/libdfeccf_2024.2.bb index 04415f5e..2efbfd31 100644 --- a/meta-xilinx-standalone/recipes-bsp/libdfeccf/libdfeccf_2024.2.bb +++ b/meta-xilinx-standalone/recipes-bsp/libdfeccf/libdfeccf_2024.2.bb | |||
| @@ -8,7 +8,7 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" | |||
| 8 | 8 | ||
| 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${UNPACKDIR}/git" |
| 12 | 12 | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 14 | 14 | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/libdfeequ/libdfeequ_2023.1.bb b/meta-xilinx-standalone/recipes-bsp/libdfeequ/libdfeequ_2023.1.bb index 298621fa..e2a73c39 100644 --- a/meta-xilinx-standalone/recipes-bsp/libdfeequ/libdfeequ_2023.1.bb +++ b/meta-xilinx-standalone/recipes-bsp/libdfeequ/libdfeequ_2023.1.bb | |||
| @@ -8,7 +8,7 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" | |||
| 8 | 8 | ||
| 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${UNPACKDIR}/git" |
| 12 | 12 | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 14 | 14 | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/libdfeequ/libdfeequ_2023.2.bb b/meta-xilinx-standalone/recipes-bsp/libdfeequ/libdfeequ_2023.2.bb index 298621fa..e2a73c39 100644 --- a/meta-xilinx-standalone/recipes-bsp/libdfeequ/libdfeequ_2023.2.bb +++ b/meta-xilinx-standalone/recipes-bsp/libdfeequ/libdfeequ_2023.2.bb | |||
| @@ -8,7 +8,7 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" | |||
| 8 | 8 | ||
| 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${UNPACKDIR}/git" |
| 12 | 12 | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 14 | 14 | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/libdfeequ/libdfeequ_2024.1.bb b/meta-xilinx-standalone/recipes-bsp/libdfeequ/libdfeequ_2024.1.bb index 298621fa..e2a73c39 100644 --- a/meta-xilinx-standalone/recipes-bsp/libdfeequ/libdfeequ_2024.1.bb +++ b/meta-xilinx-standalone/recipes-bsp/libdfeequ/libdfeequ_2024.1.bb | |||
| @@ -8,7 +8,7 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" | |||
| 8 | 8 | ||
| 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${UNPACKDIR}/git" |
| 12 | 12 | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 14 | 14 | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/libdfeequ/libdfeequ_2024.2.bb b/meta-xilinx-standalone/recipes-bsp/libdfeequ/libdfeequ_2024.2.bb index 298621fa..e2a73c39 100644 --- a/meta-xilinx-standalone/recipes-bsp/libdfeequ/libdfeequ_2024.2.bb +++ b/meta-xilinx-standalone/recipes-bsp/libdfeequ/libdfeequ_2024.2.bb | |||
| @@ -8,7 +8,7 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" | |||
| 8 | 8 | ||
| 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${UNPACKDIR}/git" |
| 12 | 12 | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 14 | 14 | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/libdfemix/libdfemix_2023.1.bb b/meta-xilinx-standalone/recipes-bsp/libdfemix/libdfemix_2023.1.bb index cac04c14..d15beb53 100644 --- a/meta-xilinx-standalone/recipes-bsp/libdfemix/libdfemix_2023.1.bb +++ b/meta-xilinx-standalone/recipes-bsp/libdfemix/libdfemix_2023.1.bb | |||
| @@ -8,7 +8,7 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" | |||
| 8 | 8 | ||
| 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${UNPACKDIR}/git" |
| 12 | 12 | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 14 | 14 | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/libdfemix/libdfemix_2023.2.bb b/meta-xilinx-standalone/recipes-bsp/libdfemix/libdfemix_2023.2.bb index cac04c14..d15beb53 100644 --- a/meta-xilinx-standalone/recipes-bsp/libdfemix/libdfemix_2023.2.bb +++ b/meta-xilinx-standalone/recipes-bsp/libdfemix/libdfemix_2023.2.bb | |||
| @@ -8,7 +8,7 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" | |||
| 8 | 8 | ||
| 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${UNPACKDIR}/git" |
| 12 | 12 | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 14 | 14 | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/libdfemix/libdfemix_2024.1.bb b/meta-xilinx-standalone/recipes-bsp/libdfemix/libdfemix_2024.1.bb index cac04c14..d15beb53 100644 --- a/meta-xilinx-standalone/recipes-bsp/libdfemix/libdfemix_2024.1.bb +++ b/meta-xilinx-standalone/recipes-bsp/libdfemix/libdfemix_2024.1.bb | |||
| @@ -8,7 +8,7 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" | |||
| 8 | 8 | ||
| 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${UNPACKDIR}/git" |
| 12 | 12 | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 14 | 14 | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/libdfemix/libdfemix_2024.2.bb b/meta-xilinx-standalone/recipes-bsp/libdfemix/libdfemix_2024.2.bb index cac04c14..d15beb53 100644 --- a/meta-xilinx-standalone/recipes-bsp/libdfemix/libdfemix_2024.2.bb +++ b/meta-xilinx-standalone/recipes-bsp/libdfemix/libdfemix_2024.2.bb | |||
| @@ -8,7 +8,7 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" | |||
| 8 | 8 | ||
| 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${UNPACKDIR}/git" |
| 12 | 12 | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 14 | 14 | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/libdfeofdm/libdfeofdm_2023.1.bb b/meta-xilinx-standalone/recipes-bsp/libdfeofdm/libdfeofdm_2023.1.bb index e183b853..a1e51216 100644 --- a/meta-xilinx-standalone/recipes-bsp/libdfeofdm/libdfeofdm_2023.1.bb +++ b/meta-xilinx-standalone/recipes-bsp/libdfeofdm/libdfeofdm_2023.1.bb | |||
| @@ -8,7 +8,7 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" | |||
| 8 | 8 | ||
| 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${UNPACKDIR}/git" |
| 12 | 12 | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 14 | 14 | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/libdfeofdm/libdfeofdm_2023.2.bb b/meta-xilinx-standalone/recipes-bsp/libdfeofdm/libdfeofdm_2023.2.bb index e183b853..a1e51216 100644 --- a/meta-xilinx-standalone/recipes-bsp/libdfeofdm/libdfeofdm_2023.2.bb +++ b/meta-xilinx-standalone/recipes-bsp/libdfeofdm/libdfeofdm_2023.2.bb | |||
| @@ -8,7 +8,7 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" | |||
| 8 | 8 | ||
| 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${UNPACKDIR}/git" |
| 12 | 12 | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 14 | 14 | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/libdfeofdm/libdfeofdm_2024.1.bb b/meta-xilinx-standalone/recipes-bsp/libdfeofdm/libdfeofdm_2024.1.bb index e183b853..a1e51216 100644 --- a/meta-xilinx-standalone/recipes-bsp/libdfeofdm/libdfeofdm_2024.1.bb +++ b/meta-xilinx-standalone/recipes-bsp/libdfeofdm/libdfeofdm_2024.1.bb | |||
| @@ -8,7 +8,7 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" | |||
| 8 | 8 | ||
| 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${UNPACKDIR}/git" |
| 12 | 12 | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 14 | 14 | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/libdfeofdm/libdfeofdm_2024.2.bb b/meta-xilinx-standalone/recipes-bsp/libdfeofdm/libdfeofdm_2024.2.bb index e183b853..a1e51216 100644 --- a/meta-xilinx-standalone/recipes-bsp/libdfeofdm/libdfeofdm_2024.2.bb +++ b/meta-xilinx-standalone/recipes-bsp/libdfeofdm/libdfeofdm_2024.2.bb | |||
| @@ -8,7 +8,7 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" | |||
| 8 | 8 | ||
| 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${UNPACKDIR}/git" |
| 12 | 12 | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 14 | 14 | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/libdfeprach/libdfeprach_2023.1.bb b/meta-xilinx-standalone/recipes-bsp/libdfeprach/libdfeprach_2023.1.bb index 570dc6f1..ec6e35d0 100644 --- a/meta-xilinx-standalone/recipes-bsp/libdfeprach/libdfeprach_2023.1.bb +++ b/meta-xilinx-standalone/recipes-bsp/libdfeprach/libdfeprach_2023.1.bb | |||
| @@ -8,7 +8,7 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" | |||
| 8 | 8 | ||
| 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${UNPACKDIR}/git" |
| 12 | 12 | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 14 | 14 | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/libdfeprach/libdfeprach_2023.2.bb b/meta-xilinx-standalone/recipes-bsp/libdfeprach/libdfeprach_2023.2.bb index 570dc6f1..ec6e35d0 100644 --- a/meta-xilinx-standalone/recipes-bsp/libdfeprach/libdfeprach_2023.2.bb +++ b/meta-xilinx-standalone/recipes-bsp/libdfeprach/libdfeprach_2023.2.bb | |||
| @@ -8,7 +8,7 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" | |||
| 8 | 8 | ||
| 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${UNPACKDIR}/git" |
| 12 | 12 | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 14 | 14 | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/libdfeprach/libdfeprach_2024.1.bb b/meta-xilinx-standalone/recipes-bsp/libdfeprach/libdfeprach_2024.1.bb index 570dc6f1..ec6e35d0 100644 --- a/meta-xilinx-standalone/recipes-bsp/libdfeprach/libdfeprach_2024.1.bb +++ b/meta-xilinx-standalone/recipes-bsp/libdfeprach/libdfeprach_2024.1.bb | |||
| @@ -8,7 +8,7 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" | |||
| 8 | 8 | ||
| 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${UNPACKDIR}/git" |
| 12 | 12 | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 14 | 14 | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/libdfeprach/libdfeprach_2024.2.bb b/meta-xilinx-standalone/recipes-bsp/libdfeprach/libdfeprach_2024.2.bb index 570dc6f1..ec6e35d0 100644 --- a/meta-xilinx-standalone/recipes-bsp/libdfeprach/libdfeprach_2024.2.bb +++ b/meta-xilinx-standalone/recipes-bsp/libdfeprach/libdfeprach_2024.2.bb | |||
| @@ -8,7 +8,7 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" | |||
| 8 | 8 | ||
| 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${UNPACKDIR}/git" |
| 12 | 12 | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 14 | 14 | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/librfclk/librfclk_2023.1.bb b/meta-xilinx-standalone/recipes-bsp/librfclk/librfclk_2023.1.bb index 04ae540d..5de31f05 100644 --- a/meta-xilinx-standalone/recipes-bsp/librfclk/librfclk_2023.1.bb +++ b/meta-xilinx-standalone/recipes-bsp/librfclk/librfclk_2023.1.bb | |||
| @@ -7,7 +7,7 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" | |||
| 7 | 7 | ||
| 8 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 8 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${UNPACKDIR}/git" |
| 11 | 11 | ||
| 12 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 12 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 13 | 13 | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/librfclk/librfclk_2023.2.bb b/meta-xilinx-standalone/recipes-bsp/librfclk/librfclk_2023.2.bb index 04ae540d..5de31f05 100644 --- a/meta-xilinx-standalone/recipes-bsp/librfclk/librfclk_2023.2.bb +++ b/meta-xilinx-standalone/recipes-bsp/librfclk/librfclk_2023.2.bb | |||
| @@ -7,7 +7,7 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" | |||
| 7 | 7 | ||
| 8 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 8 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${UNPACKDIR}/git" |
| 11 | 11 | ||
| 12 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 12 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 13 | 13 | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/librfclk/librfclk_2024.1.bb b/meta-xilinx-standalone/recipes-bsp/librfclk/librfclk_2024.1.bb index 04ae540d..5de31f05 100644 --- a/meta-xilinx-standalone/recipes-bsp/librfclk/librfclk_2024.1.bb +++ b/meta-xilinx-standalone/recipes-bsp/librfclk/librfclk_2024.1.bb | |||
| @@ -7,7 +7,7 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" | |||
| 7 | 7 | ||
| 8 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 8 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${UNPACKDIR}/git" |
| 11 | 11 | ||
| 12 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 12 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 13 | 13 | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/librfclk/librfclk_2024.2.bb b/meta-xilinx-standalone/recipes-bsp/librfclk/librfclk_2024.2.bb index 04ae540d..5de31f05 100644 --- a/meta-xilinx-standalone/recipes-bsp/librfclk/librfclk_2024.2.bb +++ b/meta-xilinx-standalone/recipes-bsp/librfclk/librfclk_2024.2.bb | |||
| @@ -7,7 +7,7 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" | |||
| 7 | 7 | ||
| 8 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 8 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${UNPACKDIR}/git" |
| 11 | 11 | ||
| 12 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 12 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 13 | 13 | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/librfdc/librfdc_2023.1.bb b/meta-xilinx-standalone/recipes-bsp/librfdc/librfdc_2023.1.bb index 35cd2a1a..d638af27 100644 --- a/meta-xilinx-standalone/recipes-bsp/librfdc/librfdc_2023.1.bb +++ b/meta-xilinx-standalone/recipes-bsp/librfdc/librfdc_2023.1.bb | |||
| @@ -8,7 +8,7 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" | |||
| 8 | 8 | ||
| 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${UNPACKDIR}/git" |
| 12 | 12 | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 14 | 14 | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/librfdc/librfdc_2023.2.bb b/meta-xilinx-standalone/recipes-bsp/librfdc/librfdc_2023.2.bb index 35cd2a1a..d638af27 100644 --- a/meta-xilinx-standalone/recipes-bsp/librfdc/librfdc_2023.2.bb +++ b/meta-xilinx-standalone/recipes-bsp/librfdc/librfdc_2023.2.bb | |||
| @@ -8,7 +8,7 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" | |||
| 8 | 8 | ||
| 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${UNPACKDIR}/git" |
| 12 | 12 | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 14 | 14 | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/librfdc/librfdc_2024.1.bb b/meta-xilinx-standalone/recipes-bsp/librfdc/librfdc_2024.1.bb index 35cd2a1a..d638af27 100644 --- a/meta-xilinx-standalone/recipes-bsp/librfdc/librfdc_2024.1.bb +++ b/meta-xilinx-standalone/recipes-bsp/librfdc/librfdc_2024.1.bb | |||
| @@ -8,7 +8,7 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" | |||
| 8 | 8 | ||
| 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${UNPACKDIR}/git" |
| 12 | 12 | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 14 | 14 | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/librfdc/librfdc_2024.2.bb b/meta-xilinx-standalone/recipes-bsp/librfdc/librfdc_2024.2.bb index 35cd2a1a..d638af27 100644 --- a/meta-xilinx-standalone/recipes-bsp/librfdc/librfdc_2024.2.bb +++ b/meta-xilinx-standalone/recipes-bsp/librfdc/librfdc_2024.2.bb | |||
| @@ -8,7 +8,7 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" | |||
| 8 | 8 | ||
| 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${UNPACKDIR}/git" |
| 12 | 12 | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 14 | 14 | ||
