| Submitter | Saul Wold |
|---|---|
| Date | Nov. 9, 2011, 9:24 a.m. |
| Message ID | <cover.1320830515.git.sgw@linux.intel.com> |
| Download | mbox |
| Permalink | /patch/14611/ |
| 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); Wed, 09 Nov 2011 09:25:35 +0000 (UTC) Received: by 10.68.54.233 with SMTP id m9cs148650pbp; Wed, 9 Nov 2011 01:24:30 -0800 (PST) Received: by 10.223.61.131 with SMTP id t3mr3628098fah.26.1320830663461; Wed, 09 Nov 2011 01:24:23 -0800 (PST) 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 g17si1834666fai.179.2011.11.09.01.24.20 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 09 Nov 2011 01:24:23 -0800 (PST) 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 1RO4UE-0001wJ-NZ; Wed, 09 Nov 2011 10:30:26 +0100 Received: from mga03.intel.com ([143.182.124.21]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <sgw@linux.intel.com>) id 1RO4UD-0001w9-Ja for openembedded-core@lists.openembedded.org; Wed, 09 Nov 2011 10:30:25 +0100 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 09 Nov 2011 01:24:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.69,483,1315206000"; d="scan'208";a="72180414" Received: from unknown (HELO swold-mobl.bigsur.com) ([10.255.12.14]) by azsmga001.ch.intel.com with ESMTP; 09 Nov 2011 01:24:09 -0800 From: Saul Wold <sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org Date: Wed, 9 Nov 2011 01:24:02 -0800 Message-Id: <cover.1320830515.git.sgw@linux.intel.com> X-Mailer: git-send-email 1.7.6.4 MIME-Version: 1.0 Subject: [OE-core] [CONSOLIDATED PULL 0/5] Various Fixes 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> 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 |
Minor clean-up patches. I added a PR bump to the udev-extraconf recipe for the /dev/md issue. Sau! The following changes since commit 25fae81538a92e15eab3fc169ebce44505f67839: python: skip setup.py 'import check' when cross-compiling (2011-11-08 21:44:23 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib sgw/stage http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage Matthew McClintock (1): Introduce new SERIAL_CONSOLES to add multiple consoles for your MACHINE Paul Menzel (1): libarchive: Remove obsolete comment and empty line at the end Saul Wold (2): Distro_tracking: Update Manual Check Date udev-extraconf: blacklist /dev/md Xiaofeng Yan (1): local.conf.sample.extended: Fix bug 1674 .../conf/distro/include/distro_tracking_fields.inc | 94 ++++++++++++-------- meta/conf/local.conf.sample.extended | 3 + .../sysvinit/sysvinit-inittab_2.88dsf.bb | 10 ++ meta/recipes-core/udev/files/mount.blacklist | 1 + meta/recipes-core/udev/udev-extraconf_0.0.bb | 2 +- .../libarchive/libarchive_2.8.5.bb | 3 - 6 files changed, 72 insertions(+), 41 deletions(-)