blob: 241a58dba4a2174f7580cdbf213c745a683f4919 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Hack to override stuff in meta-ti
# This file is included in our conf/layer.conf , i.e. HACK²
# meta-ti-bsp/conf/machine/include/k3.inc
# With "sdimage-2part-efi.wks" my builds do not boot, no serial output at
# all
WKS_FILE:k3 = "sdimage-2part.wks"
MACHINE_EXTRA_RRECOMMENDS:append:am62xx = " ti-img-rogue-umlibs kernel-modules"
PREFERRED_PROVIDER_virtual/dtb:am62xx = "device-tree-overlays-ti"
|