diff mbox series

[meta-arago,master,v2,4/5] branding-processor-sdk.inc: Remove this branding file

Message ID 20260121185558.1330658-4-afd@ti.com
State Under Review
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master,v2,1/5] arago-image.inc: Set IMAGE_FEATURES in each image recipe | expand

Commit Message

Andrew Davis Jan. 21, 2026, 6:55 p.m. UTC
This brand is no longer used as part of the base meta-arago, remove this.

Signed-off-by: Andrew Davis <afd@ti.com>
---

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 mbox series

Patch

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}"