aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-01-15 00:30:45 +0100
committerAndrea Adami <andrea.adami@gmail.com>2011-01-15 01:23:13 +0100
commit276ed84e0cdd45cd946ae4974a7bb957a2769e58 (patch)
treeb38e3f5968b0772682aa7265bfc3a144caebc50c /recipes/kexecboot
parente4b91191909d47a00b6e7de62ce1eea78a2a5a86 (diff)
downloadopenembedded-276ed84e0cdd45cd946ae4974a7bb957a2769e58.tar.gz
kexecboot-cfg: show DISTRO and MACHINE in the label.
* Bump PR. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes/kexecboot')
-rw-r--r--recipes/kexecboot/kexecboot-cfg_0.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/kexecboot/kexecboot-cfg_0.1.bb b/recipes/kexecboot/kexecboot-cfg_0.1.bb
index ef16f31d36..f6dfbaca55 100644
--- a/recipes/kexecboot/kexecboot-cfg_0.1.bb
+++ b/recipes/kexecboot/kexecboot-cfg_0.1.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Configuration file for kexecboot"
SECTION = "base"
LICENSE = "GPL"
-PR = "r9"
+PR = "r10"
SRC_URI = "file://icon.xpm"
@@ -28,7 +28,7 @@ do_configure_prepend () {
}
do_install_prepend () {
echo '# Show this label in kexecboot menu.
-LABEL=${DISTRO}
+LABEL=${DISTRO}-${MACHINE}
#
# Specify full kernel path on target.
KERNEL=/boot/${KERNEL_IMAGETYPE}