diff options
| author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2024-03-26 15:55:48 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-03-28 15:40:49 -0500 |
| commit | 2ea7450e2a43da56f0a03e977350e58434b390a9 (patch) | |
| tree | 2503b717f5f664089ae9faeda836b293f5c5ea83 | |
| parent | 67334659a2efc2b95ad6b8e9366b47199c2fe7b5 (diff) | |
| download | meta-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.inc | 4 |
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" | |||
| 23 | PREFERRED_PROVIDER_u-boot-tools-native ??= "u-boot-tools-xlnx-native" | 23 | PREFERRED_PROVIDER_u-boot-tools-native ??= "u-boot-tools-xlnx-native" |
| 24 | PREFERRED_PROVIDER_nativesdk-u-boot-tools ??= "nativesdk-u-boot-tools-xlnx" | 24 | PREFERRED_PROVIDER_nativesdk-u-boot-tools ??= "nativesdk-u-boot-tools-xlnx" |
| 25 | 25 | ||
| 26 | # Libmetal and OpenAMP Configuration | ||
| 27 | PREFERRED_PROVIDER_libmetal ?= "libmetal-xlnx" | ||
| 28 | PREFERRED_PROVIDER_open-amp ?= "open-amp-xlnx" | ||
| 29 | |||
| 26 | do_image_wic[depends] += "${@' '.join('%s:do_deploy' % r for r in (d.getVar('WIC_DEPENDS') or "").split())}" | 30 | do_image_wic[depends] += "${@' '.join('%s:do_deploy' % r for r in (d.getVar('WIC_DEPENDS') or "").split())}" |
| 27 | 31 | ||
| 28 | UBOOT_SUFFIX ?= "bin" | 32 | UBOOT_SUFFIX ?= "bin" |
