From 223960bda1a01ad1a3fccb2b6e69fca122efdba7 Mon Sep 17 00:00:00 2001 From: Dalon Westergreen Date: Fri, 13 Nov 2015 17:24:01 -0800 Subject: Change uboot git repo to new github location --- recipes-bsp/u-boot/u-boot-socfpga.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-socfpga.inc b/recipes-bsp/u-boot/u-boot-socfpga.inc index a8e5728..39d9343 100755 --- a/recipes-bsp/u-boot/u-boot-socfpga.inc +++ b/recipes-bsp/u-boot/u-boot-socfpga.inc @@ -10,7 +10,7 @@ PACKAGES="" # the following variables can be passed from the env # using BB_ENV_WHITELIST to override the defaults -UBOOT_REPO ?= "git://git.rocketboards.org/u-boot-socfpga.git" +UBOOT_REPO ?= "git://github.com/altera-opensource/u-boot-socfpga.git" UBOOT_BRANCH ?= "socfpga_v${PV}" UBOOT_PROT ?= "http" UBOOT_TAG ?= "${AUTOREV}" -- cgit v1.2.3-54-g00ecf From 5b4179f3919de559a202d9c2171b1062feb2e24a Mon Sep 17 00:00:00 2001 From: Dalon Westergreen Date: Fri, 13 Nov 2015 20:52:38 -0800 Subject: Set SRCREV for all kernel versions and add dev versions to follow AUTOREV --- recipes-kernel/linux/linux-altera-dev.bb | 3 +++ recipes-kernel/linux/linux-altera-ltsi-dev.bb | 7 +++++++ recipes-kernel/linux/linux-altera-ltsi-rt_3.10.bb | 2 ++ recipes-kernel/linux/linux-altera-ltsi_3.10.bb | 2 ++ recipes-kernel/linux/linux-altera_4.0.bb | 2 ++ recipes-kernel/linux/linux-altera_4.1.bb | 2 ++ recipes-kernel/linux/linux-altera_4.2.bb | 2 ++ 7 files changed, 20 insertions(+) create mode 100644 recipes-kernel/linux/linux-altera-dev.bb create mode 100644 recipes-kernel/linux/linux-altera-ltsi-dev.bb diff --git a/recipes-kernel/linux/linux-altera-dev.bb b/recipes-kernel/linux/linux-altera-dev.bb new file mode 100644 index 0000000..482c219 --- /dev/null +++ b/recipes-kernel/linux/linux-altera-dev.bb @@ -0,0 +1,3 @@ +LINUX_VERSION = "4.2" + +include linux-altera.inc diff --git a/recipes-kernel/linux/linux-altera-ltsi-dev.bb b/recipes-kernel/linux/linux-altera-ltsi-dev.bb new file mode 100644 index 0000000..33c7d4c --- /dev/null +++ b/recipes-kernel/linux/linux-altera-ltsi-dev.bb @@ -0,0 +1,7 @@ +LINUX_VERSION = "3.10" +LINUX_VERSION_SUFFIX = "-ltsi" + +KERNEL_DEVICETREE_cyclone5 ?= "socfpga_cyclone5.dtb" +KERNEL_DEVICETREE_arria5 ?= "socfpga_arria5.dtb" + +include linux-altera.inc diff --git a/recipes-kernel/linux/linux-altera-ltsi-rt_3.10.bb b/recipes-kernel/linux/linux-altera-ltsi-rt_3.10.bb index 6897a28..56dfb74 100644 --- a/recipes-kernel/linux/linux-altera-ltsi-rt_3.10.bb +++ b/recipes-kernel/linux/linux-altera-ltsi-rt_3.10.bb @@ -1,6 +1,8 @@ LINUX_VERSION = "3.10" LINUX_VERSION_SUFFIX = "-ltsi-rt" +SRCREV = "ef8b7fee9f81be67c97e461aa138a1b066f5e0a4" + KERNEL_DEVICETREE_cyclone5 ?= "socfpga_cyclone5.dtb" KERNEL_DEVICETREE_arria5 ?= "socfpga_arria5.dtb" diff --git a/recipes-kernel/linux/linux-altera-ltsi_3.10.bb b/recipes-kernel/linux/linux-altera-ltsi_3.10.bb index 33c7d4c..baed678 100644 --- a/recipes-kernel/linux/linux-altera-ltsi_3.10.bb +++ b/recipes-kernel/linux/linux-altera-ltsi_3.10.bb @@ -1,6 +1,8 @@ LINUX_VERSION = "3.10" LINUX_VERSION_SUFFIX = "-ltsi" +SRCREV = "bcf9c6441ec6e785ec1c829b4650a582b5e7559e" + KERNEL_DEVICETREE_cyclone5 ?= "socfpga_cyclone5.dtb" KERNEL_DEVICETREE_arria5 ?= "socfpga_arria5.dtb" diff --git a/recipes-kernel/linux/linux-altera_4.0.bb b/recipes-kernel/linux/linux-altera_4.0.bb index c26248f..6679959 100644 --- a/recipes-kernel/linux/linux-altera_4.0.bb +++ b/recipes-kernel/linux/linux-altera_4.0.bb @@ -1,3 +1,5 @@ LINUX_VERSION = "4.0" +SRCREV = "5d36469775e2b77a33e778d1b606edfc5ed13bd4" + include linux-altera.inc diff --git a/recipes-kernel/linux/linux-altera_4.1.bb b/recipes-kernel/linux/linux-altera_4.1.bb index 4833c3e..5c557f7 100644 --- a/recipes-kernel/linux/linux-altera_4.1.bb +++ b/recipes-kernel/linux/linux-altera_4.1.bb @@ -1,3 +1,5 @@ LINUX_VERSION = "4.1" +SRCREV = "186070d46805086fe9b46d95ac6d0e257203e5a4" + include linux-altera.inc diff --git a/recipes-kernel/linux/linux-altera_4.2.bb b/recipes-kernel/linux/linux-altera_4.2.bb index 482c219..3c933d4 100644 --- a/recipes-kernel/linux/linux-altera_4.2.bb +++ b/recipes-kernel/linux/linux-altera_4.2.bb @@ -1,3 +1,5 @@ LINUX_VERSION = "4.2" +SRCREV = "e7c206510d7606d38f71ad70bad377e390734958" + include linux-altera.inc -- cgit v1.2.3-54-g00ecf