summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-hierofalcon_4.1.bb
blob: 39c40dd915c6aa45b09f41aff50c6a065f2d0045 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
DESCRIPTION = "Linux kernel for AMD Hierofalcon Cortex-A57"
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-hierofalcon-4.1:"

COMPATIBLE_MACHINE = "hierofalcon*"

require linux.inc

MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}"
PR = "${MACHINE_KERNEL_PR}"

SRCREV = "4e30e64c44df9e59bd13239951bb8d2b5b276e6f"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1;branch="standard/qemuarm64" \
           file://02-41-Hierofalcon-Enable-32-bit-EL0-with-64K-and-4K-page-s.patch \
           file://03-arm64-don-t-set-READ_IMPLIES_EXEC-for-EM_AARCH64-ELF.patch \
           file://412-1-styx-linux-tracking.git-2a3f98071e81b66033f6272f6c632023d1dcb1d2.patch \
           file://412-2-styx-linux-tracking.git-390adff766de2d7117ec666674d114dfd5b5a911.patch \
           file://412-3-styx-linux-tracking.git-427c918b150e5f9c25ea36b3d640e511a08abb5f.patch \
           file://412-4-styx-linux-tracking.git-d1072e3d950aa6e348313a31395091003611f794.patch \
           file://412-5-styx-linux-tracking.git-2a80b31ff435cd274a61d685a4861bf0da461c90.patch \
           file://412-6-styx-linux-tracking.git-1c9b07fb461d87b41854fef3a07fff65e0d95113.patch \
           file://412-7-styx-linux-tracking.git-f9a9d954f23b967cd26338afda9a0a96afe62c25.patch \
           file://412-styx-Fix-build-issues-after-porting-PCI-patches-to-4.1.2-.patch \
           file://defconfig \
           file://keys-CVE-2015-1333.patch \
           file://RDS-CVE-2015-6937.patch \
           file://RDS-CVE-2015-7990-a-complete-fix-of-CVE-2015-6937.patch \
           file://md-CVE-2015-5697.patch \
           file://vhost-CVE-2015-6252.patch \
           file://usb-whiteheat-CVE-2015-5257.patch \
           file://security-keys-CVE-2016-0728.patch \
           file://vfs-CVE-2015-2925.patch \
           file://dcache-CVE-2015-2925.patch \
           file://virtio-net-CVE-2015-5156.patch \
           file://ipc-CVE-2015-7613.patch \
           file://net-unix-CVE-2013-7446.patch \
           file://usb-CVE-2015-8816.patch \
           file://bpf-CVE-2016-2383.patch \
           file://ALSA-CVE-2016-2546.patch \
           file://Btrfs-CVE-2015-8374.patch \
           file://ALSA-CVE-2016-2384.patch \
           "

S = "${WORKDIR}/git"

DEPENDS += "libgcc"