blob: 3c6c2b95387e2b58a77d1cd46360145b52743a17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "Target packages for a standalone Arago SDK or external toolchain"
ALLOW_EMPTY = "1"
PR = "r24"
PACKAGES = "${PN}"
# Stuff contained in this SDK is largely taken from task-sdk-base.bb.
# This is a starting point, and nothing more at present -- please fill
# this out with a reasonable set of development tools for a Arago image.
# Also feel free to remove stuff that's silly.
RDEPENDS_${PN} = "\
task-arago-toolchain-dvsdk-target \
gstreamer-dev \
gstreamer-ti-dev \
"
|