From 334beda155887c550b5ea9300e374d88763de716 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 20 Feb 2018 23:01:57 +0100 Subject: Remove old boards for rocko MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Old boards being removed: - porter templates - wandboard (untested) - qemux86 (qemux86-64 - aka 64bit - is the only default) Change-Id: Ia366cdeac988780dc3253e20357b868b3b6b8070 Signed-off-by: Jan-Simon Möller --- meta-agl-bsp/conf/include/agl_porter-nogfx.inc | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 meta-agl-bsp/conf/include/agl_porter-nogfx.inc (limited to 'meta-agl-bsp/conf/include/agl_porter-nogfx.inc') diff --git a/meta-agl-bsp/conf/include/agl_porter-nogfx.inc b/meta-agl-bsp/conf/include/agl_porter-nogfx.inc deleted file mode 100644 index cb7b4a560..000000000 --- a/meta-agl-bsp/conf/include/agl_porter-nogfx.inc +++ /dev/null @@ -1,24 +0,0 @@ -MACHINE = "porter" - -# For Bluetooth hardware support -BT_KERNEL_MODULES = " \ - kernel-module-btusb \ - kernel-module-bnep \ - kernel-module-rfcomm \ - kernel-module-rfkill \ - " - -# Distribution-specific runtime components -IMAGE_INSTALL_append = " \ - ${@bb.utils.contains("DISTRO_FEATURES", "bluetooth", "${BT_KERNEL_MODULES}", "", d)} \ - " - -# Setting for u-boot Wayland -UBOOT_MACHINE = "porter_vin_config" - -PREFERRED_PROVIDER_virtual/libgles2 = "mesa" -PREFERRED_PROVIDER_virtual/egl = "mesa" - -# Build updatable image. Only takes effect when sota.bbclass is inherited -DISTRO_FEATURES_append = " sota" - -- cgit 1.2.3-korg