summaryrefslogtreecommitdiff
path: root/packages/kexecboot/kexecboot_0.4.bb
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-01-31 00:24:41 +0100
committerAndrea Adami <andrea.adami@gmail.com>2009-01-31 00:24:41 +0100
commit25d911d38fcb91446770161e2e8cd5f79264c547 (patch)
tree651df809283a4fa2d0bbbcab5be29226ffc1f190 /packages/kexecboot/kexecboot_0.4.bb
parent82bc1c85b88b4b44262ba6ebbc2b460be1414af5 (diff)
kexecboot-0.4: add logo for framebuffer menu - bump PR
Diffstat (limited to 'packages/kexecboot/kexecboot_0.4.bb')
-rw-r--r--packages/kexecboot/kexecboot_0.4.bb9
1 files changed, 8 insertions, 1 deletions
diff --git a/packages/kexecboot/kexecboot_0.4.bb b/packages/kexecboot/kexecboot_0.4.bb
index ef6888173d..4eed4d0482 100644
--- a/packages/kexecboot/kexecboot_0.4.bb
+++ b/packages/kexecboot/kexecboot_0.4.bb
@@ -1,5 +1,5 @@
LICENSE = "GPL"
-PR = "r3"
+PR = "r4"
DEPENDS = "klibc"
RDEPENDS = "kexec-static"
@@ -17,6 +17,8 @@ SRC_URI = "http://projects.linuxtogo.org/~jay7/kexecboot-${PV}.tar.gz \
file://silent-output-hack.patch;patch=1 \
file://kexecboot-tosa.patch;patch=1 \
file://fb-render-16bit.patch;patch=1 \
+ file://logo-img.h \
+ file://logo.png \
"
S = "${WORKDIR}/kexecboot-${PV}"
@@ -28,6 +30,11 @@ export CFLAGS = ""
export CPPFLAGS = ""
export LDFLAGS = ""
+do_configure_prepend () {
+ install -m 0644 ${WORKDIR}/logo-img.h ${S}/res/
+ install -m 0644 ${WORKDIR}/logo.png ${S}/res/
+}
+
do_install () {
install -d ${D}${bindir}
install -m 0755 kexecboot ${D}${bindir}/