From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Cc: Kyle McMartin <kyle@redhat.com>,
Paul Eggleton <paul.eggleton@linux.intel.com>,
Kroah-Hartman <gregkh@suse.de>,
Arnaldo Carvalho de Melo <acme@redhat.com>,
Greg, Kang Kai <kai.kang@windriver.com>,
Thomas Meyer <thomas@m3y3r.de>
Subject: Re: [PATCH 12/26] Remove machine-specific metadata for machines no longer in oe-core
Date: Thu, 05 May 2011 12:18:30 +0100 [thread overview]
Message-ID: <1304594310.20791.16.camel@rex> (raw)
In-Reply-To: <7f6d6ff09b1e1f426a7280dcdd8e4a7d4a1aab57.1304581770.git.sgw@linux.intel.com>
On Thu, 2011-05-05 at 00:57 -0700, Saul Wold wrote:
> From: Paul Eggleton <paul.eggleton@linux.intel.com>
>
> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
> ---
> meta/recipes-core/base-files/base-files_3.0.14.bb | 19 +++++++++++++++++++
> 1 files changed, 19 insertions(+), 0 deletions(-)
>
> diff --git a/meta/recipes-core/base-files/base-files_3.0.14.bb b/meta/recipes-core/base-files/base-files_3.0.14.bb
> index 4445081..c80faaa 100644
> --- a/meta/recipes-core/base-files/base-files_3.0.14.bb
> +++ b/meta/recipes-core/base-files/base-files_3.0.14.bb
> @@ -131,6 +131,25 @@ do_install_basefilesissue () {
> fi
> }
>
> +<<<<<<< HEAD
> +=======
> +do_install_append_nylon() {
> + printf "" "" >${D}${sysconfdir}/resolv.conf
> + rm -r ${D}/mnt/*
> + rm -r ${D}/media
> + rm -rf ${D}/tmp
> + ln -sf /var/tmp ${D}/tmp
> +}
> +
> +do_install_append_slugos() {
> + printf "" "" >${D}${sysconfdir}/resolv.conf
> + rm -r ${D}/mnt/*
> + rmdir ${D}/home/root
> + install -m 0755 -d ${D}/root
> + ln -s ../root ${D}/home/root
> +}
> +
> +>>>>>>> d67f12d... Remove machine-specific metadata for machines no longer in oe-core
> do_install_append_linuxstdbase() {
> for d in ${dirs3755}; do
> install -m 0755 -d ${D}$d
Er, I didn't take this ;-)
Cheers,
Richard
next prev parent reply other threads:[~2011-05-05 11:21 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-05 7:55 [PATCH 00/26] Consolidated Pull for 05-May-2011 Saul Wold
2011-05-05 7:55 ` [PATCH 01/26] Remove machine-specific metadata for machines no longer in oe-core Saul Wold
2011-05-05 7:55 ` [PATCH 02/26] Remove distro-specific metadata for distros not " Saul Wold
2011-05-05 7:55 ` [PATCH 03/26] util-linux.inc: remove virtual/libintl from DEPENDS Saul Wold
2011-05-05 16:50 ` Khem Raj
2011-05-05 7:55 ` [PATCH 04/26] initscripts: remove -i from halt/reboot arguments and allow override Saul Wold
2011-05-05 7:55 ` [PATCH 05/26] setuptools: Make options for setup.py more flexible Saul Wold
2011-05-05 8:09 ` Koen Kooi
2011-05-05 8:13 ` Saul Wold
2011-05-05 7:55 ` [PATCH 06/26] task-core-tools.bb: properly enable lttng-ust for ARM Saul Wold
2011-05-05 7:55 ` [PATCH 07/26] lttng-viewer: explicitly add linkage to lttvwindow Saul Wold
2011-05-05 7:55 ` [PATCH 08/26] gcc-4.6.0: Add missing recipes for gcc-cross-canadian and gcc-crosssdk Saul Wold
2011-05-05 7:57 ` [PATCH 10/26] foomatic-filters: added to pass LSB commands check Saul Wold
2011-05-05 7:57 ` [PATCH 11/26] ghostscript: " Saul Wold
2011-05-05 7:57 ` [PATCH 12/26] Remove machine-specific metadata for machines no longer in oe-core Saul Wold
2011-05-05 11:18 ` Richard Purdie [this message]
2011-05-05 7:57 ` [PATCH 13/26] meta-yocto: add pieces removed from oe-core for beagleboard & atom-pc Saul Wold
2011-05-05 7:57 ` [PATCH 14/26] clutter-gst-1.4: Rebase patches and update checksum Saul Wold
2011-05-05 7:57 ` [PATCH 15/26] clutter-gtk-1.4: Rebase patches Saul Wold
2011-05-05 7:57 ` [PATCH 16/26] yaffs2: Update patch and checksums Saul Wold
2011-05-05 7:57 ` [PATCH 17/26] eglibc-2.13: Add recipes for eglibc 2.13 Saul Wold
2011-05-05 7:57 ` [PATCH 18/26] gypsy_0.8.bb: Fix build with gcc 4.6 Saul Wold
2011-05-05 7:57 ` [PATCH 19/26] linux-yocto_git.bb: Backport upstream fix for gcc 4.6 compilation Saul Wold
2011-05-05 11:19 ` Richard Purdie
2011-05-05 7:57 ` [PATCH 20/26] web: fix SRCREV Saul Wold
2011-05-05 7:57 ` [PATCH 21/26] yaffs2-utils_cvs: fix the SRCDATE typo Saul Wold
2011-05-05 7:57 ` [PATCH 22/26] gnome-doc-utils: Add -nonet option to xsltproc Saul Wold
2011-05-05 7:57 ` [PATCH 23/26] linux-yocto: apply meta data to external repos Saul Wold
2011-05-05 7:57 ` [PATCH 24/26] linux-yocto: safely process unbranched repositories Saul Wold
2011-05-05 7:57 ` [PATCH 25/26] linux-yocto: update SRCREVs Saul Wold
2011-05-05 14:12 ` Greg KH
2011-05-05 14:45 ` Bruce Ashfield
2011-05-05 14:48 ` Bruce Ashfield
2011-05-05 7:57 ` [PATCH 26/26] boot-directdisk: fix bzImage source location Saul Wold
2011-05-05 11:28 ` [PATCH 00/26] Consolidated Pull for 05-May-2011 Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1304594310.20791.16.camel@rex \
--to=richard.purdie@linuxfoundation.org \
--cc=acme@redhat.com \
--cc=gregkh@suse.de \
--cc=kai.kang@windriver.com \
--cc=kyle@redhat.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=paul.eggleton@linux.intel.com \
--cc=thomas@m3y3r.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox