* Remove SRCREV overrides - These are moved to local.conf per build * Add CMEM reserved memory region * Remove version from preserved GIT repo branches to avoid confusion
Signed-off-by: Jacob Stiffler <[email protected]> --- .../conf/distro/include/branding-processor-sdk.inc | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) 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 3ef3009..ebcc7b5 100644 --- a/meta-arago-distro/conf/distro/include/branding-processor-sdk.inc +++ b/meta-arago-distro/conf/distro/include/branding-processor-sdk.inc @@ -4,11 +4,9 @@ ARAGO_TISDK_IMAGE = "processor-sdk-linux-image" DISTRO_FEATURES_remove_ti33x = "wayland" DISTRO_FEATURES_remove_ti43x = "wayland" -# Set preferred providers and srcrevs -# Auto rev important packages to pick up latest -SRCREV_pn-u-boot-ti-staging_omap-a15 = "${AUTOREV}" -SRCREV_pn-ltp-ddt_omap-a15 = "${AUTOREV}" -SRCREV_pn-linux-ti-staging = "${AUTOREV}" +# Set CMEM reserved memory region +CMEM_BASE ?= "a0000000" +CMEM_SIZE ?= "08000000" # To create newlines in the message \n is used and the slash must be escaped # to function properly @@ -30,13 +28,10 @@ script located in the sdk\'s bin directory\\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-1.0" +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_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_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-1.0" +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}" -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
