diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-16 15:03:00 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-16 15:03:00 +0200 |
commit | 01459a0dbc0b82876592df759c4e9ca3ad1530e5 (patch) | |
tree | 2e7df963c927772bb4a329d5bf062ffc3038effc /recipes/linux-uml/linux-uml_2.6.11-rc2-mm1.bb | |
parent | c35a432051fe5e4f42c8b35845af5eddf00ddeb3 (diff) |
linux-uml: fix after kernel.bbclass changes
Diffstat (limited to 'recipes/linux-uml/linux-uml_2.6.11-rc2-mm1.bb')
-rw-r--r-- | recipes/linux-uml/linux-uml_2.6.11-rc2-mm1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux-uml/linux-uml_2.6.11-rc2-mm1.bb b/recipes/linux-uml/linux-uml_2.6.11-rc2-mm1.bb index a3ef092d38..437dcbcfc2 100644 --- a/recipes/linux-uml/linux-uml_2.6.11-rc2-mm1.bb +++ b/recipes/linux-uml/linux-uml_2.6.11-rc2-mm1.bb @@ -5,7 +5,7 @@ KV = "${@bb.data.getVar('PV',d,True).split('-')[0]}" RCV = "${@bb.data.getVar('PV',d,True).split('-')[1]}" MMV = "${@bb.data.getVar('PV',d,True).split('-')[2]}" LV = "2.6.10" -PR = "r3" +PR = "r4" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${LV}.tar.bz2;name=kernel \ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/patch-${KV}-${RCV}.bz2;patch=1;name=patch \ @@ -50,7 +50,7 @@ do_compile() { kernel_do_compile } -do_stage_prepend() { +do_install_prepend() { install -d arch/um/boot/ ln -sf ${S}/linux arch/um/boot/linux } |