summaryrefslogtreecommitdiff
path: root/classes/image.bbclass
diff options
context:
space:
mode:
authorSergey Lapin <slapin@ossfans.org>2009-08-05 17:14:29 +0400
committerSergey Lapin <slapin@ossfans.org>2009-08-05 17:14:29 +0400
commit5d87cec7a3e962afb7cfa621d172abc3effc085d (patch)
tree5e26142100749807b517588779120b73a83a30d2 /classes/image.bbclass
parentc91a54aef8a39e7cbb2571574f56f2cf12104ff1 (diff)
parent2880b3877d38bfaa4056af6df7f122a64e955292 (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'classes/image.bbclass')
-rw-r--r--classes/image.bbclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/classes/image.bbclass b/classes/image.bbclass
index 864230bc91..385043bfc7 100644
--- a/classes/image.bbclass
+++ b/classes/image.bbclass
@@ -108,7 +108,6 @@ LINGUAS_INSTALL = "${@" ".join(map(lambda s: "locale-base-%s" % s, bb.data.getVa
do_rootfs[nostamp] = "1"
do_rootfs[dirs] = "${TOPDIR}"
do_build[nostamp] = "1"
-do_install[nostamp] = "1"
# Must call real_do_rootfs() from inside here, rather than as a separate
# task, so that we have a single fakeroot context for the whole process.
@@ -274,5 +273,5 @@ fi
# export the zap_root_password, create_etc_timestamp and remote_init_link
EXPORT_FUNCTIONS zap_root_password create_etc_timestamp remove_init_link do_rootfs make_zimage_symlink_relative set_image_autologin rootfs_update_timestamp install_linguas
-addtask rootfs after do_compile before do_install
+addtask rootfs before do_build after do_install
addtask deploy_to after do_rootfs