Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Philip Balister <philip@balister.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH][STABLE] netbase: add BUG 2.0 support
Date: Mon, 22 Mar 2010 21:57:00 -0400	[thread overview]
Message-ID: <4BA81FEC.4060201@balister.org> (raw)
In-Reply-To: <1269255790-13046-3-git-send-email-marcin@juszkiewicz.com.pl>

Acked-by: Philip Balister <philip@balister.org>


On 03/22/2010 07:03 AM, Marcin Juszkiewicz wrote:
> From: Marcin Juszkiewicz<marcin@buglabs.net>
>
> Signed-off-by: Marcin Juszkiewicz<marcin@juszkiewicz.com.pl>
> ---
>   recipes/netbase/netbase/bug20/hosts      |    3 +++
>   recipes/netbase/netbase/bug20/interfaces |   29 +++++++++++++++++++++++++++++
>   recipes/netbase/netbase_4.21.bb          |    2 +-
>   3 files changed, 33 insertions(+), 1 deletions(-)
>   create mode 100644 recipes/netbase/netbase/bug20/hosts
>   create mode 100644 recipes/netbase/netbase/bug20/interfaces
>
> diff --git a/recipes/netbase/netbase/bug20/hosts b/recipes/netbase/netbase/bug20/hosts
> new file mode 100644
> index 0000000..789d660
> --- /dev/null
> +++ b/recipes/netbase/netbase/bug20/hosts
> @@ -0,0 +1,3 @@
> +127.0.0.1	localhost.localdomain		localhost	bug
> +10.10.10.1	bughost
> +
> diff --git a/recipes/netbase/netbase/bug20/interfaces b/recipes/netbase/netbase/bug20/interfaces
> new file mode 100644
> index 0000000..6e5f74e
> --- /dev/null
> +++ b/recipes/netbase/netbase/bug20/interfaces
> @@ -0,0 +1,29 @@
> +# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
> +
> +# The loopback interface
> +auto lo
> +iface lo inet loopback
> +
> +# Ethernet/RNDIS gadget (g_ether)
> +# usbnet and static hwaddr for mac users
> +auto usb0
> +iface usb0 inet static
> +	hwaddress ether A2:80:F4:8A:3C:91
> +	address 10.10.10.10
> +	netmask 255.255.255.0
> +	gateway 10.10.10.1
> +
> +# Wired interface
> +# BUGbase Ethernet which is built into kernel
> +# It is on USB but we rename it by udev rule
> +auto eth0
> +iface eth0 inet dhcp
> +
> +#
> +# wireless interface
> +auto eth1
> +iface eth1 inet dhcp
> +	wireless_mode managed
> +	wireless_essid any
> +	wpa-driver wext
> +	wpa-conf /etc/wpa_supplicant.conf
> diff --git a/recipes/netbase/netbase_4.21.bb b/recipes/netbase/netbase_4.21.bb
> index c8b4d19..04d9623 100644
> --- a/recipes/netbase/netbase_4.21.bb
> +++ b/recipes/netbase/netbase_4.21.bb
> @@ -2,7 +2,7 @@ DESCRIPTION = "This package provides the necessary \
>   infrastructure for basic TCP/IP based networking."
>   SECTION = "base"
>   LICENSE = "GPL"
> -PR = "r37"
> +PR = "r41"
>
>   inherit update-rc.d
>



  parent reply	other threads:[~2010-03-23  2:00 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-22 11:03 BUG 2.0 support backporting Marcin Juszkiewicz
2010-03-22 11:03 ` [PATCH][STABLE] bug20: initial configuration for BUG 2.0 device Marcin Juszkiewicz
2010-03-22 12:33   ` Koen Kooi
2010-03-23  1:56   ` Philip Balister
2010-03-22 11:03 ` [PATCH][STABLE] netbase: add BUG 2.0 support Marcin Juszkiewicz
2010-03-22 12:32   ` Koen Kooi
2010-03-23  1:57   ` Philip Balister [this message]
2010-03-22 11:03 ` [PATCH][STABLE] xserver-xorg-conf: provide working setup for BUG 2.0 Marcin Juszkiewicz
2010-03-22 12:33   ` Koen Kooi

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=4BA81FEC.4060201@balister.org \
    --to=philip@balister.org \
    --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