Skip to content

Commit

Permalink
yoe: Include nativesdk artifacts in sstate
Browse files Browse the repository at this point in the history
This helps in creating derivative eSDKs where it wont then need to
recompile the nativesdk packages

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Sep 25, 2019
1 parent 46f2edb commit 5aa05fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/distro/yoe.inc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ SDK_NAME_PREFIX = "yoe"
SDK_NAME = "${SDK_NAME_PREFIX}-${SDKMACHINE}-${IMAGE_BASENAME}-${TUNE_PKGARCH}-${MACHINE}"
SDKPATH = "/opt/${SDK_NAME_PREFIX}/${SDK_VERSION}"
SDKEXTPATH = "~/${SDK_NAME_PREFIX}_sdk/${DISTRO_VERSION}"
SDK_INCLUDE_NATIVESDK = "1"

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

0 comments on commit 5aa05fa

Please sign in to comment.