mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 06:18:22 +01:00
update defconfig and kernel recipe
This commit is contained in:
parent
2f4ba4cd79
commit
f0e0de4099
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -6,7 +6,7 @@ KERNEL_IMAGETYPE = "uImage"
|
||||
|
||||
COMPATIBLE_MACHINE = "(mele|olinuxino-a13|cubieboard)"
|
||||
|
||||
PR = "8"
|
||||
PR = "9"
|
||||
|
||||
PV = "3.0.76"
|
||||
# Last tested version by myself"
|
||||
@ -23,7 +23,6 @@ SRC_URI += "git://github.com/linux-sunxi/linux-sunxi.git;branch=sunxi-3.0;protoc
|
||||
file://aufs_type.h \
|
||||
file://defconfig \
|
||||
file://spdif.conf \
|
||||
file://screen.conf \
|
||||
file://sata.conf \
|
||||
file://wifi.conf \
|
||||
"
|
||||
@ -44,7 +43,6 @@ do_package_prepend() {
|
||||
do_install_append () {
|
||||
install -d ${D}${sysconfdir}/modules-load.d
|
||||
install -m 0755 ${WORKDIR}/spdif.conf ${D}${sysconfdir}/modules-load.d/spdif.conf
|
||||
install -m 0755 ${WORKDIR}/screen.conf ${D}${sysconfdir}/modules-load.d/screen.conf
|
||||
install -m 0755 ${WORKDIR}/sata.conf ${D}${sysconfdir}/modules-load.d/sata.conf
|
||||
install -m 0755 ${WORKDIR}/wifi.conf ${D}${sysconfdir}/modules-load.d/wifi.conf
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user