diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-04-29 11:41:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2019-04-29 11:41:51 +0000 |
commit | 8b574fbdb84705c133a7b10f880aef1e499badde (patch) | |
tree | 56be1992254b28ebce4ad71e9271ac6dd3df1de9 /meta-agl-bsp/conf/include/agl_imx6qsabrelite.inc | |
parent | acf9f5aaffdbbb4a4b15d4fcbda14668975e695c (diff) | |
parent | e545e6c39fe54db30bf414cfe58f909ea2220270 (diff) |
Merge "Remove inactive devices"
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_imx6qsabrelite.inc')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_imx6qsabrelite.inc | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/meta-agl-bsp/conf/include/agl_imx6qsabrelite.inc b/meta-agl-bsp/conf/include/agl_imx6qsabrelite.inc deleted file mode 100644 index e686a4060..000000000 --- a/meta-agl-bsp/conf/include/agl_imx6qsabrelite.inc +++ /dev/null @@ -1,39 +0,0 @@ -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 \ -" - -# prevent of build errors from missing bb files -BBMASK = "meta-boundary/recipes-(browser|mozilla)" - -# 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 \ - u-boot-script-boundary \ -" - -UBOOT_MACHINE = "nitrogen6q_config" -SPL_BINARY = "" -UBOOT_SUFFIX_SDCARD = "imx" -IMAGE_BOOTLOADER = "u-boot" - -# generate WIC image also -WKS_FILE = "imx-uboot.wks" -AGL_EXTRA_IMAGE_FSTYPES = "wic.xz wic.bmap wic.xz.sha256sum" -AGL_DEFAULT_INITRAMFS_FSTYPES := "" - -PREFERRED_VERSION_weston_mx6_forcevariable = "2.0.0" |