[oe] patchwork support for meta-freescale
Hi, Could patchwork support be added to meta-freescale? It'd allow for easy handle of patches. Thanks, -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Re: [oe] [meta-oe][PATCH 4/9] packagegroup-cli-tools: remove mdbus2, mterm2, mkdump, mioctl
On Fri, Nov 23, 2012 at 04:24:42PM +0100, Marcin Juszkiewicz wrote: > Missing or unbuildable dependency chain was: ['mdbus2'] > Missing or unbuildable dependency chain was: ['mterm2'] > Missing or unbuildable dependency chain was: ['mkdump'] > Missing or unbuildable dependency chain was: ['mioctl'] Acked-by: Martin Jansa > > Signed-off-by: Marcin Juszkiewicz > --- > meta-oe/recipes-core/packagegroups/packagegroup-cli-tools.bb | 6 +- > 1 file changed, 1 insertion(+), 5 deletions(-) > > diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-cli-tools.bb > b/meta-oe/recipes-core/packagegroups/packagegroup-cli-tools.bb > index 07fb056..88b62b8 100644 > --- a/meta-oe/recipes-core/packagegroups/packagegroup-cli-tools.bb > +++ b/meta-oe/recipes-core/packagegroups/packagegroup-cli-tools.bb > @@ -4,7 +4,7 @@ SECTION = "console" > LICENSE = "MIT" > LIC_FILES_CHKSUM = > "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" > PV = "1.0" > -PR = "r20" > +PR = "r21" > > inherit packagegroup allarch > > @@ -24,9 +24,7 @@ RDEPENDS_${PN} = "\ >iptables \ >lsof \ >mbuffer \ > - mdbus2 \ >mtd-utils \ > - mterm2 \ >nano \ >nfs-utils-client \ >nmon \ > @@ -41,8 +39,6 @@ RDEPENDS_${PN}-debug = "\ >devmem2 \ >i2c-tools \ >gdb \ > - mkdump \ > - mioctl \ >procps \ >pxaregs \ >s3c24xx-gpio \ > -- > 1.8.0 > > > ___ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel -- Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com signature.asc Description: Digital signature ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Re: [oe] [meta-oe][PATCH 9/9] python-phoneutils: drop due to lack of libphone-utils
On Fri, Nov 23, 2012 at 04:24:47PM +0100, Marcin Juszkiewicz wrote: > ERROR: Nothing PROVIDES 'libphone-utils' (but > meta-openembedded/meta-oe/recipes-devtools/python/python-phoneutils_git.bb > DEPENDS on or otherwise requires it) > ERROR: Required build target 'python-phoneutils' has no buildable providers. Acked-by: Martin Jansa > > Signed-off-by: Marcin Juszkiewicz > --- > meta-oe/recipes-devtools/python/python-phoneutils_git.bb | 15 --- > 1 file changed, 15 deletions(-) > delete mode 100644 meta-oe/recipes-devtools/python/python-phoneutils_git.bb > > diff --git a/meta-oe/recipes-devtools/python/python-phoneutils_git.bb > b/meta-oe/recipes-devtools/python/python-phoneutils_git.bb > deleted file mode 100644 > index 36f5241..000 > --- a/meta-oe/recipes-devtools/python/python-phoneutils_git.bb > +++ /dev/null > @@ -1,15 +0,0 @@ > -DESCRIPTION = "Python Bindings for libphone-utils" > -SECTION = "devel/python" > -DEPENDS = "libphone-utils python-cython-native python-pyrex-native" > -RDEPENDS_${PN} = "libphone-utils" > -LICENSE = "LGPLv2.1+" > -LIC_FILES_CHKSUM = > "file://phoneutils/c_phoneutils.pyx;endline=18;md5=ca321e4ec3a30a44469b23ebca782665" > - > -SRCREV = "8a7c719e0c3f1f8c10f77f17422da02d7177f0dd" > -PV = "0.0.2+gitr${SRCPV}" > -PR = "r5" > - > -SRC_URI = > "git://git.shr-project.org/repo/libphone-utils.git;protocol=http;branch=master" > -S = "${WORKDIR}/git/src/python" > - > -inherit setuptools > -- > 1.8.0 > > > ___ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel -- Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com signature.asc Description: Digital signature ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Re: [oe] [meta-oe][PATCH 1/9] navit: remove from repository due to lack of gypsy
On Fri, Nov 23, 2012 at 04:24:39PM +0100, Marcin Juszkiewicz wrote: > ERROR: Nothing PROVIDES 'gypsy' (but > meta-openembedded/meta-oe/recipes-navigation/navit/navit_svn.bb DEPENDS on or > otherwise requires it) > ERROR: Required build target 'navit' has no buildable providers. NACK.. gypsy was removed from oe-core and patch to add it to meta-oe wasn't merged yet. > > Signed-off-by: Marcin Juszkiewicz > --- > meta-oe/recipes-navigation/navit/navit-fpu.inc | 6 -- > meta-oe/recipes-navigation/navit/navit.inc | 88 > -- > meta-oe/recipes-navigation/navit/navit/maps.xml| 24 -- > meta-oe/recipes-navigation/navit/navit/navit.xml | 45 --- > meta-oe/recipes-navigation/navit/navit/osd.xml | 15 > meta-oe/recipes-navigation/navit/navit/plugins.xml | 6 -- > meta-oe/recipes-navigation/navit/navit/speech.xml | 8 -- > .../navit/taking-address-of-temporary-array.patch | 76 --- > meta-oe/recipes-navigation/navit/navit_svn.bb | 10 --- > 9 files changed, 278 deletions(-) > delete mode 100644 meta-oe/recipes-navigation/navit/navit-fpu.inc > delete mode 100644 meta-oe/recipes-navigation/navit/navit.inc > delete mode 100644 meta-oe/recipes-navigation/navit/navit/maps.xml > delete mode 100644 meta-oe/recipes-navigation/navit/navit/navit.xml > delete mode 100644 meta-oe/recipes-navigation/navit/navit/osd.xml > delete mode 100644 meta-oe/recipes-navigation/navit/navit/plugins.xml > delete mode 100644 meta-oe/recipes-navigation/navit/navit/speech.xml > delete mode 100644 > meta-oe/recipes-navigation/navit/navit/taking-address-of-temporary-array.patch > delete mode 100644 meta-oe/recipes-navigation/navit/navit_svn.bb > > diff --git a/meta-oe/recipes-navigation/navit/navit-fpu.inc > b/meta-oe/recipes-navigation/navit/navit-fpu.inc > deleted file mode 100644 > index d963702..000 > --- a/meta-oe/recipes-navigation/navit/navit-fpu.inc > +++ /dev/null > @@ -1,6 +0,0 @@ > - > -def get_navit_fpu_setting(bb, d): > -if d.getVar('TARGET_FPU', 1) in [ 'soft' ]: > -return "--enable-avoid-float" > -return "" > - > diff --git a/meta-oe/recipes-navigation/navit/navit.inc > b/meta-oe/recipes-navigation/navit/navit.inc > deleted file mode 100644 > index dc2370b..000 > --- a/meta-oe/recipes-navigation/navit/navit.inc > +++ /dev/null > @@ -1,88 +0,0 @@ > -DESCRIPTION = "Navit is a car navigation system with routing engine." > -LICENSE = "GPLv2 LGPLv2" > -LIC_FILES_CHKSUM = "file://COPYING;md5=ed539d099d6ce08de6ea0dfed9ecb333 \ > -file://LGPL-2;md5=3214f080875748938ba060314b4f727d \ > -file://GPL-2;md5=751419260aa954499f7abaabaa882bbe \ > -" > - > -SECTION = "x11/applications" > -DEPENDS = "glib-2.0 gtk+ qt4-x11-free gd gypsy librsvg-native" > -RDEPENDS_${PN} = " ${PN}-icons ${PN}-config " > -RDEPENDS_${PN}-gui-qml = "qt4-plugin-imageformat-svg" > -RRECOMMENDS_${PN} = "gpsd ${PN}-dbus ${PN}-speech-cmdline ${PN}-gui-internal > ${PN}-graphics-gtk" > -RSUGGESTS_${PN} = "flite-alsa espeak ${PN}-speech-dbus ${PN}-gui-gtk > ${PN}-gui-qml ${PN}-graphics-sdl ${PN}-graphics-qt ${PN}-maptool" > - > -PE = "1" > -INC_PR = "r9" > - > -inherit autotools gettext > - > -EXTRA_OECONF += " \ > - --disable-binding-python \ > - --disable-samplemap \ > - --enable-avoid-unaligned \ > - --enable-graphics-qt-qpainter \ > - --enable-gui-qml \ > - --enable-svg2png-scaling-flag=32 \ > - --disable-speech-speech-dispatcher \ > - --enable-cache-size=20971520 \ > -" > - > -# --enable-avoid-float \ > -#check for TARGET_FPU=soft and inform configure of the result so it can > disable some floating points > -require navit-fpu.inc > -EXTRA_OECONF += "${@get_navit_fpu_setting(bb, d)}" > - > -PACKAGES =+ "${PN}-maptool ${PN}-config ${PN}-dbus ${PN}-speech-cmdline > ${PN}-speech-dbus ${PN}-gui-gtk ${PN}-gui-internal ${PN}-gui-qml > ${PN}-graphics-sdl ${PN}-graphics-gtk ${PN}-graphics-qt ${PN}-icons" > - > -EXTRA_AUTORECONF = " -I m4" > - > -CONFFILES_${PN}-config += "${datadir}/navit/navit.default.xml \ > -${datadir}/navit/navit.xml \ > -${datadir}/navit/maps.xml \ > -${datadir}/navit/osd.xml \ > -${datadir}/navit/speech.xml \ > -${datadir}/navit/plugins.xml \ > - " > - > -SRC_URI += "file://navit.xml \ > -file://maps.xml \ > -file://osd.xml \ > -file://speech.xml \ > -file://plugins.xml \ > - " > - > -FILES_${PN} += "${libdir}/${PN}/*/*.so ${datadir}/icons" > -FILES_${PN}-dbg += "${libdir}/${PN}/*/.debug" > -FILES_${PN}-maptool = " ${bindir}/maptool " > -FILES_${PN}-config = " ${datadir}/navit/*.xml " > -FILES_${PN}-dbus = " ${datadir}/dbus-1/services/ > ${libdir}/${PN}/binding/libbinding_dbus.so " > -FILES_${PN}-speech-cmdline = " ${libdir}/${PN}/speech/libspeech_cmdline.so " > -FILES_${PN}-speech-dbus = " ${libdir}/${PN}/spee
[oe] [meta-oe][PATCH 8/9] obexd: move to meta-gnome due to libical dependency
Signed-off-by: Marcin Juszkiewicz --- {meta-oe => meta-gnome}/recipes-connectivity/obex/obexd_0.44.bb | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {meta-oe => meta-gnome}/recipes-connectivity/obex/obexd_0.44.bb (100%) diff --git a/meta-oe/recipes-connectivity/obex/obexd_0.44.bb b/meta-gnome/recipes-connectivity/obex/obexd_0.44.bb similarity index 100% rename from meta-oe/recipes-connectivity/obex/obexd_0.44.bb rename to meta-gnome/recipes-connectivity/obex/obexd_0.44.bb -- 1.8.0 ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
[oe] [meta-oe][PATCH 9/9] python-phoneutils: drop due to lack of libphone-utils
ERROR: Nothing PROVIDES 'libphone-utils' (but meta-openembedded/meta-oe/recipes-devtools/python/python-phoneutils_git.bb DEPENDS on or otherwise requires it) ERROR: Required build target 'python-phoneutils' has no buildable providers. Signed-off-by: Marcin Juszkiewicz --- meta-oe/recipes-devtools/python/python-phoneutils_git.bb | 15 --- 1 file changed, 15 deletions(-) delete mode 100644 meta-oe/recipes-devtools/python/python-phoneutils_git.bb diff --git a/meta-oe/recipes-devtools/python/python-phoneutils_git.bb b/meta-oe/recipes-devtools/python/python-phoneutils_git.bb deleted file mode 100644 index 36f5241..000 --- a/meta-oe/recipes-devtools/python/python-phoneutils_git.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "Python Bindings for libphone-utils" -SECTION = "devel/python" -DEPENDS = "libphone-utils python-cython-native python-pyrex-native" -RDEPENDS_${PN} = "libphone-utils" -LICENSE = "LGPLv2.1+" -LIC_FILES_CHKSUM = "file://phoneutils/c_phoneutils.pyx;endline=18;md5=ca321e4ec3a30a44469b23ebca782665" - -SRCREV = "8a7c719e0c3f1f8c10f77f17422da02d7177f0dd" -PV = "0.0.2+gitr${SRCPV}" -PR = "r5" - -SRC_URI = "git://git.shr-project.org/repo/libphone-utils.git;protocol=http;branch=master" -S = "${WORKDIR}/git/src/python" - -inherit setuptools -- 1.8.0 ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
[oe] [meta-oe][PATCH 5/9] devilspie2: move to meta-gnome (libwnck is there)
Signed-off-by: Marcin Juszkiewicz --- .../recipes-gnome}/devilspie/devilspie2_0.24.bb | 0 .../recipes-gnome}/devilspie/files/default.lua| 0 .../recipes-gnome}/devilspie/files/devilspie2.desktop | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {meta-oe/recipes-graphics => meta-gnome/recipes-gnome}/devilspie/devilspie2_0.24.bb (100%) rename {meta-oe/recipes-graphics => meta-gnome/recipes-gnome}/devilspie/files/default.lua (100%) rename {meta-oe/recipes-graphics => meta-gnome/recipes-gnome}/devilspie/files/devilspie2.desktop (100%) diff --git a/meta-oe/recipes-graphics/devilspie/devilspie2_0.24.bb b/meta-gnome/recipes-gnome/devilspie/devilspie2_0.24.bb similarity index 100% rename from meta-oe/recipes-graphics/devilspie/devilspie2_0.24.bb rename to meta-gnome/recipes-gnome/devilspie/devilspie2_0.24.bb diff --git a/meta-oe/recipes-graphics/devilspie/files/default.lua b/meta-gnome/recipes-gnome/devilspie/files/default.lua similarity index 100% rename from meta-oe/recipes-graphics/devilspie/files/default.lua rename to meta-gnome/recipes-gnome/devilspie/files/default.lua diff --git a/meta-oe/recipes-graphics/devilspie/files/devilspie2.desktop b/meta-gnome/recipes-gnome/devilspie/files/devilspie2.desktop similarity index 100% rename from meta-oe/recipes-graphics/devilspie/files/devilspie2.desktop rename to meta-gnome/recipes-gnome/devilspie/files/devilspie2.desktop -- 1.8.0 ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
[oe] [meta-oe][PATCH 6/9] fbreader: move to meta-gpe due to libgpewidget dependency
Signed-off-by: Marcin Juszkiewicz --- .../recipes-support/fbreader/fbreader-0.12.10/Makefile.patch | 0 .../recipes-support/fbreader/fbreader-0.12.10/gcc45.patch | 0 {meta-oe => meta-gpe}/recipes-support/fbreader/fbreader_0.12.10.bb| 0 {meta-oe => meta-gpe}/recipes-support/fbreader/fbreader_git.bb| 0 .../files/0001-Fix-installation-of-the-icons-when-RESOLUTION-is-set.patch | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {meta-oe => meta-gpe}/recipes-support/fbreader/fbreader-0.12.10/Makefile.patch (100%) rename {meta-oe => meta-gpe}/recipes-support/fbreader/fbreader-0.12.10/gcc45.patch (100%) rename {meta-oe => meta-gpe}/recipes-support/fbreader/fbreader_0.12.10.bb (100%) rename {meta-oe => meta-gpe}/recipes-support/fbreader/fbreader_git.bb (100%) rename {meta-oe => meta-gpe}/recipes-support/fbreader/files/0001-Fix-installation-of-the-icons-when-RESOLUTION-is-set.patch (100%) diff --git a/meta-oe/recipes-support/fbreader/fbreader-0.12.10/Makefile.patch b/meta-gpe/recipes-support/fbreader/fbreader-0.12.10/Makefile.patch similarity index 100% rename from meta-oe/recipes-support/fbreader/fbreader-0.12.10/Makefile.patch rename to meta-gpe/recipes-support/fbreader/fbreader-0.12.10/Makefile.patch diff --git a/meta-oe/recipes-support/fbreader/fbreader-0.12.10/gcc45.patch b/meta-gpe/recipes-support/fbreader/fbreader-0.12.10/gcc45.patch similarity index 100% rename from meta-oe/recipes-support/fbreader/fbreader-0.12.10/gcc45.patch rename to meta-gpe/recipes-support/fbreader/fbreader-0.12.10/gcc45.patch diff --git a/meta-oe/recipes-support/fbreader/fbreader_0.12.10.bb b/meta-gpe/recipes-support/fbreader/fbreader_0.12.10.bb similarity index 100% rename from meta-oe/recipes-support/fbreader/fbreader_0.12.10.bb rename to meta-gpe/recipes-support/fbreader/fbreader_0.12.10.bb diff --git a/meta-oe/recipes-support/fbreader/fbreader_git.bb b/meta-gpe/recipes-support/fbreader/fbreader_git.bb similarity index 100% rename from meta-oe/recipes-support/fbreader/fbreader_git.bb rename to meta-gpe/recipes-support/fbreader/fbreader_git.bb diff --git a/meta-oe/recipes-support/fbreader/files/0001-Fix-installation-of-the-icons-when-RESOLUTION-is-set.patch b/meta-gpe/recipes-support/fbreader/files/0001-Fix-installation-of-the-icons-when-RESOLUTION-is-set.patch similarity index 100% rename from meta-oe/recipes-support/fbreader/files/0001-Fix-installation-of-the-icons-when-RESOLUTION-is-set.patch rename to meta-gpe/recipes-support/fbreader/files/0001-Fix-installation-of-the-icons-when-RESOLUTION-is-set.patch -- 1.8.0 ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
[oe] [meta-oe][PATCH 3/9] mplayer2: move lame into ENTERPRISE_DISTRO check
Lame was in two places in build dependencies. Signed-off-by: Marcin Juszkiewicz --- meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb index 4e3c18b..685a0bb 100644 --- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb +++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Open Source multimedia player." SECTION = "multimedia" HOMEPAGE = "http://www.mplayerhq.hu/"; DEPENDS = "libvpx live555 libdvdread libtheora virtual/libsdl ffmpeg xsp zlib \ - libpng jpeg liba52 freetype fontconfig alsa-lib lzo ncurses lame \ + libpng jpeg liba52 freetype fontconfig alsa-lib lzo ncurses \ libxv virtual/libx11 libass speex \ ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad liba52 lame', d)}" -- 1.8.0 ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
[oe] [meta-oe][PATCH 4/9] packagegroup-cli-tools: remove mdbus2, mterm2, mkdump, mioctl
Missing or unbuildable dependency chain was: ['mdbus2'] Missing or unbuildable dependency chain was: ['mterm2'] Missing or unbuildable dependency chain was: ['mkdump'] Missing or unbuildable dependency chain was: ['mioctl'] Signed-off-by: Marcin Juszkiewicz --- meta-oe/recipes-core/packagegroups/packagegroup-cli-tools.bb | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-cli-tools.bb b/meta-oe/recipes-core/packagegroups/packagegroup-cli-tools.bb index 07fb056..88b62b8 100644 --- a/meta-oe/recipes-core/packagegroups/packagegroup-cli-tools.bb +++ b/meta-oe/recipes-core/packagegroups/packagegroup-cli-tools.bb @@ -4,7 +4,7 @@ SECTION = "console" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" PV = "1.0" -PR = "r20" +PR = "r21" inherit packagegroup allarch @@ -24,9 +24,7 @@ RDEPENDS_${PN} = "\ iptables \ lsof \ mbuffer \ - mdbus2 \ mtd-utils \ - mterm2 \ nano \ nfs-utils-client \ nmon \ @@ -41,8 +39,6 @@ RDEPENDS_${PN}-debug = "\ devmem2 \ i2c-tools \ gdb \ - mkdump \ - mioctl \ procps \ pxaregs \ s3c24xx-gpio \ -- 1.8.0 ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
[oe] [meta-oe][PATCH 1/9] navit: remove from repository due to lack of gypsy
ERROR: Nothing PROVIDES 'gypsy' (but meta-openembedded/meta-oe/recipes-navigation/navit/navit_svn.bb DEPENDS on or otherwise requires it) ERROR: Required build target 'navit' has no buildable providers. Signed-off-by: Marcin Juszkiewicz --- meta-oe/recipes-navigation/navit/navit-fpu.inc | 6 -- meta-oe/recipes-navigation/navit/navit.inc | 88 -- meta-oe/recipes-navigation/navit/navit/maps.xml| 24 -- meta-oe/recipes-navigation/navit/navit/navit.xml | 45 --- meta-oe/recipes-navigation/navit/navit/osd.xml | 15 meta-oe/recipes-navigation/navit/navit/plugins.xml | 6 -- meta-oe/recipes-navigation/navit/navit/speech.xml | 8 -- .../navit/taking-address-of-temporary-array.patch | 76 --- meta-oe/recipes-navigation/navit/navit_svn.bb | 10 --- 9 files changed, 278 deletions(-) delete mode 100644 meta-oe/recipes-navigation/navit/navit-fpu.inc delete mode 100644 meta-oe/recipes-navigation/navit/navit.inc delete mode 100644 meta-oe/recipes-navigation/navit/navit/maps.xml delete mode 100644 meta-oe/recipes-navigation/navit/navit/navit.xml delete mode 100644 meta-oe/recipes-navigation/navit/navit/osd.xml delete mode 100644 meta-oe/recipes-navigation/navit/navit/plugins.xml delete mode 100644 meta-oe/recipes-navigation/navit/navit/speech.xml delete mode 100644 meta-oe/recipes-navigation/navit/navit/taking-address-of-temporary-array.patch delete mode 100644 meta-oe/recipes-navigation/navit/navit_svn.bb diff --git a/meta-oe/recipes-navigation/navit/navit-fpu.inc b/meta-oe/recipes-navigation/navit/navit-fpu.inc deleted file mode 100644 index d963702..000 --- a/meta-oe/recipes-navigation/navit/navit-fpu.inc +++ /dev/null @@ -1,6 +0,0 @@ - -def get_navit_fpu_setting(bb, d): -if d.getVar('TARGET_FPU', 1) in [ 'soft' ]: -return "--enable-avoid-float" -return "" - diff --git a/meta-oe/recipes-navigation/navit/navit.inc b/meta-oe/recipes-navigation/navit/navit.inc deleted file mode 100644 index dc2370b..000 --- a/meta-oe/recipes-navigation/navit/navit.inc +++ /dev/null @@ -1,88 +0,0 @@ -DESCRIPTION = "Navit is a car navigation system with routing engine." -LICENSE = "GPLv2 LGPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=ed539d099d6ce08de6ea0dfed9ecb333 \ -file://LGPL-2;md5=3214f080875748938ba060314b4f727d \ -file://GPL-2;md5=751419260aa954499f7abaabaa882bbe \ -" - -SECTION = "x11/applications" -DEPENDS = "glib-2.0 gtk+ qt4-x11-free gd gypsy librsvg-native" -RDEPENDS_${PN} = " ${PN}-icons ${PN}-config " -RDEPENDS_${PN}-gui-qml = "qt4-plugin-imageformat-svg" -RRECOMMENDS_${PN} = "gpsd ${PN}-dbus ${PN}-speech-cmdline ${PN}-gui-internal ${PN}-graphics-gtk" -RSUGGESTS_${PN} = "flite-alsa espeak ${PN}-speech-dbus ${PN}-gui-gtk ${PN}-gui-qml ${PN}-graphics-sdl ${PN}-graphics-qt ${PN}-maptool" - -PE = "1" -INC_PR = "r9" - -inherit autotools gettext - -EXTRA_OECONF += " \ - --disable-binding-python \ - --disable-samplemap \ - --enable-avoid-unaligned \ - --enable-graphics-qt-qpainter \ - --enable-gui-qml \ - --enable-svg2png-scaling-flag=32 \ - --disable-speech-speech-dispatcher \ - --enable-cache-size=20971520 \ -" - -# --enable-avoid-float \ -#check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points -require navit-fpu.inc -EXTRA_OECONF += "${@get_navit_fpu_setting(bb, d)}" - -PACKAGES =+ "${PN}-maptool ${PN}-config ${PN}-dbus ${PN}-speech-cmdline ${PN}-speech-dbus ${PN}-gui-gtk ${PN}-gui-internal ${PN}-gui-qml ${PN}-graphics-sdl ${PN}-graphics-gtk ${PN}-graphics-qt ${PN}-icons" - -EXTRA_AUTORECONF = " -I m4" - -CONFFILES_${PN}-config += "${datadir}/navit/navit.default.xml \ -${datadir}/navit/navit.xml \ -${datadir}/navit/maps.xml \ -${datadir}/navit/osd.xml \ -${datadir}/navit/speech.xml \ -${datadir}/navit/plugins.xml \ - " - -SRC_URI += "file://navit.xml \ -file://maps.xml \ -file://osd.xml \ -file://speech.xml \ -file://plugins.xml \ - " - -FILES_${PN} += "${libdir}/${PN}/*/*.so ${datadir}/icons" -FILES_${PN}-dbg += "${libdir}/${PN}/*/.debug" -FILES_${PN}-maptool = " ${bindir}/maptool " -FILES_${PN}-config = " ${datadir}/navit/*.xml " -FILES_${PN}-dbus = " ${datadir}/dbus-1/services/ ${libdir}/${PN}/binding/libbinding_dbus.so " -FILES_${PN}-speech-cmdline = " ${libdir}/${PN}/speech/libspeech_cmdline.so " -FILES_${PN}-speech-dbus = " ${libdir}/${PN}/speech/libspeech_dbus.so " -FILES_${PN}-gui-gtk = " ${libdir}/${PN}/gui/libgui_gtk.so " -FILES_${PN}-gui-qml = " ${libdir}/${PN}/gui/libgui_qml.so ${datadir}/navit/skins/ " -FILES_${PN}-gui-internal = " ${libdir}/${PN}/gui/libgui_internal.so " -FILES_${PN}-graphics-sdl = " ${libdir}/${PN}/graphics/libgraphics_sdl.so " -FILES_${PN}-graphics-qt = " ${libdir}/${PN}/graphics/libgraphics_qt_qpai
[oe] Yet another set of 'world' build cleanups
I know that meta-oe is not granted to build world buildable. But it is nice to be able to run "bitbake world" and have it done something other then complaining about broken build dependencies. Parts of that changeset were sent to ML in past but this time I took a bit of time to clean them. I moved few recipes to other layers, dropped few and changed some build dependencies. Not granted that those patches are proper way to do it. ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
[oe] [meta-oe][PATCH 2/9] openmotif: remove due to lack of libxp in repository
ERROR: Nothing PROVIDES 'libxp' (but /home/hrw/HDD/devel/canonical/aarch64/meta-openembedded/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb DEPENDS on or otherwise requires it) ERROR: Required build target 'openmotif' has no buildable providers. Signed-off-by: Marcin Juszkiewicz --- .../openmotif/openmotif/configure.patch| 15 - .../recipes-support/openmotif/openmotif_2.3.3.bb | 38 -- 2 files changed, 53 deletions(-) delete mode 100644 meta-oe/recipes-support/openmotif/openmotif/configure.patch delete mode 100644 meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb diff --git a/meta-oe/recipes-support/openmotif/openmotif/configure.patch b/meta-oe/recipes-support/openmotif/openmotif/configure.patch deleted file mode 100644 index 8868e80..000 --- a/meta-oe/recipes-support/openmotif/openmotif/configure.patch +++ /dev/null @@ -1,15 +0,0 @@ a/configure.ac~2009-10-27 14:10:23.0 -0200 -+++ b/configure.ac 2011-05-31 10:51:00.207232036 -0300 -@@ -3,12 +3,6 @@ - AC_CONFIG_SRCDIR([lib/Xm/Form.c]) - AC_PREREQ(2.52) - AC_CONFIG_AUX_DIR(.) --AC_CHECK_FILE(/usr/X/include/X11/X.h, -- AC_PREFIX_DEFAULT(/usr/X), -- AC_PREFIX_DEFAULT(/usr)) --AC_CHECK_FILE(/usr/X11R6/include/X11/X.h, -- AC_PREFIX_DEFAULT(/usr/X11R6), -- AC_PREFIX_DEFAULT(/usr)) - - dnl AM_MAINTAINER_MODE - AC_CANONICAL_TARGET diff --git a/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb b/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb deleted file mode 100644 index 2e9c2de..000 --- a/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb +++ /dev/null @@ -1,38 +0,0 @@ -SECTION = "libs" -DESCRIPTION = "OSM/Motif implementation." -LICENSE = "OGPL" -DEPENDS = "xbitmaps virtual/libx11 libxt libxp" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=14f692c82491db3d52419929d2f3b343" - -SRC_URI = "http://openmotif.com/files/public_downloads/openmotif/2.3/2.3.3/openmotif-2.3.3.tar.gz \ - file://configure.patch;patch=1" - -SRC_URI[md5sum] = "fd27cd3369d6c7d5ef79eccba524f7be" -SRC_URI[sha256sum] = "c85f5545e218fa0c59a3789192132d472fc5a33e914a221a568eee4fc10cd103" - -inherit autotools - -PACKAGES += "${PN}-bin" - -FILES_${PN}-bin = "${bindir}" - -do_compile() { - ( - # HACK: build a native binaries need during the build - unset CC LD CXX CCLD CFLAGS - oe_runmake -C config/util CC="${BUILD_CC}" LD="${BUILD_LD}" CXX="${BUILD_CXX}" LIBS="" makestrs -) -if [ "$?" != "0" ]; then -exit 1 -fi -oe_runmake -C lib -oe_runmake -C include -} - -do_install() { -oe_runmake DESTDIR=${D} -C lib install -oe_runmake DESTDIR=${D} -C include install -} - -LEAD_SONAME = "libXm.so.4" -- 1.8.0 ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
[oe] [meta-oe][PATCH 7/9] midori: move to meta-gnome due to libnotify
Signed-off-by: Marcin Juszkiewicz --- {meta-oe => meta-gnome}/recipes-connectivity/midori/midori_0.4.6.bb | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {meta-oe => meta-gnome}/recipes-connectivity/midori/midori_0.4.6.bb (100%) diff --git a/meta-oe/recipes-connectivity/midori/midori_0.4.6.bb b/meta-gnome/recipes-connectivity/midori/midori_0.4.6.bb similarity index 100% rename from meta-oe/recipes-connectivity/midori/midori_0.4.6.bb rename to meta-gnome/recipes-connectivity/midori/midori_0.4.6.bb -- 1.8.0 ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Re: [oe] systemd on armv4t
On Thu, Nov 22, 2012 at 11:30:29PM +0100, Martin Jansa wrote: > On Thu, Nov 22, 2012 at 01:20:33PM +0100, Martin Jansa wrote: > > On Fri, Nov 09, 2012 at 12:20:14PM +0100, Martin Jansa wrote: > > > On Wed, Nov 07, 2012 at 09:18:04PM +, Phil Blundell wrote: > > > > On Wed, 2012-11-07 at 21:53 +0100, Martin Jansa wrote: > > > > > Core was generated by `/sbin/init splash'. > > > > > Program terminated with signal 4, Illegal instruction. > > > > > #0 0x40110a00 in raise () from /lib/libpthread.so.0 > > > > > (gdb) > > > > > (gdb) bt > > > > > #0 0x40110a00 in raise () from /lib/libpthread.so.0 > > > > > #1 0x000118de in ?? () > > > > > #2 0x000118de in ?? () > > > > > > > > That backtrace (and the disassembly) doesn't tell you much about the > > > > real location of the fault since it just shows systemd re-throwing a > > > > signal that it caught. If you compile with -fasynchronous-unwind-tables > > > > then you might get a better backtrace; otherwise, you can hack main.c to > > > > stop it catching SIGILL in the first place. Or turn on user fault > > > > debugging in the kernel. > > > > > > > I have more info on this one. > > > > I'm sorry, something wasn't cleaned enough between builds and it's > probably some other commit, bisecting continues now with carefully > dropped sstate-cache between builds. Right commit finally found arch-armv4.inc: On armv4 add --fix-v4bx to linker flags for kernel http://git.openembedded.org/openembedded-core/commit/?id=2092e08ba81595c6aaedca8237f6717409eb53b6 Possible fix sent to oe-core ML for comments http://patchwork.openembedded.org/patch/39531/ Cheers, -- Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com signature.asc Description: Digital signature ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Re: [oe] [meta-systemd][PATCH 0/3] Fix ntp bbappends
On Fri, Nov 23, 2012 at 02:36:19PM +0100, Eric Bénard wrote: > Hi Anders, > > Le Fri, 23 Nov 2012 14:12:57 +0100, > Anders Darander a écrit : > > > > > * Koen Kooi [121123 10:54]: > > > > > Op 22-11-12 17:54, Paul Eggleton schreef: > > > > This is the meta-systemd patch series corresponding to the recently > > > > sent > > > > out patches for ntp in meta-networking. 1/3 and 2/3 should be applied > > > > ASAP even if 3/3 is not applied immediately, as the layer is currently > > > > broken; 3/3 needs to wait until after the meta-networking patches go in. > > > > > 1/3 and 2/3 have been applied. > > > > Could you, or Eric, apply them to danny also, or should we do a new > > pull-request? > > > please simply provide the commit hash you want to provide so that I can > easily cherry-pick them This 2 are needed for me to build from danny branch pick 7a3884e gypsy: added to meta-oe/recipes-navigation pick 00c857b samba: update waf-as-source.patch to apply but they weren't merged to master too yet. Then we should merge those 3 ntp commits from Paul after they are tested more in master. Cheers, -- Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com signature.asc Description: Digital signature ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Re: [oe] [meta-systemd][PATCH 0/3] Fix ntp bbappends
Le Fri, 23 Nov 2012 14:50:09 +0100, Anders Darander a écrit : > > * Eric Bénard [121123 14:36]: > > > Le Fri, 23 Nov 2012 14:12:57 +0100, > > Anders Darander a écrit : > > > > > > > * Koen Kooi [121123 10:54]: > > > > > > > Op 22-11-12 17:54, Paul Eggleton schreef: > > > > > This is the meta-systemd patch series corresponding to the recently > > > > > sent > > > > > out patches for ntp in meta-networking. 1/3 and 2/3 should be applied > > > > > ASAP even if 3/3 is not applied immediately, as the layer is > > > > > currently > > > > > broken; 3/3 needs to wait until after the meta-networking patches go > > > > > in. > > > > > > > 1/3 and 2/3 have been applied. > > > > > > Could you, or Eric, apply them to danny also, or should we do a new > > > pull-request? > > > > > please simply provide the commit hash you want to provide so that I can > > easily cherry-pick them > > > Sure, as I'm out of office, I'll only list the commit hashes here, in > order (otherwise I would have sent a pull request). > > 7da3e44c0dc53c05acce387bf5461d0e292f8d34 > c6fe627660a6085f9377337f486e11bad92082e4 > > These are (in the same order): > meta-systemd: Move ntp recipes to 'meta-networking' sublayer > meta-systemd: meta-networking: ntp: Update bbappend to 4.2.6p5 > > These commits will make meta-systemd parse again. > OK, unfortunately I don't yet have the right to commit on danny : remote: W refs/heads/danny meta-openembedded eric_benard DENIED by fallthru remote: error: hook declined to update refs/heads/danny To g...@git.openembedded.org:meta-openembedded ! [remote rejected] danny -> danny (hook declined) Koen, Khem : may you please unlock the access ? Thanks, Eric ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Re: [oe] [meta-systemd][PATCH 0/3] Fix ntp bbappends
Hi Anders, Le Fri, 23 Nov 2012 14:12:57 +0100, Anders Darander a écrit : > > * Koen Kooi [121123 10:54]: > > > Op 22-11-12 17:54, Paul Eggleton schreef: > > > This is the meta-systemd patch series corresponding to the recently sent > > > out patches for ntp in meta-networking. 1/3 and 2/3 should be applied > > > ASAP even if 3/3 is not applied immediately, as the layer is currently > > > broken; 3/3 needs to wait until after the meta-networking patches go in. > > > 1/3 and 2/3 have been applied. > > Could you, or Eric, apply them to danny also, or should we do a new > pull-request? > please simply provide the commit hash you want to provide so that I can easily cherry-pick them Thanks Eric ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Re: [oe] openjdk-7-vm-jamvm
On Fri, Nov 23, 2012 at 01:30:27PM +0100, Jaap de Jong wrote: > Hi, > how can I build openjdk-7-vm-jamvm? > If I bitbake openjdk-7 it is not added, while openjdk-7-vm-zero is added. > I'm building for arm. > Thanks! > Jaap Add it to your image. Bye Henning ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Re: [oe] libftdi
On Fri, Nov 23, 2012 at 11:20:56AM +0100, Jaap de Jong wrote: > Hi All, > on my buildserver under debian, libftdi does not compile. > Looks like some library issue. > Anyone an idea how to solve? > Thanks in advance! > Jaap > > > NOTE: package libftdi-0.19-r0: task do_compile: Started > ERROR: Function failed: do_compile (see > /var/lib/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/work/armv5te-angstrom-linux-gnueabi/libftdi-0.19-r0/temp/log.do_compile.21748 > for further information) > ERROR: Logfile of failure stored in: > /var/lib/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/work/armv5te-angstrom-linux-gnueabi/libftdi-0.19-r0/temp/log.do_compile.21748 > Log data follows: > | DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', > 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', > 'common'] > | ERROR: Function failed: do_compile (see > /var/lib/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/work/armv5te-angstrom-linux-gnueabi/libftdi-0.19-r0/temp/log.do_compile.21748 > for further information) > | NOTE: make -j2 > | make all-recursive > | make[1]: Entering directory > `/data/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/work/armv5te-angstrom-linux-gnueabi/libftdi-0.19-r0/libftdi-0.19' > | Making all in src > | make[2]: Entering directory > `/data/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/work/armv5te-angstrom-linux-gnueabi/libftdi-0.19-r0/libftdi-0.19/src' > | ../arm-angstrom-linux-gnueabi-libtool --tag=CC --mode=compile > arm-angstrom-linux-gnueabi-gcc -march=armv5te -marm > -mthumb-interwork -mtune=arm926ej-s > --sysroot=/var/lib/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/sysroots/nedap9g45 > -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -g > -feliminate-unused-debug-types > -I/var/lib/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/sysroots/nedap9g45/usr/include > -c -o ftdi.lo ftdi.c > | arm-angstrom-linux-gnueabi-libtool: compile: > arm-angstrom-linux-gnueabi-gcc -march=armv5te -marm > -mthumb-interwork -mtune=arm926ej-s > --sysroot=/var/lib/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/sysroots/nedap9g45 > -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -g -feliminate-unused-debug-types > -I/var/lib/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/sysroots/nedap9g45/usr/include > -c ftdi.c -fPIC -DPIC -o .libs/ftdi.o > | arm-angstrom-linux-gnueabi-libtool: compile: > arm-angstrom-linux-gnueabi-gcc -march=armv5te -marm > -mthumb-interwork -mtune=arm926ej-s > --sysroot=/var/lib/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/sysroots/nedap9g45 > -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -g -feliminate-unused-debug-types > -I/var/lib/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/sysroots/nedap9g45/usr/include > -c ftdi.c -o ftdi.o >/dev/null 2>&1 > | ../arm-angstrom-linux-gnueabi-libtool --tag=CC --mode=link > arm-angstrom-linux-gnueabi-gcc -march=armv5te -marm > -mthumb-interwork -mtune=arm926ej-s > --sysroot=/var/lib/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/sysroots/nedap9g45 > -O2 -pipe -g -feliminate-unused-debug-types > -I/var/lib/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/sysroots/nedap9g45/usr/include > -version-info 20:0:19 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed > -o libftdi.la -rpath /usr/lib ftdi.lo -L/lib -lusb ^^ Fix the Makefile to not use this. Bye Henning ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Re: [oe] sstate-cache
On 11/22/2012 03:56 PM, Jaap de Jong wrote: I have a handful of openembedded clones on a single machine and I would like to use as little diskspace as possible, so I'm wondering if it is possible to share the directory build/sstate-cache among these different clones? To be a bit more precise, these are the variables to work with: SSTATE_DIR ?= "${TOPDIR}/sstate-cache" SSTATE_MIRRORS ?= "\ file://.* http://someserver.tld/share/sstate/ \n \ file://.* file:///some/local/dir/sstate/" Does every clone (which might be translated at the same time) has to have its own local SSTATE_DIR? Or is it ok to point every clone to one single directory, like: SSTATE_DIR ?= "${HOME}/sstate-cache"? Or should I use SSTATE_MIRRORS for that purpose? Thanks! Jaap ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Re: [oe] [meta-systemd][PATCH 0/3] Fix ntp bbappends
* Eric Bénard [121123 14:36]: > Le Fri, 23 Nov 2012 14:12:57 +0100, > Anders Darander a écrit : > > > > * Koen Kooi [121123 10:54]: > > > > > Op 22-11-12 17:54, Paul Eggleton schreef: > > > > This is the meta-systemd patch series corresponding to the recently > > > > sent > > > > out patches for ntp in meta-networking. 1/3 and 2/3 should be applied > > > > ASAP even if 3/3 is not applied immediately, as the layer is currently > > > > broken; 3/3 needs to wait until after the meta-networking patches go in. > > > > > 1/3 and 2/3 have been applied. > > > > Could you, or Eric, apply them to danny also, or should we do a new > > pull-request? > > > please simply provide the commit hash you want to provide so that I can > easily cherry-pick them Sure, as I'm out of office, I'll only list the commit hashes here, in order (otherwise I would have sent a pull request). 7da3e44c0dc53c05acce387bf5461d0e292f8d34 c6fe627660a6085f9377337f486e11bad92082e4 These are (in the same order): meta-systemd: Move ntp recipes to 'meta-networking' sublayer meta-systemd: meta-networking: ntp: Update bbappend to 4.2.6p5 These commits will make meta-systemd parse again. Cheers, Anders -- Anders Darander ChargeStorm AB / eStorm AB ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Re: [oe] [meta-systemd][PATCH 0/3] Fix ntp bbappends
* Koen Kooi [121123 10:54]: > Op 22-11-12 17:54, Paul Eggleton schreef: > > This is the meta-systemd patch series corresponding to the recently sent > > out patches for ntp in meta-networking. 1/3 and 2/3 should be applied > > ASAP even if 3/3 is not applied immediately, as the layer is currently > > broken; 3/3 needs to wait until after the meta-networking patches go in. > 1/3 and 2/3 have been applied. Could you, or Eric, apply them to danny also, or should we do a new pull-request? Cheers, /Anders -- Anders Darander ChargeStorm AB / eStorm AB ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
[oe] openjdk-7-vm-jamvm
Hi, how can I build openjdk-7-vm-jamvm? If I bitbake openjdk-7 it is not added, while openjdk-7-vm-zero is added. I'm building for arm. Thanks! Jaap ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Re: [oe] [meta-systemd][PATCH 0/3] Fix ntp bbappends
* Koen Kooi [121123 10:54]: > Op 22-11-12 17:54, Paul Eggleton schreef: > > This is the meta-systemd patch series corresponding to the recently sent > > out patches for ntp in meta-networking. 1/3 and 2/3 should be applied > > ASAP even if 3/3 is not applied immediately, as the layer is currently > > broken; 3/3 needs to wait until after the meta-networking patches go in. > 1/3 and 2/3 have been applied. Thanks! /Anders -- Anders Darander ChargeStorm AB / eStorm AB ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
[oe] libftdi
Hi All, on my buildserver under debian, libftdi does not compile. Looks like some library issue. Anyone an idea how to solve? Thanks in advance! Jaap NOTE: package libftdi-0.19-r0: task do_compile: Started ERROR: Function failed: do_compile (see /var/lib/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/work/armv5te-angstrom-linux-gnueabi/libftdi-0.19-r0/temp/log.do_compile.21748 for further information) ERROR: Logfile of failure stored in: /var/lib/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/work/armv5te-angstrom-linux-gnueabi/libftdi-0.19-r0/temp/log.do_compile.21748 Log data follows: | DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common'] | ERROR: Function failed: do_compile (see /var/lib/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/work/armv5te-angstrom-linux-gnueabi/libftdi-0.19-r0/temp/log.do_compile.21748 for further information) | NOTE: make -j2 | make all-recursive | make[1]: Entering directory `/data/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/work/armv5te-angstrom-linux-gnueabi/libftdi-0.19-r0/libftdi-0.19' | Making all in src | make[2]: Entering directory `/data/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/work/armv5te-angstrom-linux-gnueabi/libftdi-0.19-r0/libftdi-0.19/src' | ../arm-angstrom-linux-gnueabi-libtool --tag=CC --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv5te -marm -mthumb-interwork -mtune=arm926ej-s --sysroot=/var/lib/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/sysroots/nedap9g45 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -g -feliminate-unused-debug-types -I/var/lib/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/sysroots/nedap9g45/usr/include -c -o ftdi.lo ftdi.c | arm-angstrom-linux-gnueabi-libtool: compile: arm-angstrom-linux-gnueabi-gcc -march=armv5te -marm -mthumb-interwork -mtune=arm926ej-s --sysroot=/var/lib/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/sysroots/nedap9g45 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -g -feliminate-unused-debug-types -I/var/lib/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/sysroots/nedap9g45/usr/include -c ftdi.c -fPIC -DPIC -o .libs/ftdi.o | arm-angstrom-linux-gnueabi-libtool: compile: arm-angstrom-linux-gnueabi-gcc -march=armv5te -marm -mthumb-interwork -mtune=arm926ej-s --sysroot=/var/lib/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/sysroots/nedap9g45 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -g -feliminate-unused-debug-types -I/var/lib/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/sysroots/nedap9g45/usr/include -c ftdi.c -o ftdi.o >/dev/null 2>&1 | ../arm-angstrom-linux-gnueabi-libtool --tag=CC --mode=link arm-angstrom-linux-gnueabi-gcc -march=armv5te -marm -mthumb-interwork -mtune=arm926ej-s --sysroot=/var/lib/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/sysroots/nedap9g45 -O2 -pipe -g -feliminate-unused-debug-types -I/var/lib/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/sysroots/nedap9g45/usr/include -version-info 20:0:19 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o libftdi.la -rpath /usr/lib ftdi.lo -L/lib -lusb | arm-angstrom-linux-gnueabi-libtool: link: arm-angstrom-linux-gnueabi-gcc -march=armv5te -marm -mthumb-interwork -mtune=arm926ej-s --sysroot=/var/lib/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/sysroots/nedap9g45 -shared -fPIC -DPIC .libs/ftdi.o -L/lib /var/lib/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/sysroots/nedap9g45/lib/libusb.so -L=/lib -L/var/lib/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/sysroots/nedap9g45/lib /var/lib/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/sysroots/nedap9g45/lib/libusb-1.0.so -lrt -march=armv5te -marm -mthumb-interwork -mtune=arm926ej-s --sysroot=/var/lib/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/sysroots/nedap9g45 -O2 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -pthread -Wl,-soname -Wl,libftdi.so.1 -o .libs/libftdi.so.1.19.0 | /data/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/sysroots/x86_64-linux/usr/bin/armv5te-angstrom-linux-gnueabi/../../libexec/armv5te-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/ld: warning: library search path "/lib" is unsafe for cross-compilation | /lib/libgcc_s.so.1: file not recognized: File format not recognized | collect2: ld returned 1 exit status | make[2]: *** [libftdi.la] Error 1 | make[2]: Leaving directory `/data/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/work/armv5te-angstrom-linux-gnueabi/libftdi-0.19-r0/libftdi-0.19/src' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/data/jenkins/jobs/oe-core/develop/build/tmp-angstrom_v2012_05-eglibc/work/armv5te-angstrom-linux-gnueabi/libftdi-0.19-r0/li
Re: [oe] [meta-systemd][PATCH 0/3] Fix ntp bbappends
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 22-11-12 17:54, Paul Eggleton schreef: > This is the meta-systemd patch series corresponding to the recently sent > out patches for ntp in meta-networking. 1/3 and 2/3 should be applied > ASAP even if 3/3 is not applied immediately, as the layer is currently > broken; 3/3 needs to wait until after the meta-networking patches go in. 1/3 and 2/3 have been applied. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (Darwin) Comment: GPGTools - http://gpgtools.org iD8DBQFQr0fNMkyGM64RGpERAi3ZAJ9PqHz7His140Rby3pLLVKmjfYASACdF6HG OR4qjrJ8GflgcRLBFoYRhEc= =G6mK -END PGP SIGNATURE- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
[oe] [meta-oe] samba: Fix build on Fedora 17
From: Ting Liu Fedora 17 has /bin/perl, this causes samba build to put perl interpreter path as /bin/perl But we set perl location for target as /usr/bin/perl This mismatch of perl path causes failure of rootfs image creation: | error: Failed dependencies: | /bin/perl is needed by samba-3.6.8-r1.ppce5500 Signed-off-by: Ting Liu --- meta-oe/recipes-connectivity/samba/samba.inc | 2 ++ meta-oe/recipes-connectivity/samba/samba_3.6.8.bb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/samba/samba.inc b/meta-oe/recipes-connectivity/samba/samba.inc index faa2be0..c4430d1 100644 --- a/meta-oe/recipes-connectivity/samba/samba.inc +++ b/meta-oe/recipes-connectivity/samba/samba.inc @@ -88,6 +88,8 @@ do_install_append() { install -m 0644 ${WORKDIR}/${PN}-${PV}/nsswitch/libnss_winbind.so ${D}${libdir}/libnss_winbind.so.2 install -m 0644 ${WORKDIR}/${PN}-${PV}/nsswitch/libnss_wins.so ${D}${libdir}/libnss_wins.so.2 +sed -i -e '1s,#!.*perl,#! ${USRBINPATH}/env perl,' ${D}${bindir}/findsmb + } diff --git a/meta-oe/recipes-connectivity/samba/samba_3.6.8.bb b/meta-oe/recipes-connectivity/samba/samba_3.6.8.bb index cc09a48..7c54dae 100644 --- a/meta-oe/recipes-connectivity/samba/samba_3.6.8.bb +++ b/meta-oe/recipes-connectivity/samba/samba_3.6.8.bb @@ -3,7 +3,7 @@ require samba-basic.inc LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://../COPYING;md5=d32239bcb673463ab874e80d47fae504" -PR = "r1" +PR = "r2" SRC_URI += "\ file://config-h.patch \ -- 1.7.11.7 ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel