mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 06:18:22 +01:00
19 lines
449 B
BlitzBasic
19 lines
449 B
BlitzBasic
|
require linux.inc
|
||
|
|
||
|
DESCRIPTION = "Linux kernel for Allwinner a10 processors"
|
||
|
|
||
|
KERNEL_IMAGETYPE = "uImage"
|
||
|
|
||
|
COMPATIBLE_MACHINE = "(allwinner-a10)"
|
||
|
|
||
|
PV = "3.0.42"
|
||
|
# Last tested version by myself"
|
||
|
SRCREV_pn-${PN} = "dd7756788a5736c9ecda79669cb39f9062af7aeb"
|
||
|
|
||
|
MACHINE_KERNEL_PR_append = "a"
|
||
|
|
||
|
SRC_URI += "git://github.com/amery/linux-allwinner.git;branch=allwinner-v3.0-android-v2;protocol=git \
|
||
|
file://defconfig \
|
||
|
"
|
||
|
|
||
|
S = "${WORKDIR}/git"
|