From patchwork Mon May 30 14:54:18 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [12/17] initramfs-module-block: use info method from uniboot Date: Mon, 30 May 2011 14:54:18 -0000 From: Otavio Salvador X-Patchwork-Id: 5063 Message-Id: <1306767263-29895-13-git-send-email-otavio@ossystems.com.br> To: openembedded-devel@lists.openembedded.org Cc: Otavio Salvador Signed-off-by: Otavio Salvador --- recipes/initrdscripts/files/85-blockboot.sh | 2 +- .../initrdscripts/initramfs-module-block_1.0.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/initrdscripts/files/85-blockboot.sh b/recipes/initrdscripts/files/85-blockboot.sh index e1c3ed8..7841ac6 100644 --- a/recipes/initrdscripts/files/85-blockboot.sh +++ b/recipes/initrdscripts/files/85-blockboot.sh @@ -2,7 +2,7 @@ # Allow booting from a normal block device. if [ -e "$ROOT_DEVICE" ]; then - echo "booting from: $ROOT_DEVICE" + info "booting from: $ROOT_DEVICE" type="" if [ -n "$ROOT_FSTYPE" ]; then type="-t $ROOT_FSTYPE" diff --git a/recipes/initrdscripts/initramfs-module-block_1.0.bb b/recipes/initrdscripts/initramfs-module-block_1.0.bb index 5d4c846..f7834f0 100644 --- a/recipes/initrdscripts/initramfs-module-block_1.0.bb +++ b/recipes/initrdscripts/initramfs-module-block_1.0.bb @@ -1,5 +1,5 @@ SRC_URI = "file://85-blockboot.sh" -PR = "r4" +PR = "r5" RDEPENDS_${PN} = "initramfs-uniboot" DESCRIPTION = "An initramfs module for booting off normal block devices."