[meta-arago][master][PATCH v2 4/5] branding-processor-sdk.inc: Remove this branding file
Andrew Davis <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
This brand is no longer used as part of the base meta-arago, remove this. Signed-off-by: Andrew Davis <[email protected]> --- Changes for v2: - Add file/recipe name to commit message .../distro/include/branding-processor-sdk.inc | 29 ------------------- 1 file changed, 29 deletions(-) delete mode 100644 meta-arago-distro/conf/distro/include/branding-processor-sdk.inc diff --git a/meta-arago-distro/conf/distro/include/branding-processor-sdk.inc b/meta-arago-distro/conf/distro/include/branding-processor-sdk.inc deleted file mode 100644 index 3ee23dc3..00000000 --- a/meta-arago-distro/conf/distro/include/branding-processor-sdk.inc +++ /dev/null @@ -1,29 +0,0 @@ -ARAGO_TISDK_IMAGE = "processor-sdk-linux-image" - -# To create newlines in the message \n is used and the slash must be escaped -# to function properly - -SRCIPK_GIT_COMMIT_MESSAGE = "\ -Create local branch\\n\ -\\n\ -The below commit is used for this local branch and is the one used by\\n\ -this sdk:\\n\ -${SRCREV}." - -SRCIPK_SHALLOW_GIT_COMMIT_MESSAGE = "${SRCIPK_GIT_COMMIT_MESSAGE}\\n\\n\ -To reduce the size of the SDK installer only a portion of the git commit\\n\ -history has been preserved. Also links to remote branches and tags do\\n\ -not exist in this copy of the repository.\\n\ -To fix this please run the unshallow-repositories.sh\\n\ -script located in the sdk\'s bin directory\\n\ -\\n\ -The script may take several minutes but you will then have a full copy of\\n\ -the git repository including its entire git history.\\n" - -SRCIPK_CUSTOM_GIT_BRANCH:pn-linux-ti-staging = "processor-sdk-local" -SRCIPK_CUSTOM_GIT_MESSAGE:pn-linux-ti-staging = "${SRCIPK_SHALLOW_GIT_COMMIT_MESSAGE}" -SRCIPK_SHALLOW_CLONE:pn-linux-ti-staging = "true" -SRCIPK_SHALLOW_DEPTH:pn-linux-ti-staging = "400" - -SRCIPK_CUSTOM_GIT_BRANCH:pn-u-boot-ti-staging = "processor-sdk-local" -SRCIPK_CUSTOM_GIT_MESSAGE:pn-u-boot-ti-staging = "${SRCIPK_GIT_COMMIT_MESSAGE}" -- 2.39.2