mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-07-31 05:00:42 +02:00
refactory remove all common recipes
This commit is contained in:
@ -10,25 +10,13 @@ BBFILE_PATTERN_meta-rpi-diya = "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_meta-rpi-diya = "11"
|
||||
|
||||
LAYERDEPENDS_meta-rpi-diya = "core raspberrypi"
|
||||
LAYERSERIES_COMPAT_meta-rpi-diya = "mickledore"
|
||||
LAYERSERIES_COMPAT_meta-rpi-diya = "scarthgap"
|
||||
|
||||
PACKAGE_CLASSES = "package_ipk"
|
||||
DISTRO_FEATURES:append := " vc4-gfx "
|
||||
|
||||
INITRAMFS_IMAGE="core-image-recovery"
|
||||
INITRAMFS_IMAGE_BUNDLE="0"
|
||||
MACHINE ?= "raspberrypi3-64"
|
||||
# MACHINE ?= "raspberrypi0-2w-64"
|
||||
|
||||
INHERIT += "rm_work"
|
||||
|
||||
EXTRA_IMAGE_FEATURES ?= " ssh-server-dropbear read-only-rootfs "
|
||||
# ssh-server-dropbear
|
||||
DISTRO_FEATURES:append := " vc4-gfx opengl wayland "
|
||||
DISTRO_FEATURES:remove = " x11 vulkan "
|
||||
TOOLCHAIN_TARGET_TASK:append = " libgles3-mesa-dev "
|
||||
# DISTRO_FEATURES:append := " vc4-gfx opengl directfb "
|
||||
MACHINE ?= "raspberrypi0-2w-64"
|
||||
|
||||
WKS_FILE="rpi.wks.in"
|
||||
ROOT_HOME = "/root"
|
||||
|
||||
#MACHINE = "raspberrypi3-64"
|
||||
#MACHINE = "raspberrypi2"
|
||||
|
Reference in New Issue
Block a user