angstrom-task-boot, images: adjust to new task-boot and task-basic in meta-oe
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -8,14 +8,9 @@ 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 \
|
||||
task-basic \
|
||||
${CONMANPKGS} \
|
||||
systemd-compat-units python-dbus python-pycairo \
|
||||
cpufrequtils \
|
||||
htop \
|
||||
python-dbus python-pycairo \
|
||||
usbutils \
|
||||
i2c-tools \
|
||||
alsa-utils \
|
||||
|
||||
@@ -5,17 +5,10 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
|
||||
|
||||
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 \
|
||||
task-basic \
|
||||
${CONMANPKGS} \
|
||||
systemd-compat-units \
|
||||
cpufrequtils \
|
||||
htop \
|
||||
"
|
||||
CONMANPKGS = "connman connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi connman-systemd"
|
||||
CONMANPKGS_libc-uclibc = ""
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
DESCRIPTION = "Basic task to get a device booting"
|
||||
DESCRIPTION = "Basic task to get an Angstrom powered device booting"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
|
||||
PR = "r1"
|
||||
PR = "r3"
|
||||
|
||||
inherit task
|
||||
|
||||
@@ -10,33 +10,16 @@ inherit task
|
||||
#
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
#
|
||||
# those ones can be set in machine config to supply packages needed to get machine booting
|
||||
#
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= ""
|
||||
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= ""
|
||||
|
||||
DISTRO_UPDATE_ALTERNATIVES ?= "${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "update-alternatives-cworth", d)}"
|
||||
OPKGCONFIG ?= "${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "opkg opkg-config-base angstrom-feed-configs", d)}"
|
||||
|
||||
# Make sure we build the kernel
|
||||
DEPENDS = "virtual/kernel"
|
||||
DEPENDS = "task-boot"
|
||||
|
||||
#
|
||||
# minimal set of packages - needed to boot
|
||||
#
|
||||
RDEPENDS_${PN} = "\
|
||||
task-boot \
|
||||
angstrom-version \
|
||||
base-files \
|
||||
base-passwd \
|
||||
busybox \
|
||||
netbase \
|
||||
${DISTRO_UPDATE_ALTERNATIVES} \
|
||||
${OPKGCONFIG} \
|
||||
${MACHINE_ESSENTIAL_EXTRA_RDEPENDS} \
|
||||
"
|
||||
|
||||
RRECOMMENDS_${PN} = "\
|
||||
kernel \
|
||||
${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS} \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user