mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-05-31 12:49:50 +00:00
Move fsl-default*.inc from distro to machine
It makes no sense to have distro related configurations in a BSP layer. So let's have these common parts (provides, version etc) in machine directory instead. [GITHUB #73] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# RaspberryPi BSP default providers
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-raspberrypi"
|
||||
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
|
||||
PREFERRED_PROVIDER_virtual/egl ?= "vc-graphics-hardfp"
|
||||
PREFERRED_PROVIDER_virtual/libgles2 ?= "vc-graphics-hardfp"
|
||||
PREFERRED_PROVIDER_virtual/libgl ?= "vc-graphics-hardfp"
|
||||
@@ -0,0 +1,3 @@
|
||||
# RaspberryPi BSP default settings
|
||||
|
||||
IMAGE_CLASSES += "sdcard_image-rpi"
|
||||
@@ -0,0 +1,3 @@
|
||||
# RaspberryPi BSP default versions
|
||||
|
||||
PREFERRED_VERSION_udev = "164"
|
||||
Reference in New Issue
Block a user