summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2024-03-26 15:55:48 -0600
committerMark Hatle <mark.hatle@amd.com>2024-03-28 15:40:49 -0500
commit2ea7450e2a43da56f0a03e977350e58434b390a9 (patch)
tree2503b717f5f664089ae9faeda836b293f5c5ea83
parent67334659a2efc2b95ad6b8e9366b47199c2fe7b5 (diff)
downloadmeta-xilinx-2ea7450e2a43da56f0a03e977350e58434b390a9.tar.gz
machine-xilinx-default.inc: Set default libmetal and openamp provider
Building libmetal and openamp using poky core-image-minimal requires providers, Hence set default libmetal and openamp provider. 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-core/conf/machine/include/machine-xilinx-default.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-xilinx-core/conf/machine/include/machine-xilinx-default.inc b/meta-xilinx-core/conf/machine/include/machine-xilinx-default.inc
index c732523c..1837da26 100644
--- a/meta-xilinx-core/conf/machine/include/machine-xilinx-default.inc
+++ b/meta-xilinx-core/conf/machine/include/machine-xilinx-default.inc
@@ -23,6 +23,10 @@ PREFERRED_PROVIDER_u-boot-tools ??= "u-boot-tools-xlnx"
23PREFERRED_PROVIDER_u-boot-tools-native ??= "u-boot-tools-xlnx-native" 23PREFERRED_PROVIDER_u-boot-tools-native ??= "u-boot-tools-xlnx-native"
24PREFERRED_PROVIDER_nativesdk-u-boot-tools ??= "nativesdk-u-boot-tools-xlnx" 24PREFERRED_PROVIDER_nativesdk-u-boot-tools ??= "nativesdk-u-boot-tools-xlnx"
25 25
26# Libmetal and OpenAMP Configuration
27PREFERRED_PROVIDER_libmetal ?= "libmetal-xlnx"
28PREFERRED_PROVIDER_open-amp ?= "open-amp-xlnx"
29
26do_image_wic[depends] += "${@' '.join('%s:do_deploy' % r for r in (d.getVar('WIC_DEPENDS') or "").split())}" 30do_image_wic[depends] += "${@' '.join('%s:do_deploy' % r for r in (d.getVar('WIC_DEPENDS') or "").split())}"
27 31
28UBOOT_SUFFIX ?= "bin" 32UBOOT_SUFFIX ?= "bin"