]> code.ossystems Code Review - openembedded-core.git/commit
scripts/oe-publish-sdk: create directory before making git repo
authorCostin Constantin <costin.c.constantin@intel.com>
Thu, 22 Oct 2015 14:16:12 +0000 (17:16 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 24 Oct 2015 11:17:19 +0000 (12:17 +0100)
commit47860e483d7a9b4440d1ed9bd96d724370887f58
treec4c0423910f6f434ca315265070c817794d6b53c
parentf9cf31525fc885e1a0f65bd55654631257f87078
scripts/oe-publish-sdk: create directory before making git repo

This patch fixes a small bug that prevents seting a git repo in exported SDK
layers dir. Before setting a git repo, that directory needs to be created.

[ YOCTO #6659 ]

Signed-off-by: Costin Constantin <costin.c.constantin@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/oe-publish-sdk