diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-09 20:15:16 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-09 20:15:16 +0200 |
commit | 6f10600ca7c70d6e987f1e0d3a8f9560e52d5b01 (patch) | |
tree | f1499bfca3cefe18c75ab11d0177f3d8a0ee4fc6 | |
parent | 46bda0096d9114dbb961296b89dbce86672ab94c (diff) | |
download | meta-ti-6f10600ca7c70d6e987f1e0d3a8f9560e52d5b01.tar.gz |
ti-hw-bringup-image: adjust to new task-boot and task-basic in meta-oe
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | recipes-misc/images/ti-hw-bringup-image.bb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/recipes-misc/images/ti-hw-bringup-image.bb b/recipes-misc/images/ti-hw-bringup-image.bb index 7c8c1bea..8f2729ef 100644 --- a/recipes-misc/images/ti-hw-bringup-image.bb +++ b/recipes-misc/images/ti-hw-bringup-image.bb | |||
@@ -8,14 +8,9 @@ IMAGE_PREPROCESS_COMMAND = "rootfs_update_timestamp" | |||
8 | 8 | ||
9 | IMAGE_INSTALL += " \ | 9 | IMAGE_INSTALL += " \ |
10 | angstrom-task-boot \ | 10 | angstrom-task-boot \ |
11 | rsyslog \ | 11 | task-basic \ |
12 | dropbear-systemd openssh-sftp \ | ||
13 | e2fsprogs-e2fsck e2fsprogs-blkid \ | ||
14 | avahi-daemon avahi-utils avahi-systemd \ | ||
15 | ${CONMANPKGS} \ | 12 | ${CONMANPKGS} \ |
16 | systemd-compat-units python-dbus python-pycairo \ | 13 | python-dbus python-pycairo \ |
17 | cpufrequtils \ | ||
18 | htop \ | ||
19 | usbutils \ | 14 | usbutils \ |
20 | i2c-tools \ | 15 | i2c-tools \ |
21 | alsa-utils \ | 16 | alsa-utils \ |