diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-09-28 21:59:39 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-10-03 19:48:59 +0000 |
commit | f399150c4e6bc9de6172cb0c45a130edf10643dc (patch) | |
tree | 0d8a517961374cc8779c11261a89086458c80f2a /meta-agl-bsp/meta-sifive/recipes-kernel/linux/linux-sifive_%.bbappend | |
parent | 456721b521cc789fc8318137c260d95a8459df96 (diff) |
meta-agl: sifive unmatched: add radeon drivers for gfx
Add the amd / radeon drivers for pci-e gfx support.
Bug-AGL: SPEC-4909
Change-Id: I91e17f378a84dd7ab767495352c289e4e6ba3fa6
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29252
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Diffstat (limited to 'meta-agl-bsp/meta-sifive/recipes-kernel/linux/linux-sifive_%.bbappend')
-rw-r--r-- | meta-agl-bsp/meta-sifive/recipes-kernel/linux/linux-sifive_%.bbappend | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-sifive/recipes-kernel/linux/linux-sifive_%.bbappend b/meta-agl-bsp/meta-sifive/recipes-kernel/linux/linux-sifive_%.bbappend new file mode 100644 index 000000000..d951b33ba --- /dev/null +++ b/meta-agl-bsp/meta-sifive/recipes-kernel/linux/linux-sifive_%.bbappend @@ -0,0 +1,6 @@ +require recipes-kernel/linux/linux-agl.inc + +FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" + +# enable AMDgpu +AGL_KCONFIG_FRAGMENTS += "radeon.cfg" |