mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-16 10:18:23 +01:00
linux-h616: Add kernel that supports OPi Zero 2
Signed-off-by: Jacek Skarzyński <skarzynski.jacek@gmail.com>
This commit is contained in:
parent
eb9cbc7cf4
commit
05afdd62e0
20
recipes-kernel/linux/linux-h616.bb
Normal file
20
recipes-kernel/linux/linux-h616.bb
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
SECTION = "kernel"
|
||||||
|
LICENSE = "GPLv2"
|
||||||
|
|
||||||
|
inherit kernel
|
||||||
|
|
||||||
|
DESCRIPTION = "Linux kernel for Allwinner H616 processor"
|
||||||
|
|
||||||
|
COMPATIBLE_MACHINE = "(sun50i-h616)"
|
||||||
|
|
||||||
|
SRCREV = "c465e81f8859832ee06c97d1b8f70dbfdced1c23"
|
||||||
|
|
||||||
|
SRC_URI += "git://github.com/apritzel/linux.git;branch=h616-v13;protocol=https \
|
||||||
|
"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
KMACHINE ?= "${MACHINE}"
|
||||||
|
KCONFIG_MODE ?= "alldefconfig"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user