diff options
author | Mike Looijmans <mike.looijmans@topic.nl> | 2016-07-26 12:09:05 +0200 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-08-07 23:31:45 +1000 |
commit | 4b9005e403727f8c88a52d513873edde4ce561a0 (patch) | |
tree | 4801a2ada1d938bee216d0cfbe56a78565ce60d5 | |
parent | a1e466819420be7a750cf837fabb2e416ea971e8 (diff) | |
download | meta-xilinx-4b9005e403727f8c88a52d513873edde4ce561a0.tar.gz |
machine-xilinx-default.inc: Fix misspelled "kernel-module-mali"
The kernel module is named "kernel-module-mali", not "kernel-module-mali-modules"
Fix this in machine-xilinx-default.inc.
Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r-- | conf/machine/include/machine-xilinx-default.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc index 02fa0774..04f85588 100644 --- a/conf/machine/include/machine-xilinx-default.inc +++ b/conf/machine/include/machine-xilinx-default.inc | |||
@@ -36,5 +36,5 @@ 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-modules" | 39 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS_append_zynqmp = " kernel-module-mali" |
40 | 40 | ||