summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <niwamatsu@users.noreply.github.com>2016-08-09 16:33:40 +0900
committerKhem Raj <raj.khem@gmail.com>2016-08-09 00:33:40 -0700
commit8c84696fa2c73eff5fa24536302f6c87d66a0610 (patch)
treeb4b0bc34ea96ecb1722b9cc154fdbd9692aaedc8
parent44091c32c52623c9db8c4bb5bdc2fb549c639c1a (diff)
downloadmeta-altera-8c84696fa2c73eff5fa24536302f6c87d66a0610.tar.gz
linux-altera: 4.4: fix wrong SRCREV (#36)
commit: 0e938a8fafccb73ad70781ed62abda2b554eafb4 is not included in socfpga-4.4 branch. Therefore, build of linux-altera_4.4 recipe will fail. This sets 84eb65f84ea7a15cd73766fb16e6a868dc7a734b is current HEAD of socfpga-4.4 to SRCREV. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.kw@hitachi.com>
-rw-r--r--recipes-kernel/linux/linux-altera_4.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-altera_4.4.bb b/recipes-kernel/linux/linux-altera_4.4.bb
index 07199eb..1db2d60 100644
--- a/recipes-kernel/linux/linux-altera_4.4.bb
+++ b/recipes-kernel/linux/linux-altera_4.4.bb
@@ -1,5 +1,5 @@
1LINUX_VERSION = "4.4" 1LINUX_VERSION = "4.4"
2 2
3SRCREV = "0e938a8fafccb73ad70781ed62abda2b554eafb4" 3SRCREV = "84eb65f84ea7a15cd73766fb16e6a868dc7a734b"
4 4
5include linux-altera.inc 5include linux-altera.inc