* This will allow the branding file to override any settings in
  arago-source-ipk.conf, such as whether to shallow the linux git
  repo

Signed-off-by: Jacob Stiffler <j-stiff...@ti.com>
---
 meta-arago-distro/conf/distro/arago.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-arago-distro/conf/distro/arago.conf 
b/meta-arago-distro/conf/distro/arago.conf
index 4483d0b..325e112 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -89,6 +89,9 @@ require conf/distro/include/arago-prefs.inc
 # git history.
 ASSUME_PROVIDED := "${@filter_out('git-native','${ASSUME_PROVIDED}',d)}"
 
+# Enable generation of source packages for SDKs
+require arago-source-ipk.conf
+
 # Allow branding on top of Arago Distro and Core TI-SDK
 # If ARAGO_BRAND is not set in local.conf, default to core
 ARAGO_BRAND ??= "core"
@@ -98,9 +101,6 @@ require conf/distro/include/branding-${ARAGO_BRAND}.inc
 # Disable polkit's systemd configuration from meta-oe
 POLKITAUTH = ""
 
-# Enable generation of source packages for SDKs
-require arago-source-ipk.conf
-
 # Set ENTERPRISE_DISTRO flag to ensure that recipes that have been flagged
 # do not attempt to enable features that have potential commercial
 # licensing issues.
-- 
1.9.1

_______________________________________________
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to