mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 06:18:22 +01:00
Fix kernel version number and cleanup package
This commit is contained in:
parent
e46a72cf39
commit
a4f0732c12
@ -6,11 +6,11 @@ KERNEL_IMAGETYPE = "uImage"
|
||||
|
||||
COMPATIBLE_MACHINE = "(mele|olinuxino-a13|cubieboard)"
|
||||
|
||||
PR = "9"
|
||||
PR = "10"
|
||||
|
||||
PV = "3.0.76"
|
||||
PV = "3.4.61"
|
||||
# Last tested version by myself"
|
||||
SRCREV_pn-${PN} = "1e8c5d75335e679f11f9b291be1f3b056f367db9"
|
||||
SRCREV_pn-${PN} = "9ee9fc5f0988df5677f0f142b5b88a8988d283d7"
|
||||
|
||||
MACHINE_KERNEL_PR_append = "a"
|
||||
|
||||
@ -24,10 +24,6 @@ SRC_URI += "git://github.com/linux-sunxi/linux-sunxi.git;branch=sunxi-3.4;protoc
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
do_package_prepend() {
|
||||
|
||||
}
|
||||
|
||||
do_install_append () {
|
||||
install -d ${D}${sysconfdir}/modules-load.d
|
||||
install -m 0755 ${WORKDIR}/spdif.conf ${D}${sysconfdir}/modules-load.d/screen.conf
|
||||
@ -36,6 +32,4 @@ do_install_append () {
|
||||
install -m 0755 ${WORKDIR}/wifi.conf ${D}${sysconfdir}/modules-load.d/wifi.conf
|
||||
}
|
||||
|
||||
#addtask copy_aufs after do_unpack before do_patch
|
||||
|
||||
INSANE_SKIP_kernel-dev = "debug-files debug-deps arch"
|
||||
|
Loading…
Reference in New Issue
Block a user