diff --git a/buildconf/local.conf.sample b/buildconf/local.conf.sample index b360acd..3c41ac4 100644 --- a/buildconf/local.conf.sample +++ b/buildconf/local.conf.sample @@ -4,7 +4,7 @@ DL_DIR ?= "${TOPDIR}/../../downloads" SSTATE_DIR ?= "${TOPDIR}/../../sstate-cache" #TMPDIR = "${TOPDIR}/tmp" -DISTRO ?= "poky" +DISTRO ?= "tkl" PACKAGE_CLASSES ?= "package_ipk" #SDKMACHINE ?= "i686" diff --git a/conf/distro/tkl.conf b/conf/distro/tkl.conf new file mode 100644 index 0000000..d4077e5 --- /dev/null +++ b/conf/distro/tkl.conf @@ -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.3.1" + +SDK_VENDOR = "-tkldistsdk" +SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" +MAINTAINER = "tkldist " +INHERIT += "buildhistory" +BUILDHISTORY_COMMIT = "1"