]> code.ossystems Code Review - openembedded-core.git/commit
devtool: build-image: stop using add_md5
authorEd Bartosh <ed.bartosh@linux.intel.com>
Sun, 30 Aug 2015 14:17:09 +0000 (17:17 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 31 Aug 2015 10:36:13 +0000 (11:36 +0100)
commitf69613ed9d56c6e6ba322d8c9db07b7ed802042a
treef9a352e5bb93aac36388d075238d92f6a9f432cd
parentdd76c276a8ebaa2e2ab17b819514589ab4507740
devtool: build-image: stop using add_md5

It doesn't make sense to use it as image recipe is not
in workspace. It means that we can't do 'devtool reset'
for the recipe, which is a main point of using add_md5.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
scripts/lib/devtool/build-image.py