From b6fa4c17dbeaed376cecbd61da8063c75f28725a Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Wed, 5 Jun 2013 10:59:01 +0200 Subject: [PATCH] meta-digi: Remove sha1s from layer README files. This lowers the maintenance of these layers. The manifest used with repo deals with the specific sha1s. https://jira.digi.com/browse/DEL-495 Signed-off-by: Alex Gonzalez --- meta-digi-arm/README | 6 +++--- meta-digi-del/README | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/meta-digi-arm/README b/meta-digi-arm/README index 9c0e88d4b..fa28ecfa4 100644 --- a/meta-digi-arm/README +++ b/meta-digi-arm/README @@ -6,9 +6,9 @@ with OpenEmbedded and/or Yocto. This layer is based on the following Yocto layers (Danny): -git://git.yoctoproject.org/poky 2806646a263527ec0487ea160afd4bdc0a3c1703 -git://git.yoctoproject.org/meta-fsl-arm a0e486a76af5819ee76ac34e966feb72bd3c48bd -git://github.com/openembedded/meta-oe.git 34e5537e67b655b8d2effbbecc207d88eea52b87 +git://git.yoctoproject.org/poky +git://git.yoctoproject.org/meta-fsl-arm +git://github.com/openembedded/meta-oe.git Digi's license agreements diff --git a/meta-digi-del/README b/meta-digi-del/README index 13b48473d..d73906d53 100644 --- a/meta-digi-del/README +++ b/meta-digi-del/README @@ -5,9 +5,9 @@ This layer provides the Digi Embedded Linux distribution images. This layer is based on the following Yocto layers (Danny): -git://git.yoctoproject.org/poky 2806646a263527ec0487ea160afd4bdc0a3c1703 -git://git.yoctoproject.org/meta-fsl-arm a0e486a76af5819ee76ac34e966feb72bd3c48bd -git://github.com/openembedded/meta-oe.git 34e5537e67b655b8d2effbbecc207d88eea52b87 +git://git.yoctoproject.org/poky +git://git.yoctoproject.org/meta-fsl-arm +git://github.com/openembedded/meta-oe.git Digi's license agreements -------------------------