diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-04-14 00:18:07 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-04-29 11:41:03 +0000 |
commit | e545e6c39fe54db30bf414cfe58f909ea2220270 (patch) | |
tree | a697492c1e1dae4273f7a28e813ced54292d40a2 /meta-agl-bsp/conf/include/agl_joule.inc | |
parent | cfc5a8fdce67a750e5e786ee51907abdedf86249 (diff) |
Remove inactive devices
Remove device which are EOL, unused or do not work.
As discussed during the SAT call:
- rpi2 :
-- will not work for IVI due to the CPU
-- use the rpi3 instead
- joule :
-- EOL for ~1y, no longer available for purchase, no way to test.
i.MX6:
Remove currently unmaintaned boards. Can re-add on request.
- imx6qsabrelite:
-- replaced with uprev'd imx6qsabreauto -> imx6qdlsabreauto
- nitrogen6x:
-- no thud branch upstream.
Bug-AGL: SPEC-2323
Change-Id: I28a70dcb7b48b6a9396d3003cc34d4c1f6570eca
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_joule.inc')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_joule.inc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-agl-bsp/conf/include/agl_joule.inc b/meta-agl-bsp/conf/include/agl_joule.inc deleted file mode 100644 index 642fe423c..000000000 --- a/meta-agl-bsp/conf/include/agl_joule.inc +++ /dev/null @@ -1,14 +0,0 @@ -INTEL_MACHINE_SUBTYPE = "broxton-m" - -IMAGE_INSTALL_append = " linux-firmware-iwlwifi-8000c linux-firmware-ibt" -IMAGE_INSTALL_append = " \ - libva \ - intel-vaapi-driver \ - gstreamer1.0-vaapi" -OSTREE_BOOTLOADER ?= "u-boot" - -AGL_EXTRA_IMAGE_FSTYPES = "wic.xz wic.bmap wic.xz.sha256sum" -INITRD_LIVE = "${DEPLOY_DIR_IMAGE}/${INITRD_IMAGE_LIVE}-${MACHINE}.ext4.gz" -# Modify this file under meta-agl-bsp/meta-intel/wic to change the -# kernel command line -WKS_FILE = "systemd-joule-bootdisk.wks" |