meta-blackfinn: Initial commit
Signed-off-by: Thomas Klaehn <thomas.klaehn@u-blox.com>
This commit is contained in:
15
conf/distro/tkl.conf
Normal file
15
conf/distro/tkl.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
require conf/distro/poky.conf
|
||||
# distro name
|
||||
DISTRO = "tkl"
|
||||
DISTRO_NAME = "tkl distribution"
|
||||
DISTRO_VERSION = "1.0"
|
||||
DISTRO_CODENAME = "tkl"
|
||||
#DISTRO_FEATURES_append = " alsa usbhost usbgadget keyboard bluetooth"
|
||||
|
||||
PREFERRED_VERSION_mypy = "0.4.2"
|
||||
|
||||
SDK_VENDOR = "-tkldistsdk"
|
||||
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"
|
||||
MAINTAINER = "tkldist "
|
||||
INHERIT += "buildhistory"
|
||||
BUILDHISTORY_COMMIT = "1"
|
16
conf/layer.conf
Normal file
16
conf/layer.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
# We have a conf and classes directory, add to BBPATH
|
||||
BBPATH .= ":${LAYERDIR}"
|
||||
|
||||
# We have recipes-* directories, add to BBFILES
|
||||
BBFILES += " \
|
||||
${LAYERDIR}/recipes-*/*/*.bb \
|
||||
${LAYERDIR}/images/*.bb \
|
||||
${LAYERDIR}/recipes-*/*/*.bbappend \
|
||||
"
|
||||
|
||||
BBFILE_COLLECTIONS += "meta-bbb"
|
||||
BBFILE_PATTERN_meta-bbb = "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_meta-bbb = "8"
|
||||
|
||||
LAYERSERIES_COMPAT_meta-bbb = "thud"
|
||||
|
Reference in New Issue
Block a user