From 4be3e0876a35e7b5a95800bbf8834629dbd25906 Mon Sep 17 00:00:00 2001 From: Kang Kai Date: Wed, 6 Jun 2012 17:52:28 +0800 Subject: hob2: create a standalone deploy image tool [Yocto 2388] Create a deploy image tool using the existing dialog including DeployImageDialog and ImageSelectionDialog. This tool writes bootable images to USB devices, and it can be run directly without hob. Signed-off-by: Kang Kai Signed-off-by: Richard Purdie --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5f9e595ad..d5c70bc33 100755 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ setup(name='bitbake', packages = ["bb.server", "bb.parse.parse_py", "bb.parse", "bb.fetch2", "bb.ui.crumbs", "bb.ui", "bb.pysh", "bb", "prserv", "bb.tests"], py_modules = ["codegen"], - scripts = ["bin/bitbake", "bin/bitbake-layers", "bin/bitbake-diffsigs", "bin/bitbake-prserv", "bin/bitbake-selftest"], + scripts = ["bin/bitbake", "bin/bitbake-layers", "bin/bitbake-diffsigs", "bin/bitbake-prserv", "bin/bitbake-selftest", "bin/image-writer"], data_files = [("share/bitbake", glob("conf/*") + glob("classes/*")), ("share/doc/bitbake-%s/manual" % __version__, glob("doc/manual/html/*"))], cmdclass = { -- cgit 1.2.3-korg