From f87656f2ff59bdbc17af4dbf4a4dc6dc4669c5bc Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 1 Oct 2011 20:41:29 +0200 Subject: [PATCH] hardware-bringup-image: as the name says an image to aid in hw bringup Signed-off-by: Koen Kooi --- .../images/hardware-bringup-image.bb | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 recipes-angstrom/images/hardware-bringup-image.bb diff --git a/recipes-angstrom/images/hardware-bringup-image.bb b/recipes-angstrom/images/hardware-bringup-image.bb new file mode 100644 index 0000000..df3ae69 --- /dev/null +++ b/recipes-angstrom/images/hardware-bringup-image.bb @@ -0,0 +1,35 @@ +# Image for assisting in hardware bringup + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" + +IMAGE_PREPROCESS_COMMAND = "rootfs_update_timestamp" + + +IMAGE_INSTALL += " \ + angstrom-task-boot \ + rsyslog \ + dropbear-systemd openssh-sftp \ + e2fsprogs-e2fsck e2fsprogs-blkid \ + avahi-daemon avahi-utils avahi-systemd \ + ${CONMANPKGS} \ + systemd-compat-units \ + cpufrequtils \ + htop \ + usbutils \ + i2c-tools \ + alsa-utils \ + devmem2 \ + iw \ +" +CONMANPKGS = "connman connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi connman-systemd" +CONMANPKGS_libc-uclibc = "" + +IMAGE_DEV_MANAGER = "udev" +IMAGE_INIT_MANAGER = "systemd" +IMAGE_INITSCRIPTS = " " +IMAGE_LOGIN_MANAGER = "tinylogin shadow" + +export IMAGE_BASENAME = "hw-bringup" + +inherit image