mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 06:18:22 +01:00
kernel: don´t set default to mainline
This commit is contained in:
parent
b10c844cb2
commit
55b9d9ae5e
@ -5,11 +5,11 @@ XSERVER = "xserver-xorg \
|
||||
xf86-input-mouse \
|
||||
xf86-input-keyboard"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-mainline"
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux"
|
||||
PREFERRED_VERSION_linux-sunxi ?= "3.4.%"
|
||||
PREFERRED_VERSION_linux-libc-headers = "3.4.61"
|
||||
PREFERRED_PROVIDER_u-boot = "u-boot-mainline"
|
||||
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-mainline"
|
||||
PREFERRED_PROVIDER_u-boot = "u-boot"
|
||||
PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
|
||||
|
||||
KERNEL_IMAGETYPE = "uImage"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user