Move common recipes to meta-diya, this layer contains hardware specific recipce

This commit is contained in:
DanyLE
2025-03-05 19:54:28 +01:00
parent daa23c88e6
commit 378386087e
46 changed files with 2 additions and 1813 deletions

View File

@ -12,24 +12,8 @@ BBFILE_PRIORITY_meta-opi-diya = "11"
LAYERDEPENDS_meta-opi-diya = " core "
LAYERSERIES_COMPAT_meta-opi-diya = "scarthgap"
PACKAGE_CLASSES = "package_ipk"
INITRAMFS_IMAGE="core-image-recovery"
INITRAMFS_IMAGE_BUNDLE="0"
INITRAMFS_MAXSIZE="200000"
INHERIT += "rm_work"
EXTRA_IMAGE_FEATURES ?= " ssh-server-dropbear read-only-rootfs "
# ssh-server-dropbear
DISTRO_FEATURES:append := " opengl "
DISTRO_FEATURES:remove = " x11 vulkan ptest"
TOOLCHAIN_TARGET_TASK:append = " libgles3-mesa-dev "
# DISTRO_FEATURES:append := " vc4-gfx opengl directfb "
MACHINE ?= "orange-pi-zero2w"
WKS_FILE="opi.wks.in"
ROOT_HOME = "/root"
PREFERRED_PROVIDER_virtual/kernel = "linux-xunlong"
PREFERRED_VERSION_linux-xunlong = "6.1.31"