summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-hierofalcon_4.1.bb
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:42:49 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:42:49 +0200
commit635d320abfa6dc3c0e1d00e3ceae567dd0e55a5b (patch)
treedcd42fafb9189d3be13ef3d95f9ce6f4f5cfa267 /recipes-kernel/linux/linux-hierofalcon_4.1.bb
downloadmeta-hierofalcon-635d320abfa6dc3c0e1d00e3ceae567dd0e55a5b.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'recipes-kernel/linux/linux-hierofalcon_4.1.bb')
-rw-r--r--recipes-kernel/linux/linux-hierofalcon_4.1.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-hierofalcon_4.1.bb b/recipes-kernel/linux/linux-hierofalcon_4.1.bb
new file mode 100644
index 0000000..a9159b1
--- /dev/null
+++ b/recipes-kernel/linux/linux-hierofalcon_4.1.bb
@@ -0,0 +1,27 @@
1DESCRIPTION = "Linux kernel for AMD Hierofalcon Cortex-A57"
2
3COMPATIBLE_MACHINE = "hierofalcon*"
4
5require linux.inc
6
7MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}"
8PR = "${MACHINE_KERNEL_PR}"
9
10SRCREV = "4e30e64c44df9e59bd13239951bb8d2b5b276e6f"
11SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1;branch="standard/qemuarm64" \
12 file://02-41-Hierofalcon-Enable-32-bit-EL0-with-64K-and-4K-page-s.patch \
13 file://03-arm64-don-t-set-READ_IMPLIES_EXEC-for-EM_AARCH64-ELF.patch \
14 file://412-1-styx-linux-tracking.git-2a3f98071e81b66033f6272f6c632023d1dcb1d2.patch \
15 file://412-2-styx-linux-tracking.git-390adff766de2d7117ec666674d114dfd5b5a911.patch \
16 file://412-3-styx-linux-tracking.git-427c918b150e5f9c25ea36b3d640e511a08abb5f.patch \
17 file://412-4-styx-linux-tracking.git-d1072e3d950aa6e348313a31395091003611f794.patch \
18 file://412-5-styx-linux-tracking.git-2a80b31ff435cd274a61d685a4861bf0da461c90.patch \
19 file://412-6-styx-linux-tracking.git-1c9b07fb461d87b41854fef3a07fff65e0d95113.patch \
20 file://412-7-styx-linux-tracking.git-f9a9d954f23b967cd26338afda9a0a96afe62c25.patch \
21 file://412-styx-Fix-build-issues-after-porting-PCI-patches-to-4.1.2-.patch \
22 file://defconfig \
23 "
24
25S = "${WORKDIR}/git"
26
27DEPENDS += "libgcc"