Skip to content

Commit

Permalink
linux-yocto: added amdgpu and nouveau drivers by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-0x7C6 committed Jan 21, 2020
1 parent 46ad447 commit 7407e2f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions recipes-kernel/linux/linux-yocto/amdgpu.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_DRM_AMDGPU=m
1 change: 1 addition & 0 deletions recipes-kernel/linux/linux-yocto/nouveau.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_DRM_NOUVEAU=m
6 changes: 6 additions & 0 deletions recipes-kernel/linux/linux-yocto_%.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:"

SRC_URI_append = " \
file://amdgpu.cfg \
file://nouveau.cfg \
"

0 comments on commit 7407e2f

Please sign in to comment.