16 lines
428 B
Plaintext
16 lines
428 B
Plaintext
|
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"
|