From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 3AA8073FF8 for ; Fri, 15 May 2015 02:35:18 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.9/8.14.9) with ESMTP id t4F2ZJfE001504 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Thu, 14 May 2015 19:35:19 -0700 (PDT) Received: from [128.224.162.200] (128.224.162.200) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.224.2; Thu, 14 May 2015 19:35:18 -0700 Message-ID: <55555B65.80600@windriver.com> Date: Fri, 15 May 2015 10:35:17 +0800 From: Robert Yang User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer Subject: [RFC] Add something like bitbake -cmenuconfig ? X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2015 02:35:20 -0000 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Hello, Is is useful/possible if we add something like bitbake -cmenuconfig, just like kernel's make menuconfig ? We can use the menuconfig to config the vars such as MACHINE, DL_DIR, DISTRO_FEATURES, MACHINE_FEATURES and all the variables which are configurable, I think that this would help the newbie a lot. I think that we can add a menuconfig.bbclass (or other names) to do this, and I'd like to work on it. -- Thanks Robert