All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe-commits] org.oe.dev qemu: sync with poky, remove obsolete ones
       [not found] <E1Gat5Z-0000PW-3y@linuxtogo.org>
@ 2006-10-20 12:08 ` Paul Sokolovsky
  2006-10-20 14:13   ` Michael 'Mickey' Lauer
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Sokolovsky @ 2006-10-20 12:08 UTC (permalink / raw)
  To: openembedded-devel

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




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

* Re: [oe-commits] org.oe.dev qemu: sync with poky, remove obsolete ones
  2006-10-20 12:08 ` [oe-commits] org.oe.dev qemu: sync with poky, remove obsolete ones Paul Sokolovsky
@ 2006-10-20 14:13   ` Michael 'Mickey' Lauer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael 'Mickey' Lauer @ 2006-10-20 14:13 UTC (permalink / raw)
  To: openembedded-devel

> 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.

In principle I agree and normally I preserve the last stable release
when I add newer version of packages. In this particular case though for
some reason (which I can't remember other than that it was in middle of
the night where I should've rather counted sheeps) I didn't :)

I'll bring 0.8.2 back the second 0.8.2+cvs20060723 breaks for anyone.
-- 
Regards,

Michael 'Mickey' Lauer | FreeLancer | http://www.Vanille-Media.de





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

end of thread, other threads:[~2006-10-20 14:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1Gat5Z-0000PW-3y@linuxtogo.org>
2006-10-20 12:08 ` [oe-commits] org.oe.dev qemu: sync with poky, remove obsolete ones Paul Sokolovsky
2006-10-20 14:13   ` Michael 'Mickey' Lauer

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.