1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

task-moblin-tools: moving sreadahead to task-moblin-boot

This commit is contained in:
Samuel Ortiz
2008-11-05 12:22:20 +01:00
parent 610b53fcb9
commit 97cbee6239
2 changed files with 5 additions and 4 deletions
@@ -6,7 +6,7 @@ DESCRIPTION = "Task for Moblin - minimal bootable image"
PACKAGE_ARCH = "${MACHINE_ARCH}"
DEPENDS = "virtual/kernel"
ALLOW_EMPTY = "1"
PR = "r7"
PR = "r8"
#
# Set by the machine configuration with packages essential for device bootup
@@ -25,6 +25,8 @@ RDEPENDS_task-moblin-boot = "\
sysvinit \
tinylogin \
udev \
sreadahead \
sreadahead-generate \
${VIRTUAL-RUNTIME_update-alternatives} \
${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}"
@@ -3,7 +3,7 @@
#
DESCRIPTION = "Debuggin and profiling tools tasks for Moblin"
PR = "r3"
PR = "r4"
PACKAGES = "\
task-moblin-tools-debug \
@@ -34,8 +34,7 @@ RDEPENDS_task-moblin-tools-profile = "\
powertop \
lttng-control \
lttng-viewer \
sreadahead \
sreadahead-generate "
"
RDEPENDS_task-moblin-tools-profile_qemux86 += "valgrind"