blob: 6215aefa1b5689fe76ddc970f21747cfebd73429 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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-swig \
nativesdk-wayland \
"
|