diff options
author | Mihail Grigorov <michael.grigorov@konsulko.com> | 2017-10-13 10:40:09 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-10-14 13:51:33 +0000 |
commit | f64af244cccacbb7a4751f6fb7572c040d06db53 (patch) | |
tree | 8bcd25f9caefa61a2fef6c5b4feb1ab3be489d59 /meta-agl-bsp/conf | |
parent | d9b0202fb41caa4de39feaa7a8f9f5abd627d735 (diff) |
meta-agl-bsp: imx6: Update the imx6qsabrelite machine template
* Add include/agl_imx6qsabrelite.inc
* Change the FSL layer from meta-fsl-* to meta-freescale-*
* Rename 50_bblayers.conf.inc to 40_bblayers.conf.inc
Bug-AGL: SPEC-905
Change-Id: I29563fa7bc25240018383fba2b30e2171366282a
Signed-off-by: Mihail Grigorov <michael.grigorov@konsulko.com>
Signed-off-by: Georgi Vlaev <georgi.vlaev@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11307
Reviewed-by: Leon Anavi <leon.anavi@konsulko.com>
Reviewed-by: Thomas Rini <trini@konsulko.com>
Reviewed-by: Matt Ranostay <matt.ranostay@konsulko.com>
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/conf')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_imx6qsabrelite.inc | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-agl-bsp/conf/include/agl_imx6qsabrelite.inc b/meta-agl-bsp/conf/include/agl_imx6qsabrelite.inc new file mode 100644 index 000000000..2e3633ef4 --- /dev/null +++ b/meta-agl-bsp/conf/include/agl_imx6qsabrelite.inc @@ -0,0 +1,34 @@ +IMAGE_INSTALL_append = " \ + packagegroup-fsl-tools-gpu \ + packagegroup-fsl-gstreamer1.0 \ + packagegroup-imx-tools-audio \ + weston weston-init weston-examples \ +" + +# fsl-image-multimedia-full.bb + +IMAGE_INSTALL_append = " \ + packagegroup-fsl-gstreamer1.0-full \ +" + +# fix build error + +SECURITY_CFLAGS_pn-devil = "${SECURITY_NO_PIE_CFLAGS}" + +PREFERRED_PROVIDER_virtual/kernel = "linux-boundary" + +PREFERRED_PROVIDER_u-boot = "u-boot-boundary" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-boundary" +PREFERRED_PROVIDER_u-boot-mxsboot-native = "u-boot-boundary" +MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " u-boot-boundary" + +UBOOT_MACHINE = "nitrogen6q_config" +SPL_BINARY = "" +UBOOT_SUFFIX_SDCARD = "imx" +IMAGE_BOOTLOADER = "u-boot" + +# force generate sdcard image also +AGL_DEFAULT_IMAGE_FSTYPES := "sdcard.xz" +AGL_DEFAULT_INITRAMFS_FSTYPES := "" + +PREFERRED_VERSION_weston_mx6_forcevariable = "2.0.0" |