diff options
author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2023-07-18 16:13:44 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-07-20 11:56:40 -0500 |
commit | a04e152f4f736c39cad2b8ea4d4e83f22fad30cf (patch) | |
tree | f45d1d68b0f921e2df343ac56a875058ea88123e | |
parent | db2ce4c937dc1f20ef439c17131a3613cb256236 (diff) | |
download | meta-xilinx-a04e152f4f736c39cad2b8ea4d4e83f22fad30cf.tar.gz |
ultra96-zynqmp: Update machine conf file using gen-machineconf tool
Add PACKAGE_EXTRA_ARCHS append for ultra96-zynqmp.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r-- | meta-xilinx-vendor/conf/machine/ultra96-zynqmp.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-xilinx-vendor/conf/machine/ultra96-zynqmp.conf b/meta-xilinx-vendor/conf/machine/ultra96-zynqmp.conf index 711c3ec6..57f31c93 100644 --- a/meta-xilinx-vendor/conf/machine/ultra96-zynqmp.conf +++ b/meta-xilinx-vendor/conf/machine/ultra96-zynqmp.conf | |||
@@ -71,3 +71,7 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \ | |||
71 | linux-firmware-wl18xx \ | 71 | linux-firmware-wl18xx \ |
72 | linux-firmware-ti-bt-wl180x \ | 72 | linux-firmware-ti-bt-wl180x \ |
73 | " | 73 | " |
74 | |||
75 | #### No additional settings should be after the Postamble | ||
76 | #### Postamble | ||
77 | PACKAGE_EXTRA_ARCHS:append = "${@['', ' ultra96_zynqmp']['ultra96-zynqmp' != '${MACHINE}']}" | ||