diff options
| author | Nathan Rossi <nathan@nathanrossi.com> | 2016-08-07 23:28:57 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-08-07 23:37:56 +1000 |
| commit | 31675bb6bbd49b869b9dfccbb1a4be966e2f6aae (patch) | |
| tree | aed0e4a62e4344fbe777c715a7adca4ceab331cc /conf/machine/include | |
| parent | 4b9005e403727f8c88a52d513873edde4ce561a0 (diff) | |
| download | meta-xilinx-31675bb6bbd49b869b9dfccbb1a4be966e2f6aae.tar.gz | |
machine-xilinx-default.inc: Only recommend mali module for linux-xlnx
Only recommend the kernel-module-mali if the kernel provider is
currently linux-xlnx. This is due to linux-xlnx providing the support
for this external module, other kernels such as linux-yocto do not
support it.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'conf/machine/include')
| -rw-r--r-- | conf/machine/include/machine-xilinx-default.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc index 04f85588..7b89f818 100644 --- a/conf/machine/include/machine-xilinx-default.inc +++ b/conf/machine/include/machine-xilinx-default.inc | |||
| @@ -36,5 +36,7 @@ UBOOT_ELF ?= "u-boot" | |||
| 36 | UBOOT_ELF_aarch64 ?= "u-boot.elf" | 36 | UBOOT_ELF_aarch64 ?= "u-boot.elf" |
| 37 | 37 | ||
| 38 | # kernel modules for ZynqMP | 38 | # kernel modules for ZynqMP |
| 39 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS_append_zynqmp = " kernel-module-mali" | 39 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS_append_zynqmp = " \ |
| 40 | ${@bb.utils.contains('PREFERRED_PROVIDER_virtual/kernel', 'linux-xlnx', 'kernel-module-mali', '', d)} \ | ||
| 41 | " | ||
| 40 | 42 | ||
