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:
878640e
)
linux-kexecboot: replace empty do_stage with empty _do_populate_sysroot.
author
Andrea Adami
<andrea.adami@gmail.com>
Sun, 22 Aug 2010 21:31:00 +0000
(23:31 +0200)
committer
Andrea Adami
<andrea.adami@gmail.com>
Sun, 22 Aug 2010 21:33:03 +0000
(23:33 +0200)
* was found as false positive wrt legacy-staging
* bump PR
recipes/kexecboot/linux-kexecboot.inc
patch
|
blob
|
history
diff --git
a/recipes/kexecboot/linux-kexecboot.inc
b/recipes/kexecboot/linux-kexecboot.inc
index
27abe3f
..
3e2482c
100644
(file)
--- a/
recipes/kexecboot/linux-kexecboot.inc
+++ b/
recipes/kexecboot/linux-kexecboot.inc
@@
-1,5
+1,5
@@
# We set INC_PR here, since a change in the kexecboot recipe will need to get picked up by *all* the kernels:
-INC_PR = "r
19
"
+INC_PR = "r
20
"
LOGO_SIZE = '${@base_conditional("GUI_MACHINE_CLASS", "bigscreen", "vga", "qvga", d)}'
SRC_URI = "file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2"
@@
-87,7
+87,7
@@
CONFIG_MODULES=n' >> ${S}/.config
yes '' | oe_runmake oldconfig
}
-do_
stage
() {
+do_
populate_sysroot
() {
}
do_install() {