[meta-xilinx] [meta-petalinux][PATCH] xen_4.7.0.bb: fix missing branch

Manjukumar Matha manjukumar.harthikote-matha at xilinx.com
Mon Jan 9 23:10:50 PST 2017


use nobranch=1 to fix the missing commit ID on master xen repo

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha at xilinx.com>
---
 recipes-extended/xen/xen_4.7.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-extended/xen/xen_4.7.0.bb b/recipes-extended/xen/xen_4.7.0.bb
index c5fad14..cdc76e3 100644
--- a/recipes-extended/xen/xen_4.7.0.bb
+++ b/recipes-extended/xen/xen_4.7.0.bb
@@ -21,7 +21,7 @@ FILES_${PN}-xl += " \
     "
 
 SRC_URI = " \
-    git://github.com/Xilinx/xen.git;protocol=https \
+    git://github.com/Xilinx/xen.git;protocol=https;nobranch=1 \
     file://example-passnet.cfg \
     file://example-pvnet.cfg \
     file://example-simple.cfg \
-- 
2.7.4




More information about the meta-xilinx mailing list