From patchwork Sat Jul 21 14:34:14 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: kern-tools: Remove superfluous references to "defconfig" from the "createme" script. Date: Sat, 21 Jul 2012 14:34:14 -0000 From: Robert P. J. Day X-Patchwork-Id: 32789 Message-Id: To: OE Core mailing list Since the only current call to "createme" from do_patch() doesn't pass a defconfig argument, remove the apparently superfluous references to defconfig from createme, but leave the check_defconfig() function in just in case it ever becomes useful. Signed-off-by: Robert P. J. Day --- not sure if this is the right list for kern-tools patches ... should these things go to the new kernel mailing list? diff --git a/tools/createme b/tools/createme index 78e98ac..219e92d 100755 --- a/tools/createme +++ b/tools/createme @@ -19,7 +19,7 @@ usage() { cat << EOF - createme [-v] [--disable-meta-gen] --meta= [defconfig] + createme [-v] [--disable-meta-gen] --meta= --disable-meta-gen: do not automatically create meta data if not already present in the source tree. @@ -62,7 +62,6 @@ done arch=$1 branch=$2 -defconfig=$3 # might be empty CURRENT=`git branch |grep \*|sed 's/^\* //'` repo= @@ -194,7 +193,6 @@ check_defconfig() { # being built check_branch() { branch=$1 - defconfig=$2 ktgt=$branch @@ -217,6 +215,5 @@ check_branch() { decheckpoint -check_defconfig $defconfig -check_branch $branch $defconfig +check_branch $branch metaize $branch