[Angstrom-devel] [PATCH] beagleboard images: Initial recipes for BeagleBoard release images
Joel A Fernandes
joelagnel at ti.com
Thu Sep 8 05:26:21 CEST 2011
These recipes are used to build release images for the BeagleBoard community using the sdcard_image class in meta-ti
Signed-off-by: Joel A Fernandes <joelagnel at ti.com>
---
recipes-angstrom/images/beagleboard-gnome-image.bb | 14 ++++++++
recipes-angstrom/images/beagleboard-image.bb | 34 ++++++++++++++++++++
2 files changed, 48 insertions(+), 0 deletions(-)
create mode 100644 recipes-angstrom/images/beagleboard-gnome-image.bb
create mode 100644 recipes-angstrom/images/beagleboard-image.bb
diff --git a/recipes-angstrom/images/beagleboard-gnome-image.bb b/recipes-angstrom/images/beagleboard-gnome-image.bb
new file mode 100644
index 0000000..ff7d225
--- /dev/null
+++ b/recipes-angstrom/images/beagleboard-gnome-image.bb
@@ -0,0 +1,14 @@
+require beagleboard-image.bb
+
+PR = "r2"
+
+IMAGE_INSTALL += " \
+ angstrom-task-gnome \
+ task-xserver \
+ vim \
+ alsa-tools \
+ alsa-utils \
+"
+
+export IMAGE_BASENAME = "beagleboard-gnome-image"
+
diff --git a/recipes-angstrom/images/beagleboard-image.bb b/recipes-angstrom/images/beagleboard-image.bb
new file mode 100644
index 0000000..319cf8b
--- /dev/null
+++ b/recipes-angstrom/images/beagleboard-image.bb
@@ -0,0 +1,34 @@
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
+
+IMAGE_PREPROCESS_COMMAND = "rootfs_update_timestamp"
+
+IMAGE_INSTALL += " \
+ angstrom-task-boot \
+ angstrom-zeroconf-audio \
+ rsyslog \
+ dropbear-systemd openssh-sftp \
+ e2fsprogs-e2fsck e2fsprogs-blkid \
+ avahi-daemon avahi-utils avahi-systemd \
+ ${CONMANPKGS} \
+ systemd-compat-units \
+ cpufrequtils \
+ beagleboard-test-scripts \
+ gstreamer-ti \
+ ti-dmai-apps \
+ u-boot \
+ x-load \
+ htop \
+"
+
+CONMANPKGS = "connman connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi connman-systemd"
+CONMANPKGS_libc-uclibc = ""
+
+IMAGE_DEV_MANAGER = "udev"
+IMAGE_INITSCRIPTS = " "
+IMAGE_INIT_MANAGER = "systemd"
+IMAGE_LOGIN_MANAGER = "tinylogin shadow"
+
+export IMAGE_BASENAME = "beagleboard-image"
+
+inherit sdcard_image
--
1.7.0.4
More information about the Angstrom-distro-devel
mailing list