summaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-arago-toolchain-target.bb
blob: 496910e368b8cb5a865d21a3460f3bb6b0041708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
DESCRIPTION = "Target packages for a standalone Arago SDK or external toolchain"
ALLOW_EMPTY = "1"
PR = "r3"

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} = "\
    alsa-dev \
    alsa-lib-dev \
    alsa-utils-dev \
    curl-dev \
    e2fsprogs-dev \
    i2c-tools-dev \
    freetype-dev \
    jpeg-dev \
    lzo-dev \
    libopkg-dev \
    libpng-dev \
    readline-dev \
    libts-dev \
    libusb-compat-dev \
    libusb1-dev \
    libvolume-id-dev \
    zlib-dev \
    mtd-utils-dev \
    ncurses-dev \
    opkg-dev \
    sysvinit-dev \
    "