Initial commit
This commit is contained in:
28
conf/layer.conf
Normal file
28
conf/layer.conf
Normal file
@@ -0,0 +1,28 @@
|
||||
# We have a conf and classes directory, add to BBPATH
|
||||
BBPATH .= ":${LAYERDIR}"
|
||||
|
||||
# We have recipes-* directories, add to BBFILES
|
||||
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
||||
${LAYERDIR}/recipes-*/*/*.bbappend"
|
||||
|
||||
BBFILE_COLLECTIONS += "meta-opi-diya"
|
||||
BBFILE_PATTERN_meta-opi-diya = "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_meta-opi-diya = "11"
|
||||
|
||||
LAYERDEPENDS_meta-opi-diya = " core "
|
||||
LAYERSERIES_COMPAT_meta-opi-diya = "scarthgap"
|
||||
|
||||
MACHINE ?= "pinephone"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-megi"
|
||||
PREFERRED_VERSION_linux-megi = "6.15"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-megous"
|
||||
PREFERRED_PROVIDER_u-boot = "u-boot-megous"
|
||||
|
||||
#
|
||||
|
||||
# extra kernel CMDLINE_RNDIS option
|
||||
# CMDLINE_RNDIS += " video=DPI-1:480x640,rotate=90 "
|
||||
# accept license for wifi and bluetooth firmware
|
||||
LICENSE_FLAGS_ACCEPTED = "synaptics-killswitch commercial"
|
Reference in New Issue
Block a user