| Submitter | Otavio Salvador |
|---|---|
| Date | June 27, 2011, 7:38 p.m. |
| Message ID | <0a7128c3166d0729292e664918b76cf5b7074fe5.1309203431.git.otavio@ossystems.com.br> |
| Download | mbox | patch |
| Permalink | /patch/6541/ |
| State | New, archived |
| Headers | show |
Comments
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
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.
-----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-----
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.
-----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-----
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.
On Tue, Jun 28, 2011 at 21:46, Khem Raj <raj.khem@gmail.com> wrote: ... >> +COMPATIBLE_HOST = "i.86.*-linux" > > Is it available for strictly x86 or can x86_64 use it. x86 only AFAIK.
Patch
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"
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