mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-16 10:18:23 +01:00
Mention that devicetree needs to be disabled for old kernel
This commit is contained in:
parent
b88a5c62f1
commit
3aec777673
@ -26,9 +26,10 @@ If you want to switch back to sunxi versions for some reasons (no device tree av
|
|||||||
- change the file conf/machine/include/sunxi.inc to include the following block
|
- change the file conf/machine/include/sunxi.inc to include the following block
|
||||||
- edit your conf/local.conf to add the following block
|
- edit your conf/local.conf to add the following block
|
||||||
|
|
||||||
PREFERRED_PROVIDER_u-boot="u-boot-sunxi"
|
PREFERRED_PROVIDER_u-boot="u-boot-sunxi"
|
||||||
PREFERRED_PROVIDER_virtual/bootloader="u-boot-sunxi"
|
PREFERRED_PROVIDER_virtual/bootloader="u-boot-sunxi"
|
||||||
PREFERRED_PROVIDER_virtual/kernel="linux-sunxi"
|
PREFERRED_PROVIDER_virtual/kernel="linux-sunxi"
|
||||||
|
KERNEL_DEVICETREE = ""
|
||||||
|
|
||||||
If you already have built the mainline versions it might be necessary to reset the build directories with:
|
If you already have built the mainline versions it might be necessary to reset the build directories with:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user