All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Sokolovsky <pmiscml@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [oe-commits] org.oe.dev qemu: sync with poky, remove obsolete ones
Date: Fri, 20 Oct 2006 15:08:51 +0300	[thread overview]
Message-ID: <1187003130.20061020150851@gmail.com> (raw)
In-Reply-To: <E1Gat5Z-0000PW-3y@linuxtogo.org>

Hello,

The same type of question which occurs on list/IRC oftentimes now -
is it so unavoidable to remove just everything? What about the last
release version? It may contain known defficiencies for *some* archs
and configs, but it is still the last release version, not a random
snapshot which doesn't have obvious issues from the first look.



This is a forwarded message
From: mickeyl commit <openembedded-commits@lists.openembedded.org>
To: openembedded-commits@lists.openembedded.org
Date: Friday, October 20, 2006, 3:03:01 PM
Subject: [oe-commits] org.oe.dev qemu: sync with poky, remove obsolete ones

===8<==============Original message text===============
qemu: sync with poky, remove obsolete ones

Author: mickeyl@openembedded.org
Branch: org.openembedded.dev
Revision: ef3a5a7f82bd855166d146d4aa03631509d0afb6
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ef3a5a7f82bd855166d146d4aa03631509d0afb6
Files:
1
packages/qemu/qemu-0.8.0
packages/qemu/qemu-0.8.0/arm_nptl.patch
packages/qemu/qemu-0.8.2
packages/qemu/qemu-0.8.2/arm_nptl.patch
packages/qemu/qemu-native_0.7.0.bb
packages/qemu/qemu-native_0.8.0.bb
packages/qemu/qemu-native_0.8.1.bb
packages/qemu/qemu-native_0.8.2.bb
packages/qemu/qemu_0.7.0.bb
packages/qemu/qemu_0.8.0.bb
packages/qemu/qemu_0.8.1.bb
packages/qemu/qemu_0.8.2.bb
packages/qemu/qemu-native.inc
packages/qemu/qemu-native_cvs.bb
packages/qemu/qemu_cvs.bb
Diffs:

#
# mt diff -r6c3c55a664b5e9996db5827d3e56aea5673fa0f5 -ref3a5a7f82bd855166d146d4aa03631509d0afb6
#
# 
# 
# delete "packages/qemu/qemu-0.8.0"
# 
# delete "packages/qemu/qemu-0.8.0/arm_nptl.patch"
# 
# delete "packages/qemu/qemu-0.8.2"
# 
# delete "packages/qemu/qemu-0.8.2/arm_nptl.patch"
# 
# delete "packages/qemu/qemu-native_0.7.0.bb"
# 
# delete "packages/qemu/qemu-native_0.8.0.bb"
# 
# delete "packages/qemu/qemu-native_0.8.1.bb"
# 
# delete "packages/qemu/qemu-native_0.8.2.bb"
# 
# delete "packages/qemu/qemu_0.7.0.bb"
# 
# delete "packages/qemu/qemu_0.8.0.bb"
# 
# delete "packages/qemu/qemu_0.8.1.bb"
# 
# delete "packages/qemu/qemu_0.8.2.bb"
# 
# patch "packages/qemu/qemu-native.inc"
#  from [1183567ede18baef9b3ea697040518af3900b919]
#    to [45385004225050f680ebab17b44abe8bb01242d7]
# 
# patch "packages/qemu/qemu-native_cvs.bb"
#  from [3ed461e231101677152430f28fd51441c9e7b8d1]
#    to [9120879a03dd31057f86891f767b181bf39ebd00]
# 
# patch "packages/qemu/qemu_cvs.bb"
#  from [c0743c6a5a5a5e933018c6befe679569aa30706d]
#    to [0dcf7b709ec1721d01b7d6c187dfd969f8cde228]
# 
============================================================
--- packages/qemu/qemu-native.inc       1183567ede18baef9b3ea697040518af3900b919
+++ packages/qemu/qemu-native.inc       45385004225050f680ebab17b44abe8bb01242d7
@@ -11,5 +11,6 @@ python __anonymous() {
         data.setVar('EXTRA_OECONF', oldOeConf + " --cc=gcc-3.4", d)
     elif len(which(path, 'gcc-3.3')) != 0:
         data.setVar('EXTRA_OECONF', oldOeConf + " --cc=gcc-3.3", d)
-
+    elif len(which(path, 'gcc-3.3.6')) != 0:
+        data.setVar('EXTRA_OECONF', oldOeConf + " --cc=gcc-3.3.6", d)
 }
============================================================
--- packages/qemu/qemu-native_cvs.bb    3ed461e231101677152430f28fd51441c9e7b8d1
+++ packages/qemu/qemu-native_cvs.bb    9120879a03dd31057f86891f767b181bf39ebd00
@@ -1,3 +1,4 @@ inherit native
 require qemu_cvs.bb
 inherit native
+# prefix = "${STAGING_DIR}/${BUILD_SYS}"
+inherit qemu-native.inc
-require qemu-native.inc
============================================================
--- packages/qemu/qemu_cvs.bb   c0743c6a5a5a5e933018c6befe679569aa30706d
+++ packages/qemu/qemu_cvs.bb   0dcf7b709ec1721d01b7d6c187dfd969f8cde228
@@ -1,10 +1,17 @@ PV = "0.8.2+cvs${SRCDATE}"
 LICENSE = "GPL"
 PV = "0.8.2+cvs${SRCDATE}"
+PR = "r1"
 
 SRC_URI = "cvs://anonymous@cvs.savannah.nongnu.org/sources/qemu;method=pserver;rsh=ssh;module=qemu \
-           file://configure.patch;patch=1 \
+           file://configure.patch;patch=1    \
+           file://qemu-sdl-cursor.patch;patch=1    \
+          file://arm_nptl.patch;patch=1     \
           file://pl110_rgb-r0.patch;patch=1 \
-          file://arm_nptl.patch;patch=1"
+          file://qemu-pci-irq-sharing.patch;patch=1 \
+          file://compiler.patch;patch=1 \
+          file://qemu-usb-wacom-0.8.2.patch;patch=1 \
+           file://qemu-usb-wacom-pressure.patch;patch=1 \
+          file://qemu-usb-wacom-buttons.patch;patch=1"
 
 S = "${WORKDIR}/qemu"
 



_______________________________________________
Openembedded-commits mailing list
Openembedded-commits@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits

===8<===========End of original message text===========



-- 
Best regards,
 Paul                            mailto:pmiscml@gmail.com




       reply	other threads:[~2006-10-20 12:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1Gat5Z-0000PW-3y@linuxtogo.org>
2006-10-20 12:08 ` Paul Sokolovsky [this message]
2006-10-20 14:13   ` [oe-commits] org.oe.dev qemu: sync with poky, remove obsolete ones Michael 'Mickey' Lauer

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=1187003130.20061020150851@gmail.com \
    --to=pmiscml@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.