summaryrefslogtreecommitdiffstats
path: root/meta-security/recipes-test
AgeCommit message (Expand)AuthorFilesLines
berrypi/recipes-kernel?h=17.90.0&id=d5a2cea5084f4af88012aca2a8a548e730ec1989'>recipes-kernel/linux/linux-raspberrypi_4.19.bbappend
blob: 7f17f0c3f881423a60982b315d1830b5399266ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
require recipes-kernel/linux/linux-agl-4.19.inc

ENABLE_UART_raspberrypi4 = "1"

FILESEXTRAPATHS_prepend := "${THISDIR}/files:"


# For Xen

SRC_URI_append =" \
    ${@bb.utils.contains('AGL_XEN_WANTED','1','file://0002-Disable-DMA-in-sdhci-driver.patch','',d)} \
"

SRC_URI_append =" \
    ${@bb.utils.contains('AGL_XEN_WANTED','1','file://0003-Fix-PCIe-in-dom0-for-RPi4.patch','',d)} \
"

SRC_URI_append = " \
    ${@bb.utils.contains('AGL_XEN_WANTED','1','file://xen-be.cfg','',d)} \
"