Created
March 25, 2024 15:58
-
-
Save rm5248/c3ba1e609e11bbd354d9f495f5a6c8d4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DESCRIPTION = "SDK Testing" | |
SECTION = "libs" | |
LICENSE = "CLOSED" | |
BBCLASSEXTEND = "nativesdk" | |
FILES:${PN}:append:class-nativesdk = " ${SDKPATHNATIVE}" | |
do_configure[noexec] = "1" | |
do_compile[noexec] = "1" | |
do_fetch[noexec] = "1" | |
do_install:append:class-nativesdk () { | |
mkdir -p ${D}${SDKPATHNATIVE}/environment-setup.d | |
echo "PS1=[sdk]\$PS1" > ${D}${SDKPATHNATIVE}/environment-setup.d/add-ps1-variable.sh | |
chmod 755 ${D}${SDKPATHNATIVE}/environment-setup.d/add-ps1-variable.sh | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment