| Submitter | Lianhao Lu |
|---|---|
| Date | June 25, 2012, 5:15 a.m. |
| Message ID | <cover.1340600710.git.lianhao.lu@intel.com> |
| Download | mbox |
| Permalink | /patch/30607/ |
| State | New |
| Headers | show
Delivered-To: oepatches@gmail.com Received: from pop.gmail.com by melo.openembedded.org with POP3 (fetchmail-6.3.9-rc2) for <fetchmail@localhost> (single-drop); Mon, 25 Jun 2012 05:15:55 +0000 (UTC) Received: by 10.14.132.202 with SMTP id o50csp42748eei; Sun, 24 Jun 2012 22:14:09 -0700 (PDT) Received: by 10.180.93.196 with SMTP id cw4mr21538524wib.11.1340601248947; Sun, 24 Jun 2012 22:14:08 -0700 (PDT) Return-Path: <openembedded-core-bounces@lists.openembedded.org> Received: from linuxtogo.org (linuxtogo.org. [188.40.83.200]) by mx.google.com with ESMTPS id m15si15018453wee.147.2012.06.24.22.14.05 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 24 Jun 2012 22:14:08 -0700 (PDT) Received-SPF: neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) client-ip=188.40.83.200; Authentication-Results: mx.google.com; spf=neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) smtp.mail=openembedded-core-bounces@lists.openembedded.org Received: from localhost ([127.0.0.1]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <openembedded-core-bounces@lists.openembedded.org>) id 1Sj1mu-0003ld-Dr; Mon, 25 Jun 2012 07:24:36 +0200 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <lianhao.lu@intel.com>) id 1Sj1mr-0003l4-U7 for openembedded-core@lists.openembedded.org; Mon, 25 Jun 2012 07:24:34 +0200 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 24 Jun 2012 22:13:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,352,1309762800"; d="scan'208";a="157768563" Received: from llu-piketon.sh.intel.com (HELO localhost) ([10.239.36.116]) by orsmga001.jf.intel.com with ESMTP; 24 Jun 2012 22:13:34 -0700 From: Lianhao Lu <lianhao.lu@intel.com> To: openembedded-core@lists.openembedded.org Date: Mon, 25 Jun 2012 13:15:28 +0800 Message-Id: <cover.1340600710.git.lianhao.lu@intel.com> X-Mailer: git-send-email 1.7.0.4 Subject: [OE-core] [PATCH V3 0/3] misc IMAGE_FEATURE fixings X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer <openembedded-core@lists.openembedded.org> List-Id: Patches and discussions about the oe-core layer <openembedded-core.lists.openembedded.org> List-Unsubscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/options/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=unsubscribe> List-Archive: <http://lists.linuxtogo.org/pipermail/openembedded-core> List-Post: <mailto:openembedded-core@lists.openembedded.org> List-Help: <mailto:openembedded-core-request@lists.openembedded.org?subject=help> List-Subscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: openembedded-core-bounces@lists.openembedded.org Errors-To: openembedded-core-bounces@lists.openembedded.org |
This patch set fixed the bug [YOCTO #2605]. It allows to login to openssh with empty password if the IMAGE_FEATURE debug-tweak feature is set. It processes conflicting IMAGE_FEATURE features, i.e. ssh-server-dropbear and ssh-server-openssh. It also adds the "openssh-sftp-server" into the IMAGE_FEATURE tools-debug. The following changes since commit e2cc4a44d510e0d473d15f207c1c886db6a5ccf7: Bogdan Marinescu (1): guile: fix compilation on MIPS/PPC are available in the git repository at: git://git.yoctoproject.org/poky-contrib llu/bug2605 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/bug2605 Lianhao Lu (3): classes/image: Allow openssh empty passwords login. image/core-image: Handle conflicting IMAGE_FEATURES. task-core-tools-debug: Added openssh-sftp-server. meta/classes/core-image.bbclass | 13 +++++++++++- meta/classes/image.bbclass | 24 ++++++++++++++++++++++ meta/recipes-core/tasks/task-core-tools-debug.bb | 3 ++ meta/recipes-sato/images/core-image-sato-sdk.bb | 2 + 4 files changed, 41 insertions(+), 1 deletions(-)