summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-hierofalcon_3.19.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_3.19.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_3.19.bb')
-rw-r--r--recipes-kernel/linux/linux-hierofalcon_3.19.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-hierofalcon_3.19.bb b/recipes-kernel/linux/linux-hierofalcon_3.19.bb
new file mode 100644
index 0000000..25eb602
--- /dev/null
+++ b/recipes-kernel/linux/linux-hierofalcon_3.19.bb
@@ -0,0 +1,25 @@
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 = "e152349de59b43b2a75f2c332b44171df461d5a0"
11SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19;branch="standard/qemuarm64" \
12 file://01-arm64-boot-BE-kernels-from-UEFI.patch \
13 file://02-319-Hierofalcon-Enable-32-bit-EL0-with-64K-and-4K-page-s.patch \
14 file://03-arm64-don-t-set-READ_IMPLIES_EXEC-for-EM_AARCH64-ELF.patch \
15 file://319-Hierofalcon-Update-xgbe-drivers-for-B0-board.patch \
16 file://defconfig \
17 "
18
19S = "${WORKDIR}/git"
20
21DEPENDS += "libgcc"
22
23INSANE_SKIP_${PN} += "installed-vs-shipped"
24INSANE_SKIP_kernel-dev += "debug-files"
25INSANE_SKIP_kernel-dev += "arch"