set default preference to mainline kernel

Signed-off-by: Jens Lucius info@jenslucius.com
This commit is contained in:
Jens Lucius 2016-03-01 14:42:15 +01:00
parent 50aaadc70d
commit a5a6479522

View File

@ -14,7 +14,7 @@ RDEPENDS_kernel-base += "kernel-devicetree"
# Default is to use stable kernel version
# If you want to use latest git version set to "1"
DEFAULT_PREFERENCE = "1"
DEFAULT_PREFERENCE = "-1"
KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"