From cdc43d95d18082b13a38de499f6ddc00f1734368 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Thu, 22 Mar 2012 11:47:08 +0000 Subject: [PATCH] point to internel git tree:u-boot, rcw, hv-cfg, boot-format Signed-off-by: Ting Liu --- meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bbappend | 8 ++++++++ .../recipes-tools/boot-format/boot-format_git.bbappend | 8 ++++++++ meta-fsl-ppc/recipes-tools/hv-cfg/hv-cfg_git.bbappend | 8 ++++++++ meta-fsl-ppc/recipes-tools/rcw/rcw_git.bbappend | 8 ++++++++ 4 files changed, 32 insertions(+) create mode 100644 meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bbappend create mode 100644 meta-fsl-ppc/recipes-tools/boot-format/boot-format_git.bbappend create mode 100644 meta-fsl-ppc/recipes-tools/hv-cfg/hv-cfg_git.bbappend create mode 100644 meta-fsl-ppc/recipes-tools/rcw/rcw_git.bbappend 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}" + -- 2.40.1