[oe-commits] Andrea Adami : kexecboot-cfg: show DISTRO and MACHINE in the label.

git version control git at git.openembedded.org
Sat Jan 15 00:26:36 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 276ed84e0cdd45cd946ae4974a7bb957a2769e58
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=276ed84e0cdd45cd946ae4974a7bb957a2769e58

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sat Jan 15 00:30:45 2011 +0100

kexecboot-cfg: show DISTRO and MACHINE in the label.

* Bump PR.

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>

---

 recipes/kexecboot/kexecboot-cfg_0.1.bb |    4 ++--
 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 ef16f31..f6dfbac 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}





More information about the Openembedded-commits mailing list