git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99c8541
)
linux-kexecboot.inc: don't define LOGO_SIZE here (machine-specific)
author
Andrea Adami
<andrea.adami@gmail.com>
Wed, 6 Oct 2010 22:17:25 +0000
(
00:17
+0200)
committer
Andrea Adami
<andrea.adami@gmail.com>
Wed, 6 Oct 2010 22:35:03 +0000
(
00:35
+0200)
recipes/linux/linux-kexecboot.inc
patch
|
blob
|
history
diff --git
a/recipes/linux/linux-kexecboot.inc
b/recipes/linux/linux-kexecboot.inc
index
6356aea
..
2c6b0ec
100644
(file)
--- a/
recipes/linux/linux-kexecboot.inc
+++ b/
recipes/linux/linux-kexecboot.inc
@@
-1,7
+1,7
@@
# We set INC_PR here, since a change in the kexecboot recipe will need to get picked up by *all* the kernels:
-INC_PR = "r2
0
"
+INC_PR = "r2
1
"
-LOGO_SIZE
= '${@base_conditional("GUI_MACHINE_CLASS", "bigscreen", "vga", "qvga", d)}'
+LOGO_SIZE
?= "."
SRC_URI = "file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2"
require linux.inc