Skip to content

Commit

Permalink
Merge pull request #34 from YoeDistro/yoe/mut
Browse files Browse the repository at this point in the history
yoe.inc: Define SDKEXTPATH and set codename to zeus
  • Loading branch information
cbrake authored Sep 13, 2019
2 parents 8e53e9a + 5a64125 commit d824e4e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions conf/distro/yoe.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
# Distro Settings
#
DISTRO_NAME = "Yoe Linux"
MAINTAINER = "Yoe Distro <https://github.com/YoeDistro>"
MAINTAINER = "Yoe Distro Community <http://yoedistro.org>"
TARGET_VENDOR = "-yoe"
SDK_VENDOR = "-yoesdk"
# Distro version keep it up with Yocto release
DISTRO_VERSION = "3.0"
DISTRO_CODENAME = "master"
DISTRO_CODENAME = "zeus"
SDK_VERSION := "${DISTRO_VERSION}"

SDK_NAME = "${DISTRO}-${TCLIBC}-${SDKMACHINE}-${IMAGE_BASENAME}-${TUNE_PKGARCH}-${MACHINE}"
SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"
SDK_NAME = "yoe-${SDKMACHINE}-${IMAGE_BASENAME}-${TUNE_PKGARCH}-${MACHINE}"
SDKPATH = "/opt/yoe/${SDK_VERSION}"
SDKEXTPATH = "~/yoe_sdk/${DISTRO_VERSION}"

DISTRO_VERSION[vardepsexclude] = "DATE"
SDK_VERSION[vardepsexclude] = "DATE"
Expand Down

0 comments on commit d824e4e

Please sign in to comment.