mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
task-moblin-tools: moving sreadahead to task-moblin-boot
This commit is contained in:
@@ -6,7 +6,7 @@ DESCRIPTION = "Task for Moblin - minimal bootable image"
|
|||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
DEPENDS = "virtual/kernel"
|
DEPENDS = "virtual/kernel"
|
||||||
ALLOW_EMPTY = "1"
|
ALLOW_EMPTY = "1"
|
||||||
PR = "r7"
|
PR = "r8"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Set by the machine configuration with packages essential for device bootup
|
# Set by the machine configuration with packages essential for device bootup
|
||||||
@@ -25,6 +25,8 @@ RDEPENDS_task-moblin-boot = "\
|
|||||||
sysvinit \
|
sysvinit \
|
||||||
tinylogin \
|
tinylogin \
|
||||||
udev \
|
udev \
|
||||||
|
sreadahead \
|
||||||
|
sreadahead-generate \
|
||||||
${VIRTUAL-RUNTIME_update-alternatives} \
|
${VIRTUAL-RUNTIME_update-alternatives} \
|
||||||
${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}"
|
${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}"
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
DESCRIPTION = "Debuggin and profiling tools tasks for Moblin"
|
DESCRIPTION = "Debuggin and profiling tools tasks for Moblin"
|
||||||
PR = "r3"
|
PR = "r4"
|
||||||
|
|
||||||
PACKAGES = "\
|
PACKAGES = "\
|
||||||
task-moblin-tools-debug \
|
task-moblin-tools-debug \
|
||||||
@@ -34,8 +34,7 @@ RDEPENDS_task-moblin-tools-profile = "\
|
|||||||
powertop \
|
powertop \
|
||||||
lttng-control \
|
lttng-control \
|
||||||
lttng-viewer \
|
lttng-viewer \
|
||||||
sreadahead \
|
"
|
||||||
sreadahead-generate "
|
|
||||||
|
|
||||||
RDEPENDS_task-moblin-tools-profile_qemux86 += "valgrind"
|
RDEPENDS_task-moblin-tools-profile_qemux86 += "valgrind"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user