aboutsummaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf/include/agl_porter-nogfx.inc
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-02-22 00:43:01 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2018-02-22 00:43:01 +0000
commit01261e67f63e5153937772351546fa675e266cfc (patch)
tree949f788d18bfbc21bd2e71bd98e9ff15fe15156e /meta-agl-bsp/conf/include/agl_porter-nogfx.inc
parentfdd1c595722b362ecd4a4e257c463daab6b52c69 (diff)
parent334beda155887c550b5ea9300e374d88763de716 (diff)
Merge "Remove old boards for rocko"
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_porter-nogfx.inc')
-rw-r--r--meta-agl-bsp/conf/include/agl_porter-nogfx.inc24
1 files changed, 0 insertions, 24 deletions
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"
-