summaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-arago-toolchain-gst-target.bb
blob: ced17084c62c79ae958f79e24c05a99f418c3e6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Target packages for a standalone Arago SDK or external toolchain"
ALLOW_EMPTY = "1"
PR = "r24"
EXCLUDE_FROM_WORLD = "1"

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 \
    "