aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-29 21:56:00 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-29 21:56:00 +0100
commit61acb940a7436a43d0894284d25e8d106f461c23 (patch)
tree2706f4bd7176bb6a46a48f93f8b2675b7c8cea74 /recipes/linux
parentc89fe1cc6dd8f04be093c9d30d3f454e1912cc3e (diff)
downloadopenembedded-61acb940a7436a43d0894284d25e8d106f461c23.tar.gz
kernel.bbclass only install image in do_deploy if not installing from packaged staging
kernel.bbclass do_deploy has: install -m 0644 ${KERNEL_OUTPUT} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_BASE_NAME}.bin which expands to install -m 0644 arch/arm/boot/uImage .../deploy/glibc/images/beagleboard/uImage-2.6.29-r51-beagleboard.bin but in packaged staging arch/arm/boot/uImage does not exist so we get the error: install: cannot stat `arch/arm/boot/uImage': No such file or directory This patch only installs uImage if not using packaged staging Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/linux')
0 files changed, 0 insertions, 0 deletions