mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 14:28:22 +01:00
0192226c66
Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
25 lines
601 B
BlitzBasic
25 lines
601 B
BlitzBasic
require recipes-kernel/linux/linux.inc
|
|
|
|
COMPATIBLE_MACHINE = "allwinner-a10"
|
|
|
|
DESCRIPTION = "Linux kernel for Allwinner A10 boards"
|
|
KERNEL_IMAGETYPE = "uImage"
|
|
|
|
#DEFAULT_PREFERENCE = "-99"
|
|
|
|
PV = "3.0.8+"
|
|
SRCREV_pn-${PN} = "5080a650d1c91e6da2f29d4480bbf7e44b08cfad"
|
|
|
|
FILESEXTRAPATHS := "${THISDIR}/${PN}-git"
|
|
|
|
# The main PR is now using MACHINE_KERNEL_PR
|
|
MACHINE_KERNEL_PR_append = "a"
|
|
|
|
SRC_URI += "git://github.com/amery/linux-allwinner.git;protocol=git;branch=lichee-3.0.8-sun4i \
|
|
\
|
|
file://csi/3.0.8-fix-csi-inline.patch \
|
|
file://defconfig"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|