mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00
rock-pi-e: update preferred kernel
The latest updates to linux-yocto-dev now include support for the rock-pi-e so do away with our custom recipe and use the one from oe-core. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
parent
2cf5a03eaa
commit
2b58202db1
|
@ -7,7 +7,7 @@ require conf/machine/include/rk3328.inc
|
|||
|
||||
MACHINEOVERRIDES =. "rock-pi-e:"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-stable-bleeding"
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-dev"
|
||||
KERNEL_DEVICETREE = "rockchip/rk3328-rock-pi-e.dtb"
|
||||
MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"
|
||||
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
# the rock-pi-e is very new
|
||||
# it's exciting that support has already been added upstream
|
||||
# but it's so new that even linux-yocto-dev doesn't have it yet
|
||||
#
|
||||
# in time we should see the need for this recipe going away
|
||||
|
||||
inherit kernel
|
||||
require recipes-kernel/linux/linux-yocto.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
|
||||
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git"
|
||||
SRCREV = "c03c21ba6f4e95e406a1a7b4c34ef334b977c194"
|
||||
LINUX_VERSION = "5.11"
|
||||
LINUX_VERSION_EXTENSION = ""
|
||||
PV = "${LINUX_VERSION}"
|
||||
|
||||
COMPATIBLE_MACHINE_rock-pi-e = "rock-pi-e"
|
|
@ -9,6 +9,7 @@ COMPATIBLE_MACHINE_rock-pi-4 = "rock-pi-4"
|
|||
COMPATIBLE_MACHINE_nanopi-m4 = "nanopi-m4"
|
||||
COMPATIBLE_MACHINE_nanopi-m4-2gb = "nanopi-m4-2gb"
|
||||
COMPATIBLE_MACHINE_rock64 = "rock64"
|
||||
COMPATIBLE_MACHINE_rock-pi-e = "rock-pi-e"
|
||||
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user