From: Ting Liu Date: Thu, 22 Mar 2012 11:47:08 +0000 (+0000) Subject: point to internel git tree:u-boot, rcw, hv-cfg, boot-format X-Git-Tag: 2.1~534^2~495 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=cdc43d95d18082b13a38de499f6ddc00f1734368;p=meta-freescale.git point to internel git tree:u-boot, rcw, hv-cfg, boot-format Signed-off-by: Ting Liu --- diff --git a/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bbappend b/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bbappend new file mode 100644 index 00000000..436d8b8d --- /dev/null +++ b/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bbappend @@ -0,0 +1,8 @@ +# we call this git since it's ongoing development +# once it's on git.freescale.com it needs to be updated +# to the correct version there +PV = "git" + +SRC_URI = "git://git.am.freescale.net/gitolite/sdk/u-boot-devel.git" +SRCREV = "${AUTOREV}" + diff --git a/meta-fsl-ppc/recipes-tools/boot-format/boot-format_git.bbappend b/meta-fsl-ppc/recipes-tools/boot-format/boot-format_git.bbappend new file mode 100644 index 00000000..1398e7b2 --- /dev/null +++ b/meta-fsl-ppc/recipes-tools/boot-format/boot-format_git.bbappend @@ -0,0 +1,8 @@ +# we call this git since it's ongoing development +# once it's on git.freescale.com it needs to be updated +# to the correct version there +PV = "git" + +SRC_URI = "git://git.am.freescale.net/gitolite/sdk/boot-format.git" +SRCREV = "${AUTOREV}" + diff --git a/meta-fsl-ppc/recipes-tools/hv-cfg/hv-cfg_git.bbappend b/meta-fsl-ppc/recipes-tools/hv-cfg/hv-cfg_git.bbappend new file mode 100644 index 00000000..13920b56 --- /dev/null +++ b/meta-fsl-ppc/recipes-tools/hv-cfg/hv-cfg_git.bbappend @@ -0,0 +1,8 @@ +# we call this git since it's ongoing development +# once it's on git.freescale.com it needs to be updated +# to the correct version there +PV = "git" + +SRC_URI = "git://git.am.freescale.net/gitolite/sdk/hv-cfg.git" +SRCREV = "${AUTOREV}" + diff --git a/meta-fsl-ppc/recipes-tools/rcw/rcw_git.bbappend b/meta-fsl-ppc/recipes-tools/rcw/rcw_git.bbappend new file mode 100644 index 00000000..0e8508fe --- /dev/null +++ b/meta-fsl-ppc/recipes-tools/rcw/rcw_git.bbappend @@ -0,0 +1,8 @@ +# we call this git since it's ongoing development +# once it's on git.freescale.com it needs to be updated +# to the correct version there +PV = "git" + +SRC_URI = "git://git.am.freescale.net/gitolite/sdk/rcw.git" +SRCREV = "${AUTOREV}" +