* [RFC] patches for angstrom 2008.1 - c7x0
@ 2008-06-04 22:03 Andrea Adami
2008-06-04 22:24 ` Andrea Adami
0 siblings, 1 reply; 4+ messages in thread
From: Andrea Adami @ 2008-06-04 22:03 UTC (permalink / raw)
To: openembedded-devel
oebug 3428 preferred xserver-kdrive-imageon for c7x0
oebug 4304 c7x0 wont resume using linux-rp_2.6.23
oebug 4118 udev-118 failed to create device nodes on Tosa ... (and c7x0)
#
# old_revision [bcb31dc3c95419caf9e78af08f99256c5965175e]
#
# patch "conf/distro/include/angstrom-2008-preferred-versions.inc"
# from [45c7ad8dae151667ad4090f51315c58cf1e5a31b]
# to [fa49e84959c21907c43b99aa1f28e3f64cd7f640]
#
# patch "conf/machine/include/zaurus-2.6.inc"
# from [f56c5d7f00ad90430d1cfa3e9ff6283245f5e5c6]
# to [a16d4ce273d75cc872c36b59bb08b5bf781820e2]
#
# patch "packages/linux/linux-rp_2.6.24.bb"
# from [4782fd14fc4ea11a863598f899afcf59024885eb]
# to [3848fa5aa42012b46af0a9c10e3841d51c11dd2e]
#
============================================================
--- conf/distro/include/angstrom-2008-preferred-versions.inc 45c7ad8dae151667ad4090f51315c58cf1e5a31b
+++ conf/distro/include/angstrom-2008-preferred-versions.inc fa49e84959c21907c43b99aa1f28e3f64cd7f640
@@ -7,6 +7,6 @@ PREFERRED_VERSION_pulseaudio = "0.9.9"
PREFERRED_VERSION_pango = "1.18.3"
PREFERRED_VERSION_pixman = "0.10.0"
PREFERRED_VERSION_pulseaudio = "0.9.9"
-PREFERRED_VERSION_udev = "118"
+PREFERRED_VERSION_udev = "092"
PREFERRED_VERSION_xserver-kdrive = "1.4.0.90"
PREFERRED_VERSION_dropbear = "0.50"
============================================================
--- conf/machine/include/zaurus-2.6.inc f56c5d7f00ad90430d1cfa3e9ff6283245f5e5c6
+++ conf/machine/include/zaurus-2.6.inc a16d4ce273d75cc872c36b59bb08b5bf781820e2
@@ -19,6 +19,7 @@ PREFERRED_PROVIDER_virtual/xserver = "xs
PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
+PREFERRED_PROVIDER_virtual/xserver_c7x0 = "xserver-kdrive-imageon"
PCMCIA_MANAGER ?= "pcmciautils"
============================================================
--- packages/linux/linux-rp_2.6.24.bb 4782fd14fc4ea11a863598f899afcf59024885eb
+++ packages/linux/linux-rp_2.6.24.bb 3848fa5aa42012b46af0a9c10e3841d51c11dd2e
@@ -6,6 +6,7 @@ DEFAULT_PREFERENCE_tosa = "1"
DEFAULT_PREFERENCE_collie = "1"
DEFAULT_PREFERENCE_qemux86 = "1"
DEFAULT_PREFERENCE_tosa = "1"
+DEFAULT_PREFERENCE_c7x0 = "1"
# Handy URLs
# git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFC] patches for angstrom 2008.1 - c7x0
2008-06-04 22:03 [RFC] patches for angstrom 2008.1 - c7x0 Andrea Adami
@ 2008-06-04 22:24 ` Andrea Adami
2008-06-05 6:52 ` Koen Kooi
0 siblings, 1 reply; 4+ messages in thread
From: Andrea Adami @ 2008-06-04 22:24 UTC (permalink / raw)
To: openembedded-devel
Sorry, was meant for c7x0 only:
============================================================
--- conf/distro/include/angstrom-2008-preferred-versions.inc 45c7ad8dae151667ad4090f51315c58cf1e5a31b
+++ conf/distro/include/angstrom-2008-preferred-versions.inc 989f798867f6f1deb79f8cd515470d7f419445fd
@@ -8,5 +8,6 @@ PREFERRED_VERSION_udev = "118"
PREFERRED_VERSION_pixman = "0.10.0"
PREFERRED_VERSION_pulseaudio = "0.9.9"
PREFERRED_VERSION_udev = "118"
+PREFERRED_VERSION_udev_c7x0 = "092"
PREFERRED_VERSION_xserver-kdrive = "1.4.0.90"
PREFERRED_VERSION_dropbear = "0.50"
Andrea
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFC] patches for angstrom 2008.1 - c7x0
2008-06-04 22:24 ` Andrea Adami
@ 2008-06-05 6:52 ` Koen Kooi
2008-06-05 7:38 ` Andrea Adami
0 siblings, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2008-06-05 6:52 UTC (permalink / raw)
To: openembedded-devel
Andrea Adami wrote:
> Sorry, was meant for c7x0 only:
>
> ============================================================
> --- conf/distro/include/angstrom-2008-preferred-versions.inc 45c7ad8dae151667ad4090f51315c58cf1e5a31b
> +++ conf/distro/include/angstrom-2008-preferred-versions.inc 989f798867f6f1deb79f8cd515470d7f419445fd
> @@ -8,5 +8,6 @@ PREFERRED_VERSION_udev = "118"
> PREFERRED_VERSION_pixman = "0.10.0"
> PREFERRED_VERSION_pulseaudio = "0.9.9"
> PREFERRED_VERSION_udev = "118"
> +PREFERRED_VERSION_udev_c7x0 = "092"
> PREFERRED_VERSION_xserver-kdrive = "1.4.0.90"
> PREFERRED_VERSION_dropbear = "0.50"
PV can't go backwards, and we certainly don't want to special-case
machines wrt udev versions. You'll have to find another solution to your
problem.
regards,
Koen
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFC] patches for angstrom 2008.1 - c7x0
2008-06-05 6:52 ` Koen Kooi
@ 2008-06-05 7:38 ` Andrea Adami
0 siblings, 0 replies; 4+ messages in thread
From: Andrea Adami @ 2008-06-05 7:38 UTC (permalink / raw)
To: openembedded-devel
Ok, will try to move to 119 or latest 122 (I'll need some help probably).
Ciao
Andrea
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-06-05 7:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-04 22:03 [RFC] patches for angstrom 2008.1 - c7x0 Andrea Adami
2008-06-04 22:24 ` Andrea Adami
2008-06-05 6:52 ` Koen Kooi
2008-06-05 7:38 ` Andrea Adami
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.