From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 07/15] initscripts-shr: remove unused usb-gadget script for palmpre machine
Date: Mon, 18 Oct 2010 20:58:44 +0200 [thread overview]
Message-ID: <20101018185843.GG3324@jama> (raw)
In-Reply-To: <1287427884-1517-8-git-send-email-morphis@gravedo.de>
On Mon, Oct 18, 2010 at 08:51:16PM +0200, Simon Busch wrote:
> This script was resonsible for activating networking over usb but is not needed anymore as
> our default kernel for the palmpre machine activates usb networking per default.
>
> Signed-off-by: Simon Busch <morphis@gravedo.de>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
> recipes/shr/initscripts-shr/palmpre/usb-gadget.sh | 10 ----------
> recipes/shr/initscripts-shr_0.0.1.bb | 8 +-------
> 2 files changed, 1 insertions(+), 17 deletions(-)
> delete mode 100644 recipes/shr/initscripts-shr/palmpre/usb-gadget.sh
>
> diff --git a/recipes/shr/initscripts-shr/palmpre/usb-gadget.sh b/recipes/shr/initscripts-shr/palmpre/usb-gadget.sh
> deleted file mode 100644
> index d755495..0000000
> --- a/recipes/shr/initscripts-shr/palmpre/usb-gadget.sh
> +++ /dev/null
> @@ -1,10 +0,0 @@
> -#!/bin/sh
> -
> -# usb gadget configuration:
> -# there already different configurations on the palm pre defined,
> -# we choose nr 5 cause it provides the usbnet, novacom
> -# and storage gadget
> -if [ -e /sys/class/usb_gadget/config_num ]; then
> - echo 5 > /sys/class/usb_gadget/config_num
> -fi
> -
> diff --git a/recipes/shr/initscripts-shr_0.0.1.bb b/recipes/shr/initscripts-shr_0.0.1.bb
> index 120c325..e4dc736 100644
> --- a/recipes/shr/initscripts-shr_0.0.1.bb
> +++ b/recipes/shr/initscripts-shr_0.0.1.bb
> @@ -5,7 +5,7 @@ DEPENDS = ""
> RDEPENDS_${PN} = "procps"
> LICENSE = "GPL"
> PV = "0.0.1"
> -PR = "r19"
> +PR = "r20"
>
> RCONFLICTS_${PN} = "initscripts"
>
> @@ -31,7 +31,6 @@ SRC_URI = "file://alignment.sh \
> file://umountfs \
> file://umountnfs.sh \
> "
> -SRC_URI_append_palmpre = " file://usb-gadget.sh"
>
> inherit base
>
> @@ -75,11 +74,6 @@ do_install () {
> install -m 0755 ${WORKDIR}/umountfs ${D}${sysconfdir}/init.d
> install -m 0755 ${WORKDIR}/umountnfs.sh ${D}${sysconfdir}/init.d
>
> - if [ "${MACHINE}" == "palmpre" ]; then
> - install -m 0755 ${WORKDIR}/usb-gadget.sh ${D}${sysconfdir}/init.d
> - ln -sf ../init.d/usb-gadget.sh ${D}${sysconfdir}/rcS.d/S00usb-gadget.sh
> - fi
> -
> #
> # Create runlevel links
> #
> --
> 1.7.1
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
next prev parent reply other threads:[~2010-10-18 18:59 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-18 18:51 More work on support for palmpre machine Simon Busch
2010-10-18 18:51 ` [PATCH 01/15] tslib: adjust various recipe settings for the " Simon Busch
2010-10-18 18:51 ` [PATCH 02/15] read-tokens: add initial git version Simon Busch
2010-10-18 18:51 ` [PATCH 03/15] tsmd: add initial recipe Simon Busch
2010-10-18 18:51 ` [PATCH 04/15] netbase: powerup usb0 interface automatically on palmpre machine Simon Busch
2010-10-31 8:54 ` Denis 'GNUtoo' Carikli
2010-10-31 10:46 ` Simon Busch
2010-10-18 18:51 ` [PATCH 05/15] palmpre: prefer git version of tslib Simon Busch
2010-10-18 19:00 ` Martin Jansa
2010-10-19 7:46 ` Simon Busch
2010-10-19 12:46 ` [PATCH 15/15] preferred-shr-versions: choose git version of tslib as default Simon Busch
2010-10-18 21:10 ` [PATCH 05/15] palmpre: prefer git version of tslib Koen Kooi
2010-10-18 18:51 ` [PATCH 06/15] tslib: add patch for git version to compile cy8mrln plugin Simon Busch
2010-10-18 18:51 ` [PATCH 07/15] initscripts-shr: remove unused usb-gadget script for palmpre machine Simon Busch
2010-10-18 18:58 ` Martin Jansa [this message]
2010-10-18 18:51 ` [PATCH 08/15] tellbootie: add initial git version Simon Busch
2010-10-18 18:51 ` [PATCH 09/15] palmpre-audio-scripts: add initial version Simon Busch
2010-10-18 18:51 ` [PATCH 10/15] tslib: fix typo in palmpre machine ts.conf file and switch to raw module Simon Busch
2010-10-18 18:51 ` [PATCH 11/15] linux-palmpre: bump git SRCREV for devtmpfs support Simon Busch
2010-10-18 18:51 ` [PATCH 12/15] linux-palmpre: enable devtmpfs per default but do not auto mount it Simon Busch
2010-10-18 18:51 ` [PATCH 13/15] initscripts-shr: add mountdevtmpfs init script for palmpre machine Simon Busch
2010-10-20 8:04 ` Klaus 'mrmoku' Kurzmann
2010-10-18 18:51 ` [PATCH 14/15] xserver-xorg-conf: switch from plain tslib access to evdev for touchscreen on " Simon Busch
2010-10-18 21:11 ` Koen Kooi
2010-10-19 7:42 ` Simon Busch
2010-10-18 18:51 ` [PATCH 15/15] palmpre: add some utilities to MACHINE_EXTRA_RDEPEND Simon Busch
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=20101018185843.GG3324@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/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