Ulf Samuelsson | 1 Nov 2011 01:38
Picon

Re: [oe] Plans for OE classic future

2011-10-27 14:27, Martin Jansa skrev:
> On Thu, Oct 27, 2011 at 01:56:43PM +0200, Henning Heinold wrote:
>> On Thu, Oct 27, 2011 at 10:53:13AM +0000, Mats Kärrman wrote:
>>> Hi,
>>>
>>> Are there any plans for new releases and/or maintenance branches of OE classic?
>>>
>>> BR / Mats
>> Hi,
>>
>> http://cgit.openembedded.org/openembedded/log/?h=org.openembedded.dev
>>
>> and
>>
>> http://cgit.openembedded.org/openembedded/log/?h=2011.03-maintenance
>>
>> Bye Henning
> Are you showing that maintenance ibranch is not so old and that only few
> things changed in old OE-classic since then? :)
>
> Afaik: nobody plans to do another release from OE-classic and
> oe-core/meta-oe/BSP's/... are veryclose to first release

What repository is used for the BSP's ?

BR
Ulf Samuelsson

> Regards
>
(Continue reading)

Denys Dmytriyenko | 1 Nov 2011 02:00
Gravatar

Re: [oe] Plans for OE classic future

On Tue, Nov 01, 2011 at 01:38:33AM +0100, Ulf Samuelsson wrote:
> 2011-10-27 14:27, Martin Jansa skrev:
>> On Thu, Oct 27, 2011 at 01:56:43PM +0200, Henning Heinold wrote:
>>> On Thu, Oct 27, 2011 at 10:53:13AM +0000, Mats K?rrman wrote:
>>>> Hi,
>>>>
>>>> Are there any plans for new releases and/or maintenance branches of OE 
>>>> classic?
>>>>
>>>> BR / Mats
>>> Hi,
>>>
>>> http://cgit.openembedded.org/openembedded/log/?h=org.openembedded.dev
>>>
>>> and
>>>
>>> http://cgit.openembedded.org/openembedded/log/?h=2011.03-maintenance
>>>
>>> Bye Henning
>> Are you showing that maintenance ibranch is not so old and that only few
>> things changed in old OE-classic since then? :)
>>
>> Afaik: nobody plans to do another release from OE-classic and
>> oe-core/meta-oe/BSP's/... are veryclose to first release
>
> What repository is used for the BSP's ?

Each BSP in own repository - http://www.openembedded.org/wiki/LayerIndex

--

-- 
(Continue reading)

Jaap de Jong | 1 Nov 2011 08:13
Favicon
Gravatar

Re: [oe] Plans for OE classic future

On 11/01/2011 02:00 AM, Denys Dmytriyenko wrote:
> On Tue, Nov 01, 2011 at 01:38:33AM +0100, Ulf Samuelsson wrote:
>> 2011-10-27 14:27, Martin Jansa skrev:
>>> On Thu, Oct 27, 2011 at 01:56:43PM +0200, Henning Heinold wrote:
>>>> On Thu, Oct 27, 2011 at 10:53:13AM +0000, Mats K?rrman wrote:
>>>>> Hi,
>>>>>
>>>>> Are there any plans for new releases and/or maintenance branches of OE
>>>>> classic?
>>>>>
>>>>> BR / Mats
>>>> Hi,
>>>>
>>>> http://cgit.openembedded.org/openembedded/log/?h=org.openembedded.dev
>>>>
>>>> and
>>>>
>>>> http://cgit.openembedded.org/openembedded/log/?h=2011.03-maintenance
>>>>
>>>> Bye Henning
>>> Are you showing that maintenance ibranch is not so old and that only few
>>> things changed in old OE-classic since then? :)
>>>
>>> Afaik: nobody plans to do another release from OE-classic and
>>> oe-core/meta-oe/BSP's/... are veryclose to first release
>> What repository is used for the BSP's ?
> Each BSP in own repository - http://www.openembedded.org/wiki/LayerIndex
>
Does anybody know where the atmel boards are? (at91sam9263ek)
(Continue reading)

Koen Kooi | 1 Nov 2011 08:48
Gravatar

Re: [oe] [meta-efl][meta-oe 09/12] task-x11-server: import from Angstrom


Op 29-10-11 12:29, Martin Jansa schreef:
> * from meta-angstrom revision 8aa9581a920abae8878df2f3faf9857474edd1f8 *
> added RPROVIDES to be able to drop server part from task-x11 * updated
> DESCRIPTION to match * renamed to task-x11-server for upgradeable path
> 
> Signed-off-by: Martin Jansa <Martin.Jansa <at> gmail.com> --- 
> meta-oe/recipes-core/tasks/task-x11-server_1.0.bb |   24
> +++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) 
> create mode 100644 meta-oe/recipes-core/tasks/task-x11-server_1.0.bb
> 
> diff --git a/meta-oe/recipes-core/tasks/task-x11-server_1.0.bb
> b/meta-oe/recipes-core/tasks/task-x11-server_1.0.bb new file mode 100644 
> index 0000000..86de1ec --- /dev/null +++
> b/meta-oe/recipes-core/tasks/task-x11-server_1.0.bb  <at>  <at>  -0,0 +1,24  <at>  <at>  
> +DESCRIPTION = "Task for a image with Xserver" +LICENSE = "MIT" 
> +LIC_FILES_CHKSUM =
> "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" +PR =
> "r9" + +inherit task + +# for backwards compatibility +RPROVIDES_${PN} =
> "task-x11-server"

I think that shoud read:

RPROVIDES_${PN} += "task-xserver"

To provide a proper upgrade path.

Koen Kooi | 1 Nov 2011 08:52
Gravatar

Re: [oe] [meta-efl][meta-oe 10/12] task-x11: remove server parts and add VIRTUAL_RUNTIME variables to be able to select different -common and init providers


Op 29-10-11 12:29, Martin Jansa schreef:
> Signed-off-by: Martin Jansa <Martin.Jansa <at> gmail.com>

[..]

> -# Some machines don't set a *runtime* provider for X, so default to
> Xfbdev here -# virtual/xserver won't work, since the kdrive recipes will
> build multiple xserver packages -XSERVER ?= "xserver-xorg" 
> -XSERVER_COMMON ?= "xserver-common" - -PACKAGE_ARCH = "${MACHINE_ARCH}" 
> +# xserver-common, x11-common +VIRTUAL-RUNTIME_xserver-common ?=
> "xserver-common"
> 
> -RDEPENDS_${PN}-server = "\ -  ${XSERVER} \ -" +# elsa,
> xserver-nodm-init +VIRTUAL-RUNTIME_graphical_init_manager ?=
> "xserver-nodm-init"
> 
> RDEPENDS_${PN}-utils = "\ -  ${XSERVER_COMMON} \ -  xserver-nodm-init \ +
> ${VIRTUAL-RUNTIME_xserver-common} \ +
> ${VIRTUAL-RUNTIME_graphical_init_manager} \ xauth \ xhost \ xset \

Can someone explain what the VIRTUAL-RUNTIME_* buys us? I'd be much happier
if you split this into two or more tasks. Experience has shown that people
just don't get that they need to change all the PRs in the tasks when
updating magic vars like VIRTUAL-RUNTIME_* :(

regards,

Koen
(Continue reading)

Martin Jansa | 1 Nov 2011 09:04
Picon
Gravatar

Re: [oe] [meta-efl][meta-oe 10/12] task-x11: remove server parts and add VIRTUAL_RUNTIME variables to be able to select different -common and init providers

On Tue, Nov 01, 2011 at 08:52:48AM +0100, Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Op 29-10-11 12:29, Martin Jansa schreef:
> > Signed-off-by: Martin Jansa <Martin.Jansa <at> gmail.com>
> 
> [..]
> 
> > -# Some machines don't set a *runtime* provider for X, so default to
> > Xfbdev here -# virtual/xserver won't work, since the kdrive recipes will
> > build multiple xserver packages -XSERVER ?= "xserver-xorg" 
> > -XSERVER_COMMON ?= "xserver-common" - -PACKAGE_ARCH = "${MACHINE_ARCH}" 
> > +# xserver-common, x11-common +VIRTUAL-RUNTIME_xserver-common ?=
> > "xserver-common"
> > 
> > -RDEPENDS_${PN}-server = "\ -  ${XSERVER} \ -" +# elsa,
> > xserver-nodm-init +VIRTUAL-RUNTIME_graphical_init_manager ?=
> > "xserver-nodm-init"
> > 
> > RDEPENDS_${PN}-utils = "\ -  ${XSERVER_COMMON} \ -  xserver-nodm-init \ +
> > ${VIRTUAL-RUNTIME_xserver-common} \ +
> > ${VIRTUAL-RUNTIME_graphical_init_manager} \ xauth \ xhost \ xset \
> 
> Can someone explain what the VIRTUAL-RUNTIME_* buys us? I'd be much happier
> if you split this into two or more tasks. Experience has shown that people
> just don't get that they need to change all the PRs in the tasks when
> updating magic vars like VIRTUAL-RUNTIME_* :(

Right now I'm using them to use x11-common instead of xserver-common and
(Continue reading)

Martin Jansa | 1 Nov 2011 09:08
Picon
Gravatar

Re: [oe] [meta-efl][meta-oe 09/12] task-x11-server: import from Angstrom

On Tue, Nov 01, 2011 at 08:48:20AM +0100, Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Op 29-10-11 12:29, Martin Jansa schreef:
> > * from meta-angstrom revision 8aa9581a920abae8878df2f3faf9857474edd1f8 *
> > added RPROVIDES to be able to drop server part from task-x11 * updated
> > DESCRIPTION to match * renamed to task-x11-server for upgradeable path
> > 
> > Signed-off-by: Martin Jansa <Martin.Jansa <at> gmail.com> --- 
> > meta-oe/recipes-core/tasks/task-x11-server_1.0.bb |   24
> > +++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) 
> > create mode 100644 meta-oe/recipes-core/tasks/task-x11-server_1.0.bb
> > 
> > diff --git a/meta-oe/recipes-core/tasks/task-x11-server_1.0.bb
> > b/meta-oe/recipes-core/tasks/task-x11-server_1.0.bb new file mode 100644 
> > index 0000000..86de1ec --- /dev/null +++
> > b/meta-oe/recipes-core/tasks/task-x11-server_1.0.bb  <at>  <at>  -0,0 +1,24  <at>  <at>  
> > +DESCRIPTION = "Task for a image with Xserver" +LICENSE = "MIT" 
> > +LIC_FILES_CHKSUM =
> > "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" +PR =
> > "r9" + +inherit task + +# for backwards compatibility +RPROVIDES_${PN} =
> > "task-x11-server"
> 
> I think that shoud read:
> 
> RPROVIDES_${PN} += "task-xserver"
> 
> To provide a proper upgrade path.

(Continue reading)

Martin Jansa | 1 Nov 2011 09:27
Picon
Gravatar

[oe] [meta-efl][meta-oe 00/15] EFL upgrade and few small fixes and additions, version 2

Version 2 has integrated all review points from ML and 3 patches were added
    pull-15505/0013-meta-efl-e-wm-renice-to-2.patch
    pull-15505/0014-recipes-bump-PR-after-python-upgrade.patch
    pull-15505/0015-gpsd-fix-build-with-python2.7-in-sysroot-and-python2.patch
elfe patch was applied upstream, so I've just bumped SRCREV instead of applying it in oe    
    pull-15505/0010-elfe-bump-SRCREV-to-fix-more-deprecated-API-calls.patch

The following changes since commit 5dc3cb849e4d9f84a2788de9dd096f9c1a5386ea:

  wget: drop from meta-oe, it's in oe-core now (2011-10-31 23:14:41 +0100)

are available in the git repository at:
  git://git.openembedded.org/meta-openembedded-contrib jansa/pull
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/pull

Denis 'GNUtoo' Carikli (3):
  id3lib: import from openembedded classic, version 3.8.3
  liblinebreak: import from openembedded classic, version 1.2
  meta-efl: e-wm: renice to -2

Klaus Kurzmann (1):
  xserver-common_1.34: patch Xserver to add support for gta04

Martin Jansa (11):
  midori: fix build with dirty vala
  navit: upgrade to latest SRCREV and remove navit-icons
  xserver-nodm-init: set USER and HOME
  e-base: bump EFL_SRCREV and refresh patches and elementary version
  task-x11: remove server parts and add VIRTUAL_RUNTIME variables to be
    able to select different -common and init providers
(Continue reading)

Koen Kooi | 1 Nov 2011 09:27
Gravatar

Re: [oe] [meta-efl][meta-oe 07/12] e-base: bump EFL_SRCREV and refresh patches and elementary version


Op 29-10-11 12:29, Martin Jansa schreef:
> Signed-off-by: Martin Jansa <Martin.Jansa <at> gmail.com>

I get:

c evas_engine.c  -fPIC -DPIC -o .libs/module_la-evas_engine.o
| evas_engine.c: In function '_sym_init':
| evas_engine.c:493:115: warning: assignment from incompatible pointer type
| evas_engine.c:493:273: warning: assignment from incompatible pointer type
| evas_engine.c: In function 'eng_gl_make_current':
| evas_engine.c:3223:9: error: 'rsc' undeclared (first use in this function)
| evas_engine.c:3223:9: note: each undeclared identifier is reported only
once for each function it appears in
| evas_engine.c: In function 'eng_gl_api_get':
| evas_engine.c:3600:30: warning: assignment from incompatible pointer type
| make[5]: *** [module_la-evas_engine.lo] Error 1
| make[5]: *** Waiting for unfinished jobs...

regards,

Koen
Martin Jansa | 1 Nov 2011 09:27
Picon
Gravatar

[oe] [meta-efl][meta-oe 02/15] xserver-common_1.34: patch Xserver to add support for gta04

From: Klaus Kurzmann <mok <at> fluxnetz.de>

Signed-off-by: Klaus Kurzmann <mok <at> fluxnetz.de>
Signed-off-by: Martin Jansa <Martin.Jansa <at> gmail.com>
---
 .../xserver-common-1.34/Xserver.gta04.patch        |   32 ++++++++++++++++++++
 .../xserver-common/xserver-common_1.34.bb          |    1 +
 2 files changed, 33 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/Xserver.gta04.patch

diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/Xserver.gta04.patch b/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/Xserver.gta04.patch
new file mode 100644
index 0000000..8a17c9a
--- /dev/null
+++ b/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/Xserver.gta04.patch
 <at>  <at>  -0,0 +1,32  <at>  <at> 
+From 95d741d6849a2faddf8c1e930c7250ead90e7bed Mon Sep 17 00:00:00 2001
+From: Klaus Kurzmann <mok <at> fluxnetz.de>
+Date: Thu, 20 Oct 2011 09:05:43 +0200
+Subject: [PATCH] gta04
+
+Signed-off-by: Klaus Kurzmann <mok <at> fluxnetz.de>
+---
+ X11/xserver-common |    8 ++++++++
+ 1 files changed, 8 insertions(+), 0 deletions(-)
+
+diff --git a/X11/xserver-common b/X11/xserver-common
+index 448b262..208bbfd 100644
+--- a/X11/xserver-common
++++ b/X11/xserver-common
(Continue reading)


Gmane