ti33x.inc: add NM_TARGET and add it to MACHINEOVERRIDES
BugzID: 67825 Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
parent
1faf92f794
commit
1c88d5b97a
|
|
@ -40,3 +40,8 @@ UBI_VOLNAME = "rootfs"
|
|||
|
||||
# List common SoC features, may need to add touchscreen for specific machines
|
||||
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx"
|
||||
|
||||
|
||||
NM_TARGET = "netbird"
|
||||
NM_ARCH = "arm"
|
||||
MACHINEOVERRIDES =. "${NM_TARGET}:"
|
||||
|
|
|
|||
Loading…
Reference in New Issue