]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-arago-glsdk.git/commitdiff
am33x-cm3: remove the SRC_URI setting
authorChase Maupin <Chase.Maupin@ti.com>
Thu, 18 Apr 2013 17:39:41 +0000 (12:39 -0500)
committerDenys Dmytriyenko <denys@ti.com>
Thu, 18 Apr 2013 23:48:26 +0000 (19:48 -0400)
* The base recipe SRC_URI has been updated so remove the setting
  that overwrites this.  This was preventing picking up the
  init script required to load the firmware

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
meta-arago-distro/recipes-bsp/am335x-cm3/am33x-cm3_git.bbappend

index 61547e3f38b432255c413629529ea6c2ce8be309..826f250295aa9fec4e21cffa29df1dea4ca56427 100644 (file)
@@ -1,4 +1,4 @@
-PR_append = "-arago0"
+PR_append = "-arago1"
 
 PV = "05.06.00.00"
 
@@ -6,5 +6,3 @@ BRANCH = "master"
 
 #This SRCREV corresponds to tag AM335xPSP_04.06.00.09-rc
 SRCREV = "7c6075f28d9fdd633175cdbd8dc287613ce92e5d"
-
-SRC_URI = "git://arago-project.org/git/projects/am33x-cm3.git;protocol=git;branch=${BRANCH}"