blob: 9060c3d7a1c56087868382aa1f798c4ae5eb4d00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright (C) 2019 Garmin Ltd. or its subsidiaries
# Released under the MIT license (see COPYING.MIT for the terms)
require ${COREBASE}/meta/recipes-core/images/core-image-minimal.bb
# Other recipes that should be tested as part of the SDK in case some one wants
# to include them
TOOLCHAIN_HOST_TASK += "\
nativesdk-curl \
nativesdk-dbus \
nativesdk-dtc \
nativesdk-libarchive \
nativesdk-ninja \
nativesdk-swig \
nativesdk-wayland \
"
|