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_raspberrypi2.inc | |
parent | acf9f5aaffdbbb4a4b15d4fcbda14668975e695c (diff) | |
parent | e545e6c39fe54db30bf414cfe58f909ea2220270 (diff) |
Merge "Remove inactive devices"
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_raspberrypi2.inc')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_raspberrypi2.inc | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/meta-agl-bsp/conf/include/agl_raspberrypi2.inc b/meta-agl-bsp/conf/include/agl_raspberrypi2.inc deleted file mode 100644 index a474652e1..000000000 --- a/meta-agl-bsp/conf/include/agl_raspberrypi2.inc +++ /dev/null @@ -1,47 +0,0 @@ -# Maximum memory allowed to be assigned -GPU_MEM = "255" - -ENABLE_CMA = "1" -CMA_LWM = "16" -CMA_HWM = "32" - -CORE_IMAGE_EXTRA_INSTALL += "wayland weston" - -MULTI_PROVIDER_WHITELIST += "virtual/libgl virtual/egl virtual/libgles1 virtual/libgles2" - -KERNEL_IMAGETYPE = "uImage" -KERNEL_DEVICETREE_append = " overlays/vc4-kms-v3d-overlay.dtb" -PREFERRED_VERSION_mesa = "12.%" - -PREFERRED_PROVIDER_virtual/egl = "mesa" -PREFERRED_PROVIDER_virtual/libgles2 = "mesa" -PREFERRED_PROVIDER_virtual/libgl = "mesa" -PREFERRED_PROVIDER_virtual/mesa = "mesa" -PREFERRED_PROVIDER_jpeg = "jpeg" - -MACHINE_FEATURES += "vc4graphics" - -# For libomxil -#LICENSE_FLAGS_WHITELIST = "commercial" - -IMAGE_INSTALL_append = " kernel-modules linux-firmware " - -# Psplash causes crash on first boot on RPi -IMAGE_FEATURES_remove = "splash" - -# Build updatable image. Only takes effect when sota.bbclass is inherited -DISTRO_FEATURES_append = " sota" - -# Create WIC images to write to SD cards. -WKS_FILE = "sdimage-raspberrypi.wks" -AGL_EXTRA_IMAGE_FSTYPES = "wic.xz wic.bmap wic.xz.sha256sum" -IMAGE_BOOT_FILES = "bcm2835-bootfiles/* \ - ${@make_dtb_boot_files(d)} \ - ${@bb.utils.contains('KERNEL_IMAGETYPE', 'uImage', \ - '${KERNEL_IMAGETYPE} u-boot.bin;${SDIMG_KERNELIMAGE} boot.scr', \ - '${KERNEL_IMAGETYPE};${SDIMG_KERNELIMAGE}', d)} \ - " -do_image_wic[depends] += " \ - bcm2835-bootfiles:do_deploy \ - ${@bb.utils.contains('KERNEL_IMAGETYPE', 'uImage', 'u-boot:do_deploy', '',d)} \ - " |