mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-16 10:18:23 +01:00
cddadc1f4b
Experimental feature to include DT overlays and custom boot args
12 lines
151 B
BlitzBasic
12 lines
151 B
BlitzBasic
|
|
DESCRIPTION = "Support for sunxi DT overlays"
|
|
LICENSE = "MIT"
|
|
|
|
|
|
SUNXI_OVERLAYS_ENABLE ??= ""
|
|
|
|
require sunxi-overlays-builtin.inc
|
|
|
|
inherit devicetree
|
|
|