diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-09-23 14:51:11 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-09-24 13:31:19 -0500 |
commit | dfd480926b56bcede6e6354ece9555bb2069d53e (patch) | |
tree | 9229716a6051958be16b173a7500438bd3a16b19 | |
parent | 1846769a0c2514b0dfccac38e0e80296c8a91a9c (diff) | |
download | meta-xilinx-dfd480926b56bcede6e6354ece9555bb2069d53e.tar.gz |
ai-engine: Move current versions to be regular package_arch
Older ai-engine packages were kept as-is.
The newer one was verified to 'fail gracefully' when executed on a system
without the required hardware. This will allow us to have the AIE
components available on a common filesystem.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r-- | meta-xilinx-core/recipes-bsp/ai-engine/ai-engine-driver_3.6.bb | 6 | ||||
-rw-r--r-- | meta-xilinx-core/recipes-bsp/ai-engine/aiefal_1.7.bb | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/meta-xilinx-core/recipes-bsp/ai-engine/ai-engine-driver_3.6.bb b/meta-xilinx-core/recipes-bsp/ai-engine/ai-engine-driver_3.6.bb index 2ca30a95..a99f296a 100644 --- a/meta-xilinx-core/recipes-bsp/ai-engine/ai-engine-driver_3.6.bb +++ b/meta-xilinx-core/recipes-bsp/ai-engine/ai-engine-driver_3.6.bb | |||
@@ -9,12 +9,6 @@ AIEDIR ?= "${S}/driver" | |||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | I = "${AIEDIR}/include" | 10 | I = "${AIEDIR}/include" |
11 | 11 | ||
12 | inherit features_check | ||
13 | |||
14 | REQUIRED_MACHINE_FEATURES = "aie" | ||
15 | |||
16 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
17 | |||
18 | IOBACKENDS ?= "Linux" | 12 | IOBACKENDS ?= "Linux" |
19 | 13 | ||
20 | DEPENDS = "${@bb.utils.contains('IOBACKENDS', 'metal', 'libmetal', '', d)}" | 14 | DEPENDS = "${@bb.utils.contains('IOBACKENDS', 'metal', 'libmetal', '', d)}" |
diff --git a/meta-xilinx-core/recipes-bsp/ai-engine/aiefal_1.7.bb b/meta-xilinx-core/recipes-bsp/ai-engine/aiefal_1.7.bb index 02306015..2e60941b 100644 --- a/meta-xilinx-core/recipes-bsp/ai-engine/aiefal_1.7.bb +++ b/meta-xilinx-core/recipes-bsp/ai-engine/aiefal_1.7.bb | |||
@@ -8,12 +8,6 @@ SECTION = "devel" | |||
8 | XAIEFAL_DIR ?= "fal" | 8 | XAIEFAL_DIR ?= "fal" |
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | 10 | ||
11 | inherit features_check | ||
12 | |||
13 | REQUIRED_MACHINE_FEATURES = "aie" | ||
14 | |||
15 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
16 | |||
17 | IOBACKENDS ?= "Linux" | 11 | IOBACKENDS ?= "Linux" |
18 | 12 | ||
19 | PROVIDES = "aiefal" | 13 | PROVIDES = "aiefal" |