summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-11-13 22:55:48 -0800
committerKhem Raj <raj.khem@gmail.com>2015-11-13 22:55:48 -0800
commit1acb189203c5a0e02f6f4b739a00e7d124346806 (patch)
treefe6da862feac3fb971271ee3a6ab91490494418f
parent2ba2ed062239cb5c151d938eae4cee81ecfd395b (diff)
parent5b4179f3919de559a202d9c2171b1062feb2e24a (diff)
downloadmeta-altera-1acb189203c5a0e02f6f4b739a00e7d124346806.tar.gz
Merge pull request #5 from dwesterg/master
Change uboot git repo to new github location
-rwxr-xr-xrecipes-bsp/u-boot/u-boot-socfpga.inc2
-rw-r--r--recipes-kernel/linux/linux-altera-dev.bb3
-rw-r--r--recipes-kernel/linux/linux-altera-ltsi-dev.bb7
-rw-r--r--recipes-kernel/linux/linux-altera-ltsi-rt_3.10.bb2
-rw-r--r--recipes-kernel/linux/linux-altera-ltsi_3.10.bb2
-rw-r--r--recipes-kernel/linux/linux-altera_4.0.bb2
-rw-r--r--recipes-kernel/linux/linux-altera_4.1.bb2
-rw-r--r--recipes-kernel/linux/linux-altera_4.2.bb2
8 files changed, 21 insertions, 1 deletions
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=""
10 10
11# the following variables can be passed from the env 11# the following variables can be passed from the env
12# using BB_ENV_WHITELIST to override the defaults 12# using BB_ENV_WHITELIST to override the defaults
13UBOOT_REPO ?= "git://git.rocketboards.org/u-boot-socfpga.git" 13UBOOT_REPO ?= "git://github.com/altera-opensource/u-boot-socfpga.git"
14UBOOT_BRANCH ?= "socfpga_v${PV}" 14UBOOT_BRANCH ?= "socfpga_v${PV}"
15UBOOT_PROT ?= "http" 15UBOOT_PROT ?= "http"
16UBOOT_TAG ?= "${AUTOREV}" 16UBOOT_TAG ?= "${AUTOREV}"
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 @@
1LINUX_VERSION = "4.2"
2
3include 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 @@
1LINUX_VERSION = "3.10"
2LINUX_VERSION_SUFFIX = "-ltsi"
3
4KERNEL_DEVICETREE_cyclone5 ?= "socfpga_cyclone5.dtb"
5KERNEL_DEVICETREE_arria5 ?= "socfpga_arria5.dtb"
6
7include 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 @@
1LINUX_VERSION = "3.10" 1LINUX_VERSION = "3.10"
2LINUX_VERSION_SUFFIX = "-ltsi-rt" 2LINUX_VERSION_SUFFIX = "-ltsi-rt"
3 3
4SRCREV = "ef8b7fee9f81be67c97e461aa138a1b066f5e0a4"
5
4KERNEL_DEVICETREE_cyclone5 ?= "socfpga_cyclone5.dtb" 6KERNEL_DEVICETREE_cyclone5 ?= "socfpga_cyclone5.dtb"
5KERNEL_DEVICETREE_arria5 ?= "socfpga_arria5.dtb" 7KERNEL_DEVICETREE_arria5 ?= "socfpga_arria5.dtb"
6 8
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 @@
1LINUX_VERSION = "3.10" 1LINUX_VERSION = "3.10"
2LINUX_VERSION_SUFFIX = "-ltsi" 2LINUX_VERSION_SUFFIX = "-ltsi"
3 3
4SRCREV = "bcf9c6441ec6e785ec1c829b4650a582b5e7559e"
5
4KERNEL_DEVICETREE_cyclone5 ?= "socfpga_cyclone5.dtb" 6KERNEL_DEVICETREE_cyclone5 ?= "socfpga_cyclone5.dtb"
5KERNEL_DEVICETREE_arria5 ?= "socfpga_arria5.dtb" 7KERNEL_DEVICETREE_arria5 ?= "socfpga_arria5.dtb"
6 8
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 @@
1LINUX_VERSION = "4.0" 1LINUX_VERSION = "4.0"
2 2
3SRCREV = "5d36469775e2b77a33e778d1b606edfc5ed13bd4"
4
3include linux-altera.inc 5include 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 @@
1LINUX_VERSION = "4.1" 1LINUX_VERSION = "4.1"
2 2
3SRCREV = "186070d46805086fe9b46d95ac6d0e257203e5a4"
4
3include linux-altera.inc 5include 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 @@
1LINUX_VERSION = "4.2" 1LINUX_VERSION = "4.2"
2 2
3SRCREV = "e7c206510d7606d38f71ad70bad377e390734958"
4
3include linux-altera.inc 5include linux-altera.inc