aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-arago-toolchain-dvsdk-target.bb
blob: a8d3884cb39e1f82a92fdeef911aa45e92adef67 (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 = "r18"
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-target \
#    kernel-source \
    "