* [meta-fsl-arm][PATCH] xserver-xorg: don't fail if files to remove are missing @ 2013-05-07 10:07 Eric Bénard 2013-05-07 13:20 ` Otavio Salvador 0 siblings, 1 reply; 16+ messages in thread From: Eric Bénard @ 2013-05-07 10:07 UTC (permalink / raw) To: meta-freescale Signed-off-by: Eric Bénard <eric@eukrea.com> --- recipes-graphics/xorg-xserver/xserver-xorg_1.11.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/xorg-xserver/xserver-xorg_1.11.4.bb b/recipes-graphics/xorg-xserver/xserver-xorg_1.11.4.bb index 59a751b..b2e14e5 100644 --- a/recipes-graphics/xorg-xserver/xserver-xorg_1.11.4.bb +++ b/recipes-graphics/xorg-xserver/xserver-xorg_1.11.4.bb @@ -17,7 +17,7 @@ PR = "${INC_PR}.0" do_install_append_mx6 () { # FIXME: This is a workaround to ensure we use Vivante DRI - rm ${D}${includedir}/xorg/dri.h \ + rm -f ${D}${includedir}/xorg/dri.h \ ${D}${includedir}/xorg/sarea.h \ ${D}${includedir}/xorg/dristruct.h } -- 1.7.10.4 ^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [meta-fsl-arm][PATCH] xserver-xorg: don't fail if files to remove are missing 2013-05-07 10:07 [meta-fsl-arm][PATCH] xserver-xorg: don't fail if files to remove are missing Eric Bénard @ 2013-05-07 13:20 ` Otavio Salvador 2013-05-07 13:31 ` Eric Bénard 2013-05-07 13:36 ` Eric Bénard 0 siblings, 2 replies; 16+ messages in thread From: Otavio Salvador @ 2013-05-07 13:20 UTC (permalink / raw) To: Eric Bénard; +Cc: meta-freescale@yoctoproject.org On Tue, May 7, 2013 at 7:07 AM, Eric Bénard <eric@eukrea.com> wrote: > Signed-off-by: Eric Bénard <eric@eukrea.com> I am worring about how you ended without the dri.h here. You weren't suppose to lack this fine as we build with DRI enabled. Did you change something in your local.conf? -- 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] 16+ messages in thread
* Re: [meta-fsl-arm][PATCH] xserver-xorg: don't fail if files to remove are missing 2013-05-07 13:20 ` Otavio Salvador @ 2013-05-07 13:31 ` Eric Bénard 2013-05-07 13:36 ` Otavio Salvador 2013-05-07 13:36 ` Eric Bénard 1 sibling, 1 reply; 16+ messages in thread From: Eric Bénard @ 2013-05-07 13:31 UTC (permalink / raw) To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org Le Tue, 7 May 2013 10:20:43 -0300, Otavio Salvador <otavio@ossystems.com.br> a écrit : > On Tue, May 7, 2013 at 7:07 AM, Eric Bénard <eric@eukrea.com> wrote: > > Signed-off-by: Eric Bénard <eric@eukrea.com> > > I am worring about how you ended without the dri.h here. You weren't > suppose to lack this fine as we build with DRI enabled. > > Did you change something in your local.conf? > nothing I'm on a plain config with oe-core + meta-oe + meta-fsl-arm* all on dylan/HEAD Eric ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [meta-fsl-arm][PATCH] xserver-xorg: don't fail if files to remove are missing 2013-05-07 13:31 ` Eric Bénard @ 2013-05-07 13:36 ` Otavio Salvador 0 siblings, 0 replies; 16+ messages in thread From: Otavio Salvador @ 2013-05-07 13:36 UTC (permalink / raw) To: Eric Bénard; +Cc: meta-freescale@yoctoproject.org On Tue, May 7, 2013 at 10:31 AM, Eric Bénard <eric@eukrea.com> wrote: > Le Tue, 7 May 2013 10:20:43 -0300, > Otavio Salvador <otavio@ossystems.com.br> a écrit : > >> On Tue, May 7, 2013 at 7:07 AM, Eric Bénard <eric@eukrea.com> wrote: >> > Signed-off-by: Eric Bénard <eric@eukrea.com> >> >> I am worring about how you ended without the dri.h here. You weren't >> suppose to lack this fine as we build with DRI enabled. >> >> Did you change something in your local.conf? >> > nothing I'm on a plain config with oe-core + meta-oe + meta-fsl-arm* > all on dylan/HEAD Right, the key here is OE-Core. It does not provide the 'opengl' DISTRO_FEATURE by default thus you end with it disabed. -- 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] 16+ messages in thread
* Re: [meta-fsl-arm][PATCH] xserver-xorg: don't fail if files to remove are missing 2013-05-07 13:20 ` Otavio Salvador 2013-05-07 13:31 ` Eric Bénard @ 2013-05-07 13:36 ` Eric Bénard 2013-05-07 13:37 ` Otavio Salvador 1 sibling, 1 reply; 16+ messages in thread From: Eric Bénard @ 2013-05-07 13:36 UTC (permalink / raw) To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org Le Tue, 7 May 2013 10:20:43 -0300, Otavio Salvador <otavio@ossystems.com.br> a écrit : > On Tue, May 7, 2013 at 7:07 AM, Eric Bénard <eric@eukrea.com> wrote: > > Signed-off-by: Eric Bénard <eric@eukrea.com> > > I am worring about how you ended without the dri.h here. You weren't > suppose to lack this fine as we build with DRI enabled. > > Did you change something in your local.conf? > OK I miss opengl in DISTRO_FEATURES (I started with a base oe-core configuration ;-) Eric ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [meta-fsl-arm][PATCH] xserver-xorg: don't fail if files to remove are missing 2013-05-07 13:36 ` Eric Bénard @ 2013-05-07 13:37 ` Otavio Salvador 2013-05-07 14:58 ` Eric Bénard 0 siblings, 1 reply; 16+ messages in thread From: Otavio Salvador @ 2013-05-07 13:37 UTC (permalink / raw) To: Eric Bénard; +Cc: meta-freescale@yoctoproject.org On Tue, May 7, 2013 at 10:36 AM, Eric Bénard <eric@eukrea.com> wrote: > Le Tue, 7 May 2013 10:20:43 -0300, > Otavio Salvador <otavio@ossystems.com.br> a écrit : > >> On Tue, May 7, 2013 at 7:07 AM, Eric Bénard <eric@eukrea.com> wrote: >> > Signed-off-by: Eric Bénard <eric@eukrea.com> >> >> I am worring about how you ended without the dri.h here. You weren't >> suppose to lack this fine as we build with DRI enabled. >> >> Did you change something in your local.conf? >> > OK I miss opengl in DISTRO_FEATURES (I started with a base oe-core > configuration ;-) I wonder what we should do here. In case it lacks opengl feature. What you think? -- 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] 16+ messages in thread
* Re: [meta-fsl-arm][PATCH] xserver-xorg: don't fail if files to remove are missing 2013-05-07 13:37 ` Otavio Salvador @ 2013-05-07 14:58 ` Eric Bénard 2013-05-07 15:10 ` Otavio Salvador 0 siblings, 1 reply; 16+ messages in thread From: Eric Bénard @ 2013-05-07 14:58 UTC (permalink / raw) To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org Hi, Le Tue, 7 May 2013 10:37:48 -0300, Otavio Salvador <otavio@ossystems.com.br> a écrit : > On Tue, May 7, 2013 at 10:36 AM, Eric Bénard <eric@eukrea.com> wrote: > > Le Tue, 7 May 2013 10:20:43 -0300, > > Otavio Salvador <otavio@ossystems.com.br> a écrit : > > > >> On Tue, May 7, 2013 at 7:07 AM, Eric Bénard <eric@eukrea.com> wrote: > >> > Signed-off-by: Eric Bénard <eric@eukrea.com> > >> > >> I am worring about how you ended without the dri.h here. You weren't > >> suppose to lack this fine as we build with DRI enabled. > >> > >> Did you change something in your local.conf? > >> > > OK I miss opengl in DISTRO_FEATURES (I started with a base oe-core > > configuration ;-) > > I wonder what we should do here. In case it lacks opengl feature. What > you think? > at least maybe we should write it in the README Eric ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [meta-fsl-arm][PATCH] xserver-xorg: don't fail if files to remove are missing 2013-05-07 14:58 ` Eric Bénard @ 2013-05-07 15:10 ` Otavio Salvador 2013-05-07 15:16 ` Gary Thomas 2013-05-07 15:18 ` Eric Bénard 0 siblings, 2 replies; 16+ messages in thread From: Otavio Salvador @ 2013-05-07 15:10 UTC (permalink / raw) To: Eric Bénard; +Cc: meta-freescale@yoctoproject.org On Tue, May 7, 2013 at 11:58 AM, Eric Bénard <eric@eukrea.com> wrote: > Hi, > > Le Tue, 7 May 2013 10:37:48 -0300, > Otavio Salvador <otavio@ossystems.com.br> a écrit : > >> On Tue, May 7, 2013 at 10:36 AM, Eric Bénard <eric@eukrea.com> wrote: >> > Le Tue, 7 May 2013 10:20:43 -0300, >> > Otavio Salvador <otavio@ossystems.com.br> a écrit : >> > >> >> On Tue, May 7, 2013 at 7:07 AM, Eric Bénard <eric@eukrea.com> wrote: >> >> > Signed-off-by: Eric Bénard <eric@eukrea.com> >> >> >> >> I am worring about how you ended without the dri.h here. You weren't >> >> suppose to lack this fine as we build with DRI enabled. >> >> >> >> Did you change something in your local.conf? >> >> >> > OK I miss opengl in DISTRO_FEATURES (I started with a base oe-core >> > configuration ;-) >> >> I wonder what we should do here. In case it lacks opengl feature. What >> you think? >> > at least maybe we should write it in the README I think we could handle it properly in the xserver-xorg package, it could not remove the these files and not depends on the DRI things. -- 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] 16+ messages in thread
* Re: [meta-fsl-arm][PATCH] xserver-xorg: don't fail if files to remove are missing 2013-05-07 15:10 ` Otavio Salvador @ 2013-05-07 15:16 ` Gary Thomas 2013-05-07 15:22 ` Otavio Salvador 2013-05-07 15:18 ` Eric Bénard 1 sibling, 1 reply; 16+ messages in thread From: Gary Thomas @ 2013-05-07 15:16 UTC (permalink / raw) To: meta-freescale On 2013-05-07 09:10, Otavio Salvador wrote: > On Tue, May 7, 2013 at 11:58 AM, Eric Bénard <eric@eukrea.com> wrote: >> Hi, >> >> Le Tue, 7 May 2013 10:37:48 -0300, >> Otavio Salvador <otavio@ossystems.com.br> a écrit : >> >>> On Tue, May 7, 2013 at 10:36 AM, Eric Bénard <eric@eukrea.com> wrote: >>>> Le Tue, 7 May 2013 10:20:43 -0300, >>>> Otavio Salvador <otavio@ossystems.com.br> a écrit : >>>> >>>>> On Tue, May 7, 2013 at 7:07 AM, Eric Bénard <eric@eukrea.com> wrote: >>>>>> Signed-off-by: Eric Bénard <eric@eukrea.com> >>>>> >>>>> I am worring about how you ended without the dri.h here. You weren't >>>>> suppose to lack this fine as we build with DRI enabled. >>>>> >>>>> Did you change something in your local.conf? >>>>> >>>> OK I miss opengl in DISTRO_FEATURES (I started with a base oe-core >>>> configuration ;-) >>> >>> I wonder what we should do here. In case it lacks opengl feature. What >>> you think? >>> >> at least maybe we should write it in the README > > I think we could handle it properly in the xserver-xorg package, it > could not remove the these files and not depends on the DRI things. While you are fixing this, can you please make this a .bbappend instead of overriding/replacing the main recipe from OE-core? -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [meta-fsl-arm][PATCH] xserver-xorg: don't fail if files to remove are missing 2013-05-07 15:16 ` Gary Thomas @ 2013-05-07 15:22 ` Otavio Salvador 2013-05-07 15:29 ` Gary Thomas 0 siblings, 1 reply; 16+ messages in thread From: Otavio Salvador @ 2013-05-07 15:22 UTC (permalink / raw) To: Gary Thomas; +Cc: meta-freescale@yoctoproject.org On Tue, May 7, 2013 at 12:16 PM, Gary Thomas <gary@mlbassoc.com> wrote: > On 2013-05-07 09:10, Otavio Salvador wrote: >> >> On Tue, May 7, 2013 at 11:58 AM, Eric Bénard <eric@eukrea.com> wrote: >>> >>> Hi, >>> >>> Le Tue, 7 May 2013 10:37:48 -0300, >>> Otavio Salvador <otavio@ossystems.com.br> a écrit : >>> >>>> On Tue, May 7, 2013 at 10:36 AM, Eric Bénard <eric@eukrea.com> wrote: >>>>> >>>>> Le Tue, 7 May 2013 10:20:43 -0300, >>>>> Otavio Salvador <otavio@ossystems.com.br> a écrit : >>>>> >>>>>> On Tue, May 7, 2013 at 7:07 AM, Eric Bénard <eric@eukrea.com> wrote: >>>>>>> >>>>>>> Signed-off-by: Eric Bénard <eric@eukrea.com> >>>>>> >>>>>> >>>>>> I am worring about how you ended without the dri.h here. You weren't >>>>>> suppose to lack this fine as we build with DRI enabled. >>>>>> >>>>>> Did you change something in your local.conf? >>>>>> >>>>> OK I miss opengl in DISTRO_FEATURES (I started with a base oe-core >>>>> configuration ;-) >>>> >>>> >>>> I wonder what we should do here. In case it lacks opengl feature. What >>>> you think? >>>> >>> at least maybe we should write it in the README >> >> >> I think we could handle it properly in the xserver-xorg package, it >> could not remove the these files and not depends on the DRI things. > > > While you are fixing this, can you please make this a .bbappend instead of > overriding/replacing the main recipe from OE-core? Not easy as we're downgrading the version in use. So we need to have the specific patches and like. -- 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] 16+ messages in thread
* Re: [meta-fsl-arm][PATCH] xserver-xorg: don't fail if files to remove are missing 2013-05-07 15:22 ` Otavio Salvador @ 2013-05-07 15:29 ` Gary Thomas 2013-05-07 15:34 ` Otavio Salvador 0 siblings, 1 reply; 16+ messages in thread From: Gary Thomas @ 2013-05-07 15:29 UTC (permalink / raw) To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org On 2013-05-07 09:22, Otavio Salvador wrote: > On Tue, May 7, 2013 at 12:16 PM, Gary Thomas <gary@mlbassoc.com> wrote: >> On 2013-05-07 09:10, Otavio Salvador wrote: >>> >>> On Tue, May 7, 2013 at 11:58 AM, Eric Bénard <eric@eukrea.com> wrote: >>>> >>>> Hi, >>>> >>>> Le Tue, 7 May 2013 10:37:48 -0300, >>>> Otavio Salvador <otavio@ossystems.com.br> a écrit : >>>> >>>>> On Tue, May 7, 2013 at 10:36 AM, Eric Bénard <eric@eukrea.com> wrote: >>>>>> >>>>>> Le Tue, 7 May 2013 10:20:43 -0300, >>>>>> Otavio Salvador <otavio@ossystems.com.br> a écrit : >>>>>> >>>>>>> On Tue, May 7, 2013 at 7:07 AM, Eric Bénard <eric@eukrea.com> wrote: >>>>>>>> >>>>>>>> Signed-off-by: Eric Bénard <eric@eukrea.com> >>>>>>> >>>>>>> >>>>>>> I am worring about how you ended without the dri.h here. You weren't >>>>>>> suppose to lack this fine as we build with DRI enabled. >>>>>>> >>>>>>> Did you change something in your local.conf? >>>>>>> >>>>>> OK I miss opengl in DISTRO_FEATURES (I started with a base oe-core >>>>>> configuration ;-) >>>>> >>>>> >>>>> I wonder what we should do here. In case it lacks opengl feature. What >>>>> you think? >>>>> >>>> at least maybe we should write it in the README >>> >>> >>> I think we could handle it properly in the xserver-xorg package, it >>> could not remove the these files and not depends on the DRI things. >> >> >> While you are fixing this, can you please make this a .bbappend instead of >> overriding/replacing the main recipe from OE-core? > > Not easy as we're downgrading the version in use. So we need to have > the specific patches and like. Yes I see that now - sorry for the noise, but there may need to be a patch for this one as well as xkbcomp currently goes missing in the images because of a change in OE-core. -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [meta-fsl-arm][PATCH] xserver-xorg: don't fail if files to remove are missing 2013-05-07 15:29 ` Gary Thomas @ 2013-05-07 15:34 ` Otavio Salvador 2013-05-07 15:43 ` Gary Thomas 0 siblings, 1 reply; 16+ messages in thread From: Otavio Salvador @ 2013-05-07 15:34 UTC (permalink / raw) To: Gary Thomas; +Cc: meta-freescale@yoctoproject.org On Tue, May 7, 2013 at 12:29 PM, Gary Thomas <gary@mlbassoc.com> wrote: > On 2013-05-07 09:22, Otavio Salvador wrote: >> >> On Tue, May 7, 2013 at 12:16 PM, Gary Thomas <gary@mlbassoc.com> wrote: >>> >>> On 2013-05-07 09:10, Otavio Salvador wrote: >>>> >>>> >>>> On Tue, May 7, 2013 at 11:58 AM, Eric Bénard <eric@eukrea.com> wrote: >>>>> >>>>> >>>>> Hi, >>>>> >>>>> Le Tue, 7 May 2013 10:37:48 -0300, >>>>> Otavio Salvador <otavio@ossystems.com.br> a écrit : >>>>> >>>>>> On Tue, May 7, 2013 at 10:36 AM, Eric Bénard <eric@eukrea.com> wrote: >>>>>>> >>>>>>> >>>>>>> Le Tue, 7 May 2013 10:20:43 -0300, >>>>>>> Otavio Salvador <otavio@ossystems.com.br> a écrit : >>>>>>> >>>>>>>> On Tue, May 7, 2013 at 7:07 AM, Eric Bénard <eric@eukrea.com> wrote: >>>>>>>>> >>>>>>>>> >>>>>>>>> Signed-off-by: Eric Bénard <eric@eukrea.com> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> I am worring about how you ended without the dri.h here. You weren't >>>>>>>> suppose to lack this fine as we build with DRI enabled. >>>>>>>> >>>>>>>> Did you change something in your local.conf? >>>>>>>> >>>>>>> OK I miss opengl in DISTRO_FEATURES (I started with a base oe-core >>>>>>> configuration ;-) >>>>>> >>>>>> >>>>>> >>>>>> I wonder what we should do here. In case it lacks opengl feature. What >>>>>> you think? >>>>>> >>>>> at least maybe we should write it in the README >>>> >>>> >>>> >>>> I think we could handle it properly in the xserver-xorg package, it >>>> could not remove the these files and not depends on the DRI things. >>> >>> >>> >>> While you are fixing this, can you please make this a .bbappend instead >>> of >>> overriding/replacing the main recipe from OE-core? >> >> >> Not easy as we're downgrading the version in use. So we need to have >> the specific patches and like. > > > Yes I see that now - sorry for the noise, but there may need to be a patch > for this one as well as xkbcomp currently goes missing in the images because > of a change in OE-core. I didn't follow you, can you elaborate it a bit more? -- 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] 16+ messages in thread
* Re: [meta-fsl-arm][PATCH] xserver-xorg: don't fail if files to remove are missing 2013-05-07 15:34 ` Otavio Salvador @ 2013-05-07 15:43 ` Gary Thomas 2013-05-07 16:50 ` Otavio Salvador 0 siblings, 1 reply; 16+ messages in thread From: Gary Thomas @ 2013-05-07 15:43 UTC (permalink / raw) To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org On 2013-05-07 09:34, Otavio Salvador wrote: > On Tue, May 7, 2013 at 12:29 PM, Gary Thomas <gary@mlbassoc.com> wrote: >> On 2013-05-07 09:22, Otavio Salvador wrote: >>> >>> On Tue, May 7, 2013 at 12:16 PM, Gary Thomas <gary@mlbassoc.com> wrote: >>>> >>>> On 2013-05-07 09:10, Otavio Salvador wrote: >>>>> >>>>> >>>>> On Tue, May 7, 2013 at 11:58 AM, Eric Bénard <eric@eukrea.com> wrote: >>>>>> >>>>>> >>>>>> Hi, >>>>>> >>>>>> Le Tue, 7 May 2013 10:37:48 -0300, >>>>>> Otavio Salvador <otavio@ossystems.com.br> a écrit : >>>>>> >>>>>>> On Tue, May 7, 2013 at 10:36 AM, Eric Bénard <eric@eukrea.com> wrote: >>>>>>>> >>>>>>>> >>>>>>>> Le Tue, 7 May 2013 10:20:43 -0300, >>>>>>>> Otavio Salvador <otavio@ossystems.com.br> a écrit : >>>>>>>> >>>>>>>>> On Tue, May 7, 2013 at 7:07 AM, Eric Bénard <eric@eukrea.com> wrote: >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Signed-off-by: Eric Bénard <eric@eukrea.com> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> I am worring about how you ended without the dri.h here. You weren't >>>>>>>>> suppose to lack this fine as we build with DRI enabled. >>>>>>>>> >>>>>>>>> Did you change something in your local.conf? >>>>>>>>> >>>>>>>> OK I miss opengl in DISTRO_FEATURES (I started with a base oe-core >>>>>>>> configuration ;-) >>>>>>> >>>>>>> >>>>>>> >>>>>>> I wonder what we should do here. In case it lacks opengl feature. What >>>>>>> you think? >>>>>>> >>>>>> at least maybe we should write it in the README >>>>> >>>>> >>>>> >>>>> I think we could handle it properly in the xserver-xorg package, it >>>>> could not remove the these files and not depends on the DRI things. >>>> >>>> >>>> >>>> While you are fixing this, can you please make this a .bbappend instead >>>> of >>>> overriding/replacing the main recipe from OE-core? >>> >>> >>> Not easy as we're downgrading the version in use. So we need to have >>> the specific patches and like. >> >> >> Yes I see that now - sorry for the noise, but there may need to be a patch >> for this one as well as xkbcomp currently goes missing in the images because >> of a change in OE-core. > > I didn't follow you, can you elaborate it a bit more? I'll post a patch to OE-core shortly, but at the moment xkbcomp will be missing from any images created because of this commit to OE-core: xkeyboard-config: Remove xkbcomp from RDEPENDS_${PN} Nothing in this package uses xkbcomp so depending on it here is not appropriate. Whatever package(s) is/are invoking that binary should be the ones to depend on it. (From OE-Core rev: bdcc5e8f1286d288baf410458efc39a59b68d751) Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Something like this should do (I'm testing now): diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.in index 795410b..3edc1a4 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc @@ -65,7 +65,7 @@ PACKAGES =+ "${PN}-security-policy \ ${PN}-module-libxf4bpp" RRECOMMENDS_${PN} += "${PN}-security-policy xkeyboard-config rgb xserver-xf86-config" -RDEPENDS_${PN}-xvfb += "xkeyboard-config" +RDEPENDS_${PN}-xvfb += "xkeyboard-config xkbcomp" RDEPENDS_${PN}-module-exa = "${PN} (= ${EXTENDPKGV})" FILES_${PN} = "${bindir} ${libdir}/X11/Options ${libdir}/X11/Cards ${libdir}/X11/getconfig ${libdir}/X11/etc ${libdi -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ ^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [meta-fsl-arm][PATCH] xserver-xorg: don't fail if files to remove are missing 2013-05-07 15:43 ` Gary Thomas @ 2013-05-07 16:50 ` Otavio Salvador 0 siblings, 0 replies; 16+ messages in thread From: Otavio Salvador @ 2013-05-07 16:50 UTC (permalink / raw) To: Gary Thomas; +Cc: meta-freescale@yoctoproject.org On Tue, May 7, 2013 at 12:43 PM, Gary Thomas <gary@mlbassoc.com> wrote: > On 2013-05-07 09:34, Otavio Salvador wrote: >> >> On Tue, May 7, 2013 at 12:29 PM, Gary Thomas <gary@mlbassoc.com> wrote: >>> >>> On 2013-05-07 09:22, Otavio Salvador wrote: >>>> >>>> >>>> On Tue, May 7, 2013 at 12:16 PM, Gary Thomas <gary@mlbassoc.com> wrote: >>>>> >>>>> >>>>> On 2013-05-07 09:10, Otavio Salvador wrote: >>>>>> >>>>>> >>>>>> >>>>>> On Tue, May 7, 2013 at 11:58 AM, Eric Bénard <eric@eukrea.com> wrote: >>>>>>> >>>>>>> >>>>>>> >>>>>>> Hi, >>>>>>> >>>>>>> Le Tue, 7 May 2013 10:37:48 -0300, >>>>>>> Otavio Salvador <otavio@ossystems.com.br> a écrit : >>>>>>> >>>>>>>> On Tue, May 7, 2013 at 10:36 AM, Eric Bénard <eric@eukrea.com> >>>>>>>> wrote: >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> Le Tue, 7 May 2013 10:20:43 -0300, >>>>>>>>> Otavio Salvador <otavio@ossystems.com.br> a écrit : >>>>>>>>> >>>>>>>>>> On Tue, May 7, 2013 at 7:07 AM, Eric Bénard <eric@eukrea.com> >>>>>>>>>> wrote: >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> Signed-off-by: Eric Bénard <eric@eukrea.com> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> I am worring about how you ended without the dri.h here. You >>>>>>>>>> weren't >>>>>>>>>> suppose to lack this fine as we build with DRI enabled. >>>>>>>>>> >>>>>>>>>> Did you change something in your local.conf? >>>>>>>>>> >>>>>>>>> OK I miss opengl in DISTRO_FEATURES (I started with a base oe-core >>>>>>>>> configuration ;-) >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> I wonder what we should do here. In case it lacks opengl feature. >>>>>>>> What >>>>>>>> you think? >>>>>>>> >>>>>>> at least maybe we should write it in the README >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> I think we could handle it properly in the xserver-xorg package, it >>>>>> could not remove the these files and not depends on the DRI things. >>>>> >>>>> >>>>> >>>>> >>>>> While you are fixing this, can you please make this a .bbappend instead >>>>> of >>>>> overriding/replacing the main recipe from OE-core? >>>> >>>> >>>> >>>> Not easy as we're downgrading the version in use. So we need to have >>>> the specific patches and like. >>> >>> >>> >>> Yes I see that now - sorry for the noise, but there may need to be a >>> patch >>> for this one as well as xkbcomp currently goes missing in the images >>> because >>> of a change in OE-core. >> >> >> I didn't follow you, can you elaborate it a bit more? > > > I'll post a patch to OE-core shortly, but at the moment xkbcomp will be > missing from any images created because of this commit to OE-core: > > xkeyboard-config: Remove xkbcomp from RDEPENDS_${PN} > > Nothing in this package uses xkbcomp so depending on it here is not > appropriate. > Whatever package(s) is/are invoking that binary should be the ones to > depend > on it. > > (From OE-Core rev: bdcc5e8f1286d288baf410458efc39a59b68d751) > > Signed-off-by: Phil Blundell <philb@gnu.org> > Signed-off-by: Saul Wold <sgw@linux.intel.com> > Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> > > Something like this should do (I'm testing now): > > diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc > b/meta/recipes-graphics/xorg-xserver/xserver-xorg.in > index 795410b..3edc1a4 100644 > --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc > +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc > @@ -65,7 +65,7 @@ PACKAGES =+ "${PN}-security-policy \ > ${PN}-module-libxf4bpp" > > RRECOMMENDS_${PN} += "${PN}-security-policy xkeyboard-config rgb > xserver-xf86-config" > -RDEPENDS_${PN}-xvfb += "xkeyboard-config" > +RDEPENDS_${PN}-xvfb += "xkeyboard-config xkbcomp" > RDEPENDS_${PN}-module-exa = "${PN} (= ${EXTENDPKGV})" > > FILES_${PN} = "${bindir} ${libdir}/X11/Options ${libdir}/X11/Cards > ${libdir}/X11/getconfig ${libdir}/X11/etc ${libdi Yeah, seems the way to go :) -- 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] 16+ messages in thread
* Re: [meta-fsl-arm][PATCH] xserver-xorg: don't fail if files to remove are missing 2013-05-07 15:10 ` Otavio Salvador 2013-05-07 15:16 ` Gary Thomas @ 2013-05-07 15:18 ` Eric Bénard 2013-05-07 15:23 ` Otavio Salvador 1 sibling, 1 reply; 16+ messages in thread From: Eric Bénard @ 2013-05-07 15:18 UTC (permalink / raw) To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org Le Tue, 7 May 2013 12:10:00 -0300, Otavio Salvador <otavio@ossystems.com.br> a écrit : > On Tue, May 7, 2013 at 11:58 AM, Eric Bénard <eric@eukrea.com> wrote: > > Hi, > > > > Le Tue, 7 May 2013 10:37:48 -0300, > > Otavio Salvador <otavio@ossystems.com.br> a écrit : > > > >> On Tue, May 7, 2013 at 10:36 AM, Eric Bénard <eric@eukrea.com> wrote: > >> > Le Tue, 7 May 2013 10:20:43 -0300, > >> > Otavio Salvador <otavio@ossystems.com.br> a écrit : > >> > > >> >> On Tue, May 7, 2013 at 7:07 AM, Eric Bénard <eric@eukrea.com> wrote: > >> >> > Signed-off-by: Eric Bénard <eric@eukrea.com> > >> >> > >> >> I am worring about how you ended without the dri.h here. You weren't > >> >> suppose to lack this fine as we build with DRI enabled. > >> >> > >> >> Did you change something in your local.conf? > >> >> > >> > OK I miss opengl in DISTRO_FEATURES (I started with a base oe-core > >> > configuration ;-) > >> > >> I wonder what we should do here. In case it lacks opengl feature. What > >> you think? > >> > > at least maybe we should write it in the README > > I think we could handle it properly in the xserver-xorg package, it > could not remove the these files and not depends on the DRI things. > well the README will at least tell people to enable that in a pure oe-core configuration so that they get the 3D graphic drivers. Eric ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [meta-fsl-arm][PATCH] xserver-xorg: don't fail if files to remove are missing 2013-05-07 15:18 ` Eric Bénard @ 2013-05-07 15:23 ` Otavio Salvador 0 siblings, 0 replies; 16+ messages in thread From: Otavio Salvador @ 2013-05-07 15:23 UTC (permalink / raw) To: Eric Bénard; +Cc: meta-freescale@yoctoproject.org On Tue, May 7, 2013 at 12:18 PM, Eric Bénard <eric@eukrea.com> wrote: > Le Tue, 7 May 2013 12:10:00 -0300, > Otavio Salvador <otavio@ossystems.com.br> a écrit : > >> On Tue, May 7, 2013 at 11:58 AM, Eric Bénard <eric@eukrea.com> wrote: >> > Hi, >> > >> > Le Tue, 7 May 2013 10:37:48 -0300, >> > Otavio Salvador <otavio@ossystems.com.br> a écrit : >> > >> >> On Tue, May 7, 2013 at 10:36 AM, Eric Bénard <eric@eukrea.com> wrote: >> >> > Le Tue, 7 May 2013 10:20:43 -0300, >> >> > Otavio Salvador <otavio@ossystems.com.br> a écrit : >> >> > >> >> >> On Tue, May 7, 2013 at 7:07 AM, Eric Bénard <eric@eukrea.com> wrote: >> >> >> > Signed-off-by: Eric Bénard <eric@eukrea.com> >> >> >> >> >> >> I am worring about how you ended without the dri.h here. You weren't >> >> >> suppose to lack this fine as we build with DRI enabled. >> >> >> >> >> >> Did you change something in your local.conf? >> >> >> >> >> > OK I miss opengl in DISTRO_FEATURES (I started with a base oe-core >> >> > configuration ;-) >> >> >> >> I wonder what we should do here. In case it lacks opengl feature. What >> >> you think? >> >> >> > at least maybe we should write it in the README >> >> I think we could handle it properly in the xserver-xorg package, it >> could not remove the these files and not depends on the DRI things. >> > well the README will at least tell people to enable that in a pure > oe-core configuration so that they get the 3D graphic drivers. Could you please send the patch for the README? While you're on it, are you willing to rework the xserver-xorg to work without opengl? -- 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] 16+ messages in thread
end of thread, other threads:[~2013-05-07 16:50 UTC | newest] Thread overview: 16+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-05-07 10:07 [meta-fsl-arm][PATCH] xserver-xorg: don't fail if files to remove are missing Eric Bénard 2013-05-07 13:20 ` Otavio Salvador 2013-05-07 13:31 ` Eric Bénard 2013-05-07 13:36 ` Otavio Salvador 2013-05-07 13:36 ` Eric Bénard 2013-05-07 13:37 ` Otavio Salvador 2013-05-07 14:58 ` Eric Bénard 2013-05-07 15:10 ` Otavio Salvador 2013-05-07 15:16 ` Gary Thomas 2013-05-07 15:22 ` Otavio Salvador 2013-05-07 15:29 ` Gary Thomas 2013-05-07 15:34 ` Otavio Salvador 2013-05-07 15:43 ` Gary Thomas 2013-05-07 16:50 ` Otavio Salvador 2013-05-07 15:18 ` Eric Bénard 2013-05-07 15:23 ` 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.