From c6f67d8e4efe3f282f5fb3a27f71de62529503ec Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 22 Dec 2016 15:26:41 +0100 Subject: u-boot/kernel: update version string to 2.7 While at it consistently use a lower case 'v' as with U-Boot and kernel in meta-toradex-nxp. Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb | 2 +- recipes-bsp/u-boot/u-boot-toradex_git.bb | 2 +- recipes-kernel/linux/linux-toradex-mainline_4.9.bb | 2 +- recipes-kernel/linux/linux-toradex_3.10.40.bb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb index 9d14574..740c40f 100644 --- a/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb +++ b/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb @@ -25,7 +25,7 @@ SRC_URI_append_tegra3 = " file://fw_unlock_mmc.sh \ SRC_URI_append_tegra124 = " file://fw_unlock_mmc.sh \ " -PV = "v2016.11-v2.6.2b1+git${SRCPV}" +PV = "v2016.11-v2.7b1+git${SRCPV}" S = "${WORKDIR}/git" diff --git a/recipes-bsp/u-boot/u-boot-toradex_git.bb b/recipes-bsp/u-boot/u-boot-toradex_git.bb index 52be5dd..5f9b004 100644 --- a/recipes-bsp/u-boot/u-boot-toradex_git.bb +++ b/recipes-bsp/u-boot/u-boot-toradex_git.bb @@ -20,7 +20,7 @@ SRCREV = "2cb59d1289cb7994c98f9c91f94ed7bd7b279d93" SRCBRANCH = "2016.11-toradex-next" SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=${SRCBRANCH}" -PV = "v2016.11-v2.6.2b1+git${SRCPV}" +PV = "v2016.11-v2.7b1+git${SRCPV}" # require u-boot-dtb-tegra.bin to be used UBOOT_IMAGE = "u-boot-dtb-tegra-${MACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" diff --git a/recipes-kernel/linux/linux-toradex-mainline_4.9.bb b/recipes-kernel/linux/linux-toradex-mainline_4.9.bb index b7face6..1d6ad91 100644 --- a/recipes-kernel/linux/linux-toradex-mainline_4.9.bb +++ b/recipes-kernel/linux/linux-toradex-mainline_4.9.bb @@ -10,7 +10,7 @@ require recipes-kernel/linux/linux-dtb.inc LINUX_VERSION ?= "4.9" LOCALVERSION = "-${PR}" -PR = "V2.6.2b1" +PR = "v2.7b1" PV = "${LINUX_VERSION}" S = "${WORKDIR}/linux-${PV}" diff --git a/recipes-kernel/linux/linux-toradex_3.10.40.bb b/recipes-kernel/linux/linux-toradex_3.10.40.bb index 7b88f4f..4467f18 100644 --- a/recipes-kernel/linux/linux-toradex_3.10.40.bb +++ b/recipes-kernel/linux/linux-toradex_3.10.40.bb @@ -11,7 +11,7 @@ LINUX_VERSION ?= "3.10.40" LOCALVERSION = "-${PR}" SRCREV = "774e3704de94c329d3319c30bb2fcade9a6a8dd9" -PR = "V2.6.2b1" +PR = "v2.7b1" PV = "${LINUX_VERSION}+gitr${SRCREV}" S = "${WORKDIR}/git" -- cgit v1.2.3