From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id B7508E00A44; 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 24982E00A48 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 E15E85C1253; Thu, 11 Jun 2015 09:53:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=agner.ch; s=dkim; t=1434009240; bh=SsVHwJapywmO6VIOS1QiBzKz18K7eg8i2/OxRLbmPnE=; h=From:To:Cc:Subject:Date:From; b=M5vR2dFAu4vh/ydeSIUnD4XuoMvNhzUwDJCGWBx+yNRlFJBgSkj2OvEGaBVVy2awl g2DrB7lAMHrOtA/Jj7jrH4gV6JUkLAdYyfrHr4NhwcDowbJ9FTy2r1jXjnDVcZCiFX 1PsfPhKdQwbE1LzllRm2F1yw84BVJPrJ2FkZxRsQ= From: Stefan Agner To: meta-freescale@yoctoproject.org Date: Thu, 11 Jun 2015 09:56:15 +0200 Message-Id: <1434009378-14996-1-git-send-email-stefan@agner.ch> X-Mailer: git-send-email 1.9.3 Cc: Stefan Agner , marcel@ziswiler.com, max.krummenacher@toradex.com Subject: [meta-fsl-arm-extra][PATCH 0/3] Update to Toradex release v2.4b1 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:44 -0000 From: Stefan Agner This updates the recipes used by the Colibri VF50/VF61 machine to the latest Toradex BSP release v2.4b1. Stefan Agner (3): u-boot-toradex: update to U-Boot 2015.04 linux-toradex: update kernel to Linux 4.0 kernel-module-mcc: update which includes interrupt fixes recipes-bsp/u-boot/u-boot-toradex_2014.10.bb | 7 - recipes-bsp/u-boot/u-boot-toradex_2015.04.bb | 7 + .../kernel-module-mcc-toradex_1.06+toradex.bb | 20 -- .../kernel-module-mcc-toradex_1.06+toradex2.bb | 20 ++ recipes-kernel/linux/linux-toradex-3.18/defconfig | 247 ------------------ recipes-kernel/linux/linux-toradex-4.0/defconfig | 278 +++++++++++++++++++++ recipes-kernel/linux/linux-toradex_3.18.bb | 13 - recipes-kernel/linux/linux-toradex_4.0.bb | 13 + 8 files changed, 318 insertions(+), 287 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 delete mode 100644 recipes-kernel/kernel-module-mcc-toradex/kernel-module-mcc-toradex_1.06+toradex.bb create mode 100644 recipes-kernel/kernel-module-mcc-toradex/kernel-module-mcc-toradex_1.06+toradex2.bb delete mode 100644 recipes-kernel/linux/linux-toradex-3.18/defconfig create mode 100644 recipes-kernel/linux/linux-toradex-4.0/defconfig delete mode 100644 recipes-kernel/linux/linux-toradex_3.18.bb create mode 100644 recipes-kernel/linux/linux-toradex_4.0.bb -- 1.9.3