* [[meta-oe][PATCH 0/4] O.S. Systems changes pending for merging
@ 2011-06-27 19:38 Otavio Salvador
2011-06-27 19:38 ` [[meta-oe][PATCH 1/4] xf86-video-geode: add 2.11.12 version Otavio Salvador
` (3 more replies)
0 siblings, 4 replies; 12+ messages in thread
From: Otavio Salvador @ 2011-06-27 19:38 UTC (permalink / raw)
To: openembedded-devel; +Cc: Otavio Salvador
The following changes since commit 9e3f9dddd2d498a603c0e9eb8bf77d3476a21940:
systemd: bump SRCREV to get the new daemons (2011-06-27 20:15:37 +0200)
are available in the git repository at:
git://github.com/OSSystems/meta-oe master
https://github.com/OSSystems/meta-oe/tree/master
Otavio Salvador (4):
xf86-video-geode: add 2.11.12 version
freerdp: bump SRCREV to gather fixes
freerdp-extension-xpunlimited: bump SRCREV to fix a build failure
inih: bump SRCREV to sync with upstream r12
.../xorg-driver/xf86-video-geode_2.11.12.bb | 11 +++++++++++
.../freerdp/freerdp-extension-xpunlimited_git.bb | 2 +-
meta-oe/recipes-support/freerdp/freerdp_git.bb | 2 +-
meta-oe/recipes-support/inih/libinih_git.bb | 4 ++--
4 files changed, 15 insertions(+), 4 deletions(-)
create mode 100644 meta-oe/recipes-graphics/xorg-driver/xf86-video-geode_2.11.12.bb
--
1.7.2.5
^ permalink raw reply [flat|nested] 12+ messages in thread* [[meta-oe][PATCH 1/4] xf86-video-geode: add 2.11.12 version
2011-06-27 19:38 [[meta-oe][PATCH 0/4] O.S. Systems changes pending for merging Otavio Salvador
@ 2011-06-27 19:38 ` Otavio Salvador
2011-06-27 19:58 ` Paul Menzel
2011-06-29 0:46 ` Khem Raj
2011-06-27 19:38 ` [[meta-oe][PATCH 2/4] freerdp: bump SRCREV to gather fixes Otavio Salvador
` (2 subsequent siblings)
3 siblings, 2 replies; 12+ messages in thread
From: Otavio Salvador @ 2011-06-27 19:38 UTC (permalink / raw)
To: openembedded-devel; +Cc: Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
.../xorg-driver/xf86-video-geode_2.11.12.bb | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
create mode 100644 meta-oe/recipes-graphics/xorg-driver/xf86-video-geode_2.11.12.bb
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-geode_2.11.12.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-geode_2.11.12.bb
new file mode 100644
index 0000000..d14d63e
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-geode_2.11.12.bb
@@ -0,0 +1,11 @@
+require xorg-driver-video.inc
+LIC_FILES_CHKSUM = "file://COPYING;md5=f8ad89d9d9a024f19d7dcc5acb044a42"
+
+DESCRIPTION = "X.org server -- Geode GX2/LX display driver"
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[md5sum] = "a99c521db731c2f1df309057a8465e4c"
+SRC_URI[sha256sum] = "28d845d727d99bfa4d4b93c5486ec01b72eb222e0910a766089db1103b1c2d92"
+
+COMPATIBLE_HOST = "i.86.*-linux"
--
1.7.2.5
^ permalink raw reply related [flat|nested] 12+ messages in thread* Re: [[meta-oe][PATCH 1/4] xf86-video-geode: add 2.11.12 version
2011-06-27 19:38 ` [[meta-oe][PATCH 1/4] xf86-video-geode: add 2.11.12 version Otavio Salvador
@ 2011-06-27 19:58 ` Paul Menzel
2011-06-27 20:19 ` Otavio Salvador
2011-06-29 0:46 ` Khem Raj
1 sibling, 1 reply; 12+ messages in thread
From: Paul Menzel @ 2011-06-27 19:58 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1166 bytes --]
Am Montag, den 27.06.2011, 19:38 +0000 schrieb Otavio Salvador:
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
> .../xorg-driver/xf86-video-geode_2.11.12.bb | 11 +++++++++++
> 1 files changed, 11 insertions(+), 0 deletions(-)
> create mode 100644 meta-oe/recipes-graphics/xorg-driver/xf86-video-geode_2.11.12.bb
>
> diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-geode_2.11.12.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-geode_2.11.12.bb
> new file mode 100644
> index 0000000..d14d63e
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-geode_2.11.12.bb
> @@ -0,0 +1,11 @@
> +require xorg-driver-video.inc
> +LIC_FILES_CHKSUM = "file://COPYING;md5=f8ad89d9d9a024f19d7dcc5acb044a42"
> +
> +DESCRIPTION = "X.org server -- Geode GX2/LX display driver"
> +PE = "1"
please remove the `PE` line as I wrote already in the last review.
> +PR = "${INC_PR}.0"
> +
> +SRC_URI[md5sum] = "a99c521db731c2f1df309057a8465e4c"
> +SRC_URI[sha256sum] = "28d845d727d99bfa4d4b93c5486ec01b72eb222e0910a766089db1103b1c2d92"
> +
> +COMPATIBLE_HOST = "i.86.*-linux"
Thanks,
Paul
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: [[meta-oe][PATCH 1/4] xf86-video-geode: add 2.11.12 version
2011-06-27 19:58 ` Paul Menzel
@ 2011-06-27 20:19 ` Otavio Salvador
2011-06-28 6:54 ` Koen Kooi
0 siblings, 1 reply; 12+ messages in thread
From: Otavio Salvador @ 2011-06-27 20:19 UTC (permalink / raw)
To: openembedded-devel
On Mon, Jun 27, 2011 at 16:58, Paul Menzel
<paulepanter@users.sourceforge.net> wrote:
...
>> +DESCRIPTION = "X.org server -- Geode GX2/LX display driver"
>> +PE = "1"
>
> please remove the `PE` line as I wrote already in the last review.
Did it locally for next pull request.
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [[meta-oe][PATCH 1/4] xf86-video-geode: add 2.11.12 version
2011-06-27 20:19 ` Otavio Salvador
@ 2011-06-28 6:54 ` Koen Kooi
2011-06-28 12:41 ` Otavio Salvador
0 siblings, 1 reply; 12+ messages in thread
From: Koen Kooi @ 2011-06-28 6:54 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 27-06-11 22:19, Otavio Salvador wrote:
> On Mon, Jun 27, 2011 at 16:58, Paul Menzel
> <paulepanter@users.sourceforge.net> wrote:
> ...
>>> +DESCRIPTION = "X.org server -- Geode GX2/LX display driver"
>>> +PE = "1"
>>
>> please remove the `PE` line as I wrote already in the last review.
>
> Did it locally for next pull request.
Do you mean you updated the branch or that you will do another pull request?
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFOCXqTMkyGM64RGpERAogzAJ4h9D2Ea6fu/3YUopR/4tJj6L47YACggYiA
I59eHjrzxa93wzF6GWfoKgU=
=DLih
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [[meta-oe][PATCH 1/4] xf86-video-geode: add 2.11.12 version
2011-06-28 6:54 ` Koen Kooi
@ 2011-06-28 12:41 ` Otavio Salvador
2011-06-28 12:57 ` Koen Kooi
0 siblings, 1 reply; 12+ messages in thread
From: Otavio Salvador @ 2011-06-28 12:41 UTC (permalink / raw)
To: openembedded-devel
On Tue, Jun 28, 2011 at 03:54, Koen Kooi <koen@dominion.thruhere.net> wrote:
> Do you mean you updated the branch or that you will do another pull request?
I can do either. I was going to send another pull request but I think
it is better to push it to the branch and you get it fixed from there.
Can be?
Branch updated.
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [[meta-oe][PATCH 1/4] xf86-video-geode: add 2.11.12 version
2011-06-28 12:41 ` Otavio Salvador
@ 2011-06-28 12:57 ` Koen Kooi
0 siblings, 0 replies; 12+ messages in thread
From: Koen Kooi @ 2011-06-28 12:57 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 28-06-11 14:41, Otavio Salvador wrote:
> On Tue, Jun 28, 2011 at 03:54, Koen Kooi <koen@dominion.thruhere.net> wrote:
>> Do you mean you updated the branch or that you will do another pull request?
>
> I can do either. I was going to send another pull request but I think
> it is better to push it to the branch and you get it fixed from there.
>
> Can be?
Certainly, branch merged and pushed
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFOCc/CMkyGM64RGpERAi2mAJ9D71MhAhyNvkH+Pc6Cnjv0FxS67gCgl+0K
2anpousB8zlqhRAXQd6Vb1Q=
=2lyb
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [[meta-oe][PATCH 1/4] xf86-video-geode: add 2.11.12 version
2011-06-27 19:38 ` [[meta-oe][PATCH 1/4] xf86-video-geode: add 2.11.12 version Otavio Salvador
2011-06-27 19:58 ` Paul Menzel
@ 2011-06-29 0:46 ` Khem Raj
2011-06-29 1:39 ` Otavio Salvador
1 sibling, 1 reply; 12+ messages in thread
From: Khem Raj @ 2011-06-29 0:46 UTC (permalink / raw)
To: openembedded-devel
On 06/27/2011 12:38 PM, Otavio Salvador wrote:
> Signed-off-by: Otavio Salvador<otavio@ossystems.com.br>
> ---
> .../xorg-driver/xf86-video-geode_2.11.12.bb | 11 +++++++++++
> 1 files changed, 11 insertions(+), 0 deletions(-)
> create mode 100644 meta-oe/recipes-graphics/xorg-driver/xf86-video-geode_2.11.12.bb
>
> diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-geode_2.11.12.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-geode_2.11.12.bb
> new file mode 100644
> index 0000000..d14d63e
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-geode_2.11.12.bb
> @@ -0,0 +1,11 @@
> +require xorg-driver-video.inc
> +LIC_FILES_CHKSUM = "file://COPYING;md5=f8ad89d9d9a024f19d7dcc5acb044a42"
> +
> +DESCRIPTION = "X.org server -- Geode GX2/LX display driver"
> +PE = "1"
> +PR = "${INC_PR}.0"
> +
> +SRC_URI[md5sum] = "a99c521db731c2f1df309057a8465e4c"
> +SRC_URI[sha256sum] = "28d845d727d99bfa4d4b93c5486ec01b72eb222e0910a766089db1103b1c2d92"
> +
> +COMPATIBLE_HOST = "i.86.*-linux"
Is it available for strictly x86 or can x86_64 use it.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [[meta-oe][PATCH 2/4] freerdp: bump SRCREV to gather fixes
2011-06-27 19:38 [[meta-oe][PATCH 0/4] O.S. Systems changes pending for merging Otavio Salvador
2011-06-27 19:38 ` [[meta-oe][PATCH 1/4] xf86-video-geode: add 2.11.12 version Otavio Salvador
@ 2011-06-27 19:38 ` Otavio Salvador
2011-06-27 19:38 ` [[meta-oe][PATCH 3/4] freerdp-extension-xpunlimited: bump SRCREV to fix a build failure Otavio Salvador
2011-06-27 19:38 ` [[meta-oe][PATCH 4/4] inih: bump SRCREV to sync with upstream r12 Otavio Salvador
3 siblings, 0 replies; 12+ messages in thread
From: Otavio Salvador @ 2011-06-27 19:38 UTC (permalink / raw)
To: openembedded-devel; +Cc: Otavio Salvador
This new version has many major refactorings that will be available on
0.9.0 release but the main fix is related to serial port redirection
that has got many fixes and improvements.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
meta-oe/recipes-support/freerdp/freerdp_git.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta-oe/recipes-support/freerdp/freerdp_git.bb b/meta-oe/recipes-support/freerdp/freerdp_git.bb
index a5f158a..a3f4a03 100644
--- a/meta-oe/recipes-support/freerdp/freerdp_git.bb
+++ b/meta-oe/recipes-support/freerdp/freerdp_git.bb
@@ -9,7 +9,7 @@ PV = "gitr${SRCPV}"
PKGV = "${GITPKGVTAG}"
PR = "${INC_PR}.2"
-SRCREV = "dd759622a097474114ce425021ef52d0aa5d3957"
+SRCREV = "d1eef40acc994d85cb78c0a98914edc097c9b44d"
SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;protocol=git"
S = "${WORKDIR}/git"
--
1.7.2.5
^ permalink raw reply related [flat|nested] 12+ messages in thread* [[meta-oe][PATCH 3/4] freerdp-extension-xpunlimited: bump SRCREV to fix a build failure
2011-06-27 19:38 [[meta-oe][PATCH 0/4] O.S. Systems changes pending for merging Otavio Salvador
2011-06-27 19:38 ` [[meta-oe][PATCH 1/4] xf86-video-geode: add 2.11.12 version Otavio Salvador
2011-06-27 19:38 ` [[meta-oe][PATCH 2/4] freerdp: bump SRCREV to gather fixes Otavio Salvador
@ 2011-06-27 19:38 ` Otavio Salvador
2011-06-27 19:38 ` [[meta-oe][PATCH 4/4] inih: bump SRCREV to sync with upstream r12 Otavio Salvador
3 siblings, 0 replies; 12+ messages in thread
From: Otavio Salvador @ 2011-06-27 19:38 UTC (permalink / raw)
To: openembedded-devel; +Cc: Otavio Salvador
FreeRDP has renamed its library from libfreerdp to libfreerdp-core
thus this needed changes too.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
.../freerdp/freerdp-extension-xpunlimited_git.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta-oe/recipes-support/freerdp/freerdp-extension-xpunlimited_git.bb b/meta-oe/recipes-support/freerdp/freerdp-extension-xpunlimited_git.bb
index 4fc6928..c9721f4 100644
--- a/meta-oe/recipes-support/freerdp/freerdp-extension-xpunlimited_git.bb
+++ b/meta-oe/recipes-support/freerdp/freerdp-extension-xpunlimited_git.bb
@@ -14,7 +14,7 @@ PR = "r0"
inherit pkgconfig cmake
-SRCREV = "d27f90a0128c687ce74cc922dba8b7eeb33f0654"
+SRCREV = "e952627ff4c116b4ce8541c91cb96bd5422c4a0d"
SRC_URI = "git://github.com/OSSystems/FreeRDP-Extension-XPUnlimited.git;protocol=git"
S = "${WORKDIR}/git"
--
1.7.2.5
^ permalink raw reply related [flat|nested] 12+ messages in thread* [[meta-oe][PATCH 4/4] inih: bump SRCREV to sync with upstream r12
2011-06-27 19:38 [[meta-oe][PATCH 0/4] O.S. Systems changes pending for merging Otavio Salvador
` (2 preceding siblings ...)
2011-06-27 19:38 ` [[meta-oe][PATCH 3/4] freerdp-extension-xpunlimited: bump SRCREV to fix a build failure Otavio Salvador
@ 2011-06-27 19:38 ` Otavio Salvador
3 siblings, 0 replies; 12+ messages in thread
From: Otavio Salvador @ 2011-06-27 19:38 UTC (permalink / raw)
To: openembedded-devel; +Cc: Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
meta-oe/recipes-support/inih/libinih_git.bb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-oe/recipes-support/inih/libinih_git.bb b/meta-oe/recipes-support/inih/libinih_git.bb
index f750bdb..fbdb520 100644
--- a/meta-oe/recipes-support/inih/libinih_git.bb
+++ b/meta-oe/recipes-support/inih/libinih_git.bb
@@ -6,10 +6,10 @@ PKGV = "${GITPKGVTAG}"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=dae28cbf28207425e0d0b3eb835f4bde"
-PR = "r1"
+PR = "r2"
# The github repository provides a cmake and pkg-config integration
-SRCREV = "af230b4c7ef2529413ffc37cee513ef8f35c9598"
+SRCREV = "7ab5f69cde1e921f58d0ef00fa8039d8ea311226"
SRC_URI = "git://github.com/OSSystems/inih.git;protocol=git"
S = "${WORKDIR}/git"
--
1.7.2.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2011-06-29 1:42 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-27 19:38 [[meta-oe][PATCH 0/4] O.S. Systems changes pending for merging Otavio Salvador
2011-06-27 19:38 ` [[meta-oe][PATCH 1/4] xf86-video-geode: add 2.11.12 version Otavio Salvador
2011-06-27 19:58 ` Paul Menzel
2011-06-27 20:19 ` Otavio Salvador
2011-06-28 6:54 ` Koen Kooi
2011-06-28 12:41 ` Otavio Salvador
2011-06-28 12:57 ` Koen Kooi
2011-06-29 0:46 ` Khem Raj
2011-06-29 1:39 ` Otavio Salvador
2011-06-27 19:38 ` [[meta-oe][PATCH 2/4] freerdp: bump SRCREV to gather fixes Otavio Salvador
2011-06-27 19:38 ` [[meta-oe][PATCH 3/4] freerdp-extension-xpunlimited: bump SRCREV to fix a build failure Otavio Salvador
2011-06-27 19:38 ` [[meta-oe][PATCH 4/4] inih: bump SRCREV to sync with upstream r12 Otavio Salvador
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.