> On Mar 5, 2015, at 7:34 AM, Stiffler, Jacob <[email protected]> wrote:
> 
> Signed-off-by: Jacob Stiffler <[email protected]>
> ---
> .../conf/distro/include/branding-processor-sdk.inc |   34 ++++++++++++++++++++
> 1 file changed, 34 insertions(+)
> create 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
> new file mode 100644
> index 0000000..d2e674e
> --- /dev/null
> +++ b/meta-arago-distro/conf/distro/include/branding-processor-sdk.inc
> @@ -0,0 +1,34 @@
> +
> +# Override QT Platform with eglfs
> +ARAGO_QT_PLATFORM_ti33x = "eglfs"
> +ARAGO_QT_PLATFORM_ti43x = "eglfs"
Based on my previous comments the value set here will need to be tweaked.
> +
> +PREFERRED_PROVIDER_virtual/kernel_am335x-evm = "sitara-linux-ti-staging"
> +PREFERRED_PROVIDER_virtual/kernel_am437x-evm = "sitara-linux-ti-staging"
> +PREFERRED_VERSION_sitara-linux-ti-staging = "3.14%"
> +
> +# 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-sitara-linux-ti-staging = "processor-sdk-1.0"
> +SRCIPK_CUSTOM_GIT_MESSAGE_pn-sitara-linux-ti-staging = 
> "${SRCIPK_SHALLOW_GIT_COMMIT_MESSAGE}"
> +
> +SRCIPK_CUSTOM_GIT_BRANCH_pn-u-boot-ti-staging = "processor-sdk-1.0"
> +SRCIPK_CUSTOM_GIT_MESSAGE_pn-u-boot-ti-staging = 
> "${SRCIPK_GIT_COMMIT_MESSAGE}"
> -- 
> 1.7.9.5
> 
> _______________________________________________
> meta-arago mailing list
> [email protected]
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to