Message ID | 20250519170055.22364-4-reatmon@ti.com |
---|---|
State | Under Review |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | Cleanup for auto checking | expand |
diff --git a/meta-arago-distro/conf/distro/include/branding-processor-sdk.inc b/meta-arago-distro/conf/distro/include/branding-processor-sdk.inc index 7873daa7..3ee23dc3 100644 --- a/meta-arago-distro/conf/distro/include/branding-processor-sdk.inc +++ b/meta-arago-distro/conf/distro/include/branding-processor-sdk.inc @@ -10,7 +10,7 @@ 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\ +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\
A recent change in bitbake requires that all variable assignments have whitespace between the variable, the operator and the value. FOO = "1" Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- .../conf/distro/include/branding-processor-sdk.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)