summaryrefslogtreecommitdiff
path: root/conf/machine/simc-t2081-tcb-02.conf
diff options
context:
space:
mode:
authorvojo <joris.van.vossen@sintecs.nl>2017-09-15 13:41:52 (GMT)
committervojo <joris.van.vossen@sintecs.nl>2017-09-15 13:41:52 (GMT)
commit62fa475fdeb422181b3ccda29cd74629649a27cd (patch)
tree2f5cbac6cffcf759d9672debb16769479d6d906c /conf/machine/simc-t2081-tcb-02.conf
parente64e0e91fb521c6248f2cdebd98ee273c6f728d0 (diff)
downloadmeta-scalys-ppc-62fa475fdeb422181b3ccda29cd74629649a27cd.tar.xz
added simc-t2081 machine support and virtualization image
Diffstat (limited to 'conf/machine/simc-t2081-tcb-02.conf')
-rwxr-xr-x[-rw-r--r--]conf/machine/simc-t2081-tcb-02.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/machine/simc-t2081-tcb-02.conf b/conf/machine/simc-t2081-tcb-02.conf
index a0ec686..4568955 100644..100755
--- a/conf/machine/simc-t2081-tcb-02.conf
+++ b/conf/machine/simc-t2081-tcb-02.conf
@@ -14,8 +14,10 @@ KERNEL_DEVICETREE ?= "fsl/simc-t2081.dtb"
KERNEL_FIT_IMAGES ?= "simc-t2081"
PREFERRED_PROVIDER_virtual/bootloader = "${PREFERRED_PROVIDER_u-boot}"
+PREFERRED_VERSION_u-boot_qoriq = "2017.09"
UBOOT_CONFIG ??= "nand"
-UBOOT_CONFIG[nand] = "T2_simc-t2081_nand_config,,u-boot-with-spl-pbl.bin"
+#UBOOT_CONFIG[nand] = "T2_simc-t2081_nand_config,,u-boot-with-spl-pbl.bin"
+UBOOT_CONFIG[nand] = "T1_simc-t10xx_nand_config,,u-boot-with-spl-pbl.bin"
# Images types generated for this machine
IMAGE_FSTYPES = "tar.bz2 ubifs ubi"
@@ -35,4 +37,6 @@ MKUBIFS_ARGS = "--space-fixup -m 2048 -e 124KiB -c 10000"
UBINIZE_ARGS = "-m 2048 -p 128KiB -s 2048"
UBI_VOLNAME = "rootfs"
+# Ensure that the the kernel modules are inserted into the image during re-builds.
+MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "kernel-modules"