Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] Add qemumips64 machine support
@ 2013-05-13  5:41 Khem Raj
  2013-05-13  5:42 ` [PATCH 1/4] runqemu: Replace use of ifconfig with ip Khem Raj
                   ` (4 more replies)
  0 siblings, 5 replies; 62+ messages in thread
From: Khem Raj @ 2013-05-13  5:41 UTC (permalink / raw)
  To: openembedded-core

This patchset adds a new qemu based machine target for mips64 Big-endian
linux-yocto recipe is modified to have it in tree to support qemumips64
machine

  image-vmdk.bbclass: disable the NOISO = "1" (2013-05-12 09:37:21 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib kraj/qemumips64
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/qemumips64

Bruce Ashfield (1):
  linux-yocto: add qemumips64 compatibility

Khem Raj (3):
  runqemu: Replace use of ifconfig with ip
  binutils: Add broadcom XLP support
  machine/qemumips64: Add machine definition

 meta/conf/machine/qemumips64.conf                  |  13 +
 meta/recipes-devtools/binutils/binutils-2.23.2.inc |   1 +
 .../binutils-2.23.2/binutils-xlp-support.patch     | 398 +++++++++++++++++++++
 meta/recipes-kernel/linux/linux-yocto-dev.bb       |   2 +-
 meta/recipes-kernel/linux/linux-yocto_3.8.bb       |   2 +-
 scripts/runqemu-gen-tapdevs                        |   6 +-
 scripts/runqemu-ifup                               |   6 +-
 scripts/runqemu-internal                           |   6 +-
 8 files changed, 423 insertions(+), 11 deletions(-)
 create mode 100644 meta/conf/machine/qemumips64.conf
 create mode 100644 meta/recipes-devtools/binutils/binutils-2.23.2/binutils-xlp-support.patch

-- 
1.8.2.1




^ permalink raw reply	[flat|nested] 62+ messages in thread

end of thread, other threads:[~2013-05-18 23:17 UTC | newest]

Thread overview: 62+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-13  5:41 [PATCH 0/4] Add qemumips64 machine support Khem Raj
2013-05-13  5:42 ` [PATCH 1/4] runqemu: Replace use of ifconfig with ip Khem Raj
2013-05-13  5:42 ` [PATCH 2/4] linux-yocto: add qemumips64 compatibility Khem Raj
2013-05-13  5:42 ` [PATCH 3/4] binutils: Add broadcom XLP support Khem Raj
2013-05-13  5:42 ` [PATCH 4/4] machine/qemumips64: Add machine definition Khem Raj
2013-05-13 16:45 ` [PATCH 0/4] Add qemumips64 machine support Trevor Woerner
2013-05-13 18:33   ` Khem Raj
2013-05-13 18:53     ` Trevor Woerner
2013-05-13 19:02       ` Khem Raj
2013-05-13 19:09         ` Trevor Woerner
2013-05-13 19:07       ` Bruce Ashfield
2013-05-13 19:20         ` Trevor Woerner
2013-05-13 19:38           ` Robert P. J. Day
2013-05-13 19:47             ` Trevor Woerner
2013-05-13 19:54               ` Robert P. J. Day
2013-05-13 19:59               ` Robert P. J. Day
2013-05-13 20:20                 ` Bruce Ashfield
2013-05-13 20:45                   ` Robert P. J. Day
2013-05-13 20:51                   ` Robert P. J. Day
2013-05-13 21:02                     ` Bruce Ashfield
2013-05-13 21:07                       ` Robert P. J. Day
2013-05-13 21:10                         ` Trevor Woerner
2013-05-13 21:14                           ` Robert P. J. Day
2013-05-13 21:26                             ` Trevor Woerner
2013-05-13 21:30                               ` Robert P. J. Day
2013-05-13 21:38                                 ` Trevor Woerner
2013-05-13 21:52                                   ` Robert P. J. Day
2013-05-13 22:23                                     ` Trevor Woerner
2013-05-13 22:24                                 ` Trevor Woerner
2013-05-13 21:09                       ` Robert P. J. Day
2013-05-13 22:07                       ` Robert P. J. Day
2013-05-13 22:19                         ` Khem Raj
2013-05-13 22:35                           ` Robert P. J. Day
2013-05-13 22:50                           ` Robert P. J. Day
2013-05-13 22:50                           ` Trevor Woerner
2013-05-13 23:06                             ` Khem Raj
2013-05-14  1:18                           ` Robert P. J. Day
2013-05-14  2:01                             ` Trevor Woerner
2013-05-14  2:02                               ` Khem Raj
2013-05-14  2:03                               ` Bruce Ashfield
2013-05-14  2:18                                 ` Trevor Woerner
2013-05-14  2:20                                   ` Bruce Ashfield
2013-05-14  2:38                                   ` Khem Raj
2013-05-14  7:59                                     ` Robert P. J. Day
2013-05-14  8:28                                     ` Robert P. J. Day
2013-05-14 12:23                                       ` Bruce Ashfield
2013-05-14 12:25                                         ` Robert P. J. Day
2013-05-15 13:23                                           ` Bruce Ashfield
2013-05-15 17:22                                             ` Trevor Woerner
2013-05-15 17:24                                               ` Bruce Ashfield
2013-05-15 17:58                                                 ` Trevor Woerner
2013-05-15 20:55                                                   ` Bruce Ashfield
2013-05-15 21:58                                                     ` Robert P. J. Day
2013-05-15 22:33                                                       ` Trevor Woerner
2013-05-15 22:35                                                         ` Khem Raj
2013-05-15 22:39                                                           ` Robert P. J. Day
2013-05-15 23:27                                                             ` Bruce Ashfield
2013-05-18 12:50                                             ` Robert P. J. Day
2013-05-18 16:14                                               ` Khem Raj
2013-05-18 22:59                                                 ` Andrea Adami
2013-05-14 12:39                                       ` Trevor Woerner
2013-05-14 10:11                                     ` Robert P. J. Day

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox