summaryrefslogtreecommitdiffstats
path: root/images/fsl-toolchain.bb
blob: 9100810dbbd82ac79d370a0ad04f8fe45d737413 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PR = "r1"

require fsl-toolchain-bare.bb

TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-${DISTRO_VERSION}"
TOOLCHAIN_TARGET_TASK += " \
	glib-2.0 \
	dtc \
	libgomp \
	libgomp-dev \
	"

TOOLCHAIN_HOST_TASK += " \
	dtc-nativesdk \
	"