aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-08-22 23:31:00 +0200
committerAndrea Adami <andrea.adami@gmail.com>2010-08-22 23:33:03 +0200
commitf310975482495680003b9cdf72e5f82af997671b (patch)
tree11ef1308b3e9eaa4e9eff8f43c7afbbad48b9358 /recipes/kexecboot
parent878640e77b23df766cb20b76629a8a9ff3429520 (diff)
downloadopenembedded-f310975482495680003b9cdf72e5f82af997671b.tar.gz
linux-kexecboot: replace empty do_stage with empty _do_populate_sysroot.
* was found as false positive wrt legacy-staging * bump PR
Diffstat (limited to 'recipes/kexecboot')
-rw-r--r--recipes/kexecboot/linux-kexecboot.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/kexecboot/linux-kexecboot.inc b/recipes/kexecboot/linux-kexecboot.inc
index 27abe3fb31..3e2482c6a8 100644
--- 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 = "r19"
+INC_PR = "r20"
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() {