From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id EE2E9E00A44; Thu, 11 Jun 2015 00:56:44 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 SPF_HELO_PASS SPF: HELO matches SPF record * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail.kmu-office.ch (mail.kmu-office.ch [178.209.48.109]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 23674E00A45 for ; Thu, 11 Jun 2015 00:56:23 -0700 (PDT) Received: from linuxdev.toradex.int (unknown [46.140.72.82]) by mail.kmu-office.ch (Postfix) with ESMTPSA id 1A01E5C125B; Thu, 11 Jun 2015 09:54:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=agner.ch; s=dkim; t=1434009240; bh=o/7kWaRStqus3hlakFLCqNwP4wmNvOOsOO59ODkpUAM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=M5mau9zsPlAkPeFAqXJaNRyh92DblcEMU/hiZkxgLPw+8OWszPPkMkhC+yRXct5p7 1PysGRSx9uRFKx0jfqTrVmC70JXISpitvgP+V9r9McWUtFt/KmKUZfdhbhb2PAfx+n QKGhC/L1dMtO+swcsCGC3qX4onllL+2igDJCeiT4= From: Stefan Agner To: meta-freescale@yoctoproject.org Date: Thu, 11 Jun 2015 09:56:16 +0200 Message-Id: <1434009378-14996-2-git-send-email-stefan@agner.ch> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1434009378-14996-1-git-send-email-stefan@agner.ch> References: <1434009378-14996-1-git-send-email-stefan@agner.ch> Cc: Stefan Agner , marcel@ziswiler.com, max.krummenacher@toradex.com Subject: [meta-fsl-arm-extra][PATCH 1/3] u-boot-toradex: update to U-Boot 2015.04 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 07:56:45 -0000 From: Stefan Agner Update to U-Boot 2015.04 which is part of the current version of the Toradex BSP release v2.4Beta1. This version uses a new NAND ECC format, hence it needs to be used with an updated Linux kernel too. Signed-off-by: Stefan Agner --- recipes-bsp/u-boot/u-boot-toradex_2014.10.bb | 7 ------- recipes-bsp/u-boot/u-boot-toradex_2015.04.bb | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 recipes-bsp/u-boot/u-boot-toradex_2014.10.bb create mode 100644 recipes-bsp/u-boot/u-boot-toradex_2015.04.bb diff --git a/recipes-bsp/u-boot/u-boot-toradex_2014.10.bb b/recipes-bsp/u-boot/u-boot-toradex_2014.10.bb deleted file mode 100644 index ecd1829..0000000 --- a/recipes-bsp/u-boot/u-boot-toradex_2014.10.bb +++ /dev/null @@ -1,7 +0,0 @@ -include u-boot-toradex.inc - -PV = "v2014.10+git${SRCPV}" - -SRCREV = "73b99ed96be527c482e63f8d0aac4e6188b1f7e0" -SRCBRANCH = "2014.10-toradex" -COMPATIBLE_MACHINE = "(vf)" diff --git a/recipes-bsp/u-boot/u-boot-toradex_2015.04.bb b/recipes-bsp/u-boot/u-boot-toradex_2015.04.bb new file mode 100644 index 0000000..77177bd --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-toradex_2015.04.bb @@ -0,0 +1,7 @@ +include u-boot-toradex.inc + +PV = "v2015.04+git${SRCPV}" + +SRCREV = "06ee8db6422e02337242e43b8573359443db59ea" +SRCBRANCH = "2015.04-toradex" +COMPATIBLE_MACHINE = "(vf)" -- 1.9.3