summaryrefslogtreecommitdiff
path: root/recipes/tasks/task-arago-toolchain-target.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tasks/task-arago-toolchain-target.bb')
-rw-r--r--recipes/tasks/task-arago-toolchain-target.bb35
1 files changed, 35 insertions, 0 deletions
diff --git a/recipes/tasks/task-arago-toolchain-target.bb b/recipes/tasks/task-arago-toolchain-target.bb
new file mode 100644
index 0000000000..e22ac2be03
--- /dev/null
+++ b/recipes/tasks/task-arago-toolchain-target.bb
@@ -0,0 +1,35 @@
+DESCRIPTION = "Target packages for a standalone Arago SDK or external toolchain"
+ALLOW_EMPTY = "1"
+PR = "r2"
+
+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-libs-dev \
+ i2c-tools-dev \
+ freetype-dev \
+ jpeg-dev \
+ lzo-dev \
+ libopkg-dev \
+ libpng-dev \
+ libpng12-dev \
+ readline-dev \
+ libts-dev \
+ libusb-compat-dev \
+ libusb1-dev \
+ libvolume-id-dev \
+ zlib-dev \
+ mtd-utils-dev \
+ ncurses-dev \
+ opkg-nogpg-dev \
+ sysvinit-dev \
+ "