Re: [Angstrom-devel] [oe-core] boost recipe, fatal error: zlib.h
On Thu, Aug 15, 2013 at 2:28 AM, Víctor MV wrote: > Hi, > > I'm getting an error when trying to bitbake the *boost* recipe: > > ... > | gcc.compile.c++ > bin.v2/libs/iostreams/build/gcc-4.3.1/release/threading-multi/zlib.o > | libs/iostreams/src/zlib.cpp:20:76: fatal error: zlib.h: No such file > or directory > | compilation terminated. > | > You need to install zlib-dev either on your host or add zlib to DEPENDS list in boost recipe > | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline > -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 > -DBOOST_IOSTREAMS_DYN_LINK=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG > -I"." -c -o > "bin.v2/libs/iostreams/build/gcc-4.3.1/release/threading-multi/zlib.o" > "libs/iostreams/src/zlib.cpp" > | > | ...failed gcc.compile.c++ > bin.v2/libs/iostreams/build/gcc-4.3.1/release/threading-multi/zlib.o... > | ...skipped > libboost_iostreams.so.1.53.0 > for lack of > zlib.o... > | ...skipped libboost_iostreams.so.1.53.0 for lack of > > libboost_iostreams.so.1.53.0... > | ...skipped libboost_iostreams.so for lack of > libboost_iostreams.so.1.53.0... > | gcc.compile.c++ > > bin.v2/libs/iostreams/build/gcc-4.3.1/release/link-static/threading-multi/zlib.o > | libs/iostreams/src/zlib.cpp:20:76: fatal error: zlib.h: No such file > or directory > | compilation terminated. > | > | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline > -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_USE_DEPRECATED > -DNDEBUG -I"." -c -o > > "bin.v2/libs/iostreams/build/gcc-4.3.1/release/link-static/threading-multi/zlib.o" > "libs/iostreams/src/zlib.cpp" > | > | ...failed gcc.compile.c++ > > bin.v2/libs/iostreams/build/gcc-4.3.1/release/link-static/threading-multi/zlib.o... > | ...skipped > libboost_iostreams.a(clean) > for lack of > zlib.o... > | ...skipped > libboost_iostreams.a > for lack of > zlib.o... > | ...skipped libboost_iostreams.a for lack of > > libboost_iostreams.a... > | ...failed updating 2 targets... > | ...skipped 6 targets... > | ERROR: Function failed: do_compile (see > > /home/victor/setup-scripts/build/tmp-angstrom_v2012_12-eglibc/work/i686-linux/boost-native-1.53.0-r1/temp/log.do_compile.2901 > for further information) > ERROR: Task 7 > (virtual:native:/home/victor/setup-scripts/sources/openembedded-core/meta/recipes-support/boost/ > boost_1.53.0.bb, > do_compile) failed with exit code '1' > > Regards, > > Víctor. > ___ > Angstrom-distro-devel mailing list > Angstrom-distro-devel@linuxtogo.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel > ___ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
Re: [Angstrom-devel] [meta-angstrom] angstrom-next: add versions to build for aarch64
On Fri, Aug 16, 2013 at 2:44 AM, Graeme Gregory wrote: > aarch64 needs gcc and egibc from meta-linaro to build for now. > > Signed-off-by: Graeme Gregory > --- > conf/distro/angstrom-next.conf |5 + > 1 file changed, 5 insertions(+) > > diff --git a/conf/distro/angstrom-next.conf > b/conf/distro/angstrom-next.conf > index a1bedbb..7dd57cd 100644 > --- a/conf/distro/angstrom-next.conf > +++ b/conf/distro/angstrom-next.conf > @@ -63,6 +63,11 @@ ANGSTROM_GCC_VERSION_bfin= "4.1.2" > #avr32 only has support for gcc 4.2.2 > ANGSTROM_GCC_VERSION_avr32 ?= "4.2.2" > > +#aarch64 needs linaro tools > +ANGSTROM_GCC_VERSION_aarch64 ?= "linaro-4.7%" > +PREFERRED_VERSION_eglibc_aarch64 ?= "2.17" > +PREFERRED_VERSION_eglibc-initial_aarch64 ?= "2.17" > + > #Everybody else can just use this: > ANGSTROM_GCC_VERSION ?= "4.8%" > > what does gcc 4.8 and eglibc 2.18 does not work ? eglibc 2.18 should support aarch64 ___ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
Re: [Angstrom-devel] [PATCH] angstrom-next: add versions to build for aarch64
Graeme On Tue, Aug 13, 2013 at 2:29 AM, Graeme Gregory wrote: > aarch64 needs gcc and egibc from meta-linaro to build for now. > > Signed-off-by: Graeme Gregory > --- > conf/distro/angstrom-next.conf |4 > 1 file changed, 4 insertions(+) > > diff --git a/conf/distro/angstrom-next.conf > b/conf/distro/angstrom-next.conf > index a1bedbb..c7d8353 100644 > --- a/conf/distro/angstrom-next.conf > +++ b/conf/distro/angstrom-next.conf > @@ -63,6 +63,10 @@ ANGSTROM_GCC_VERSION_bfin= "4.1.2" > #avr32 only has support for gcc 4.2.2 > ANGSTROM_GCC_VERSION_avr32 ?= "4.2.2" > > +#aarch64 needs linaro tools > +ANGSTROM_GCC_VERSION_aarch64 ?= "linaro-4.7%" > +PREFERRED_VERSION_eglibc_aarch64 ?= "2.17" > + > even with gcc 4.8 and eglibc 2.18? > #Everybody else can just use this: > ANGSTROM_GCC_VERSION ?= "4.8%" > > -- > 1.7.10.4 > > > ___ > Angstrom-distro-devel mailing list > Angstrom-distro-devel@linuxtogo.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel > ___ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
[Angstrom-devel] [meta-angstrom] angstrom-next: add versions to build for aarch64
aarch64 needs gcc and egibc from meta-linaro to build for now. Signed-off-by: Graeme Gregory --- conf/distro/angstrom-next.conf |5 + 1 file changed, 5 insertions(+) diff --git a/conf/distro/angstrom-next.conf b/conf/distro/angstrom-next.conf index a1bedbb..7dd57cd 100644 --- a/conf/distro/angstrom-next.conf +++ b/conf/distro/angstrom-next.conf @@ -63,6 +63,11 @@ ANGSTROM_GCC_VERSION_bfin= "4.1.2" #avr32 only has support for gcc 4.2.2 ANGSTROM_GCC_VERSION_avr32 ?= "4.2.2" +#aarch64 needs linaro tools +ANGSTROM_GCC_VERSION_aarch64 ?= "linaro-4.7%" +PREFERRED_VERSION_eglibc_aarch64 ?= "2.17" +PREFERRED_VERSION_eglibc-initial_aarch64 ?= "2.17" + #Everybody else can just use this: ANGSTROM_GCC_VERSION ?= "4.8%" -- 1.7.10.4 ___ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
[Angstrom-devel] [meta-angstrom] angstrom-next: add versions to build for aarch64
aarch64 needs gcc and egibc from meta-linaro to build for now. Signed-off-by: Graeme Gregory --- conf/distro/angstrom-next.conf |5 + 1 file changed, 5 insertions(+) diff --git a/conf/distro/angstrom-next.conf b/conf/distro/angstrom-next.conf index a1bedbb..7dd57cd 100644 --- a/conf/distro/angstrom-next.conf +++ b/conf/distro/angstrom-next.conf @@ -63,6 +63,11 @@ ANGSTROM_GCC_VERSION_bfin= "4.1.2" #avr32 only has support for gcc 4.2.2 ANGSTROM_GCC_VERSION_avr32 ?= "4.2.2" +#aarch64 needs linaro tools +ANGSTROM_GCC_VERSION_aarch64 ?= "linaro-4.7%" +PREFERRED_VERSION_eglibc_aarch64 ?= "2.17" +PREFERRED_VERSION_eglibc-initial_aarch64 ?= "2.17" + #Everybody else can just use this: ANGSTROM_GCC_VERSION ?= "4.8%" -- 1.7.10.4 ___ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
[Angstrom-devel] [oe-core] boost recipe, fatal error: zlib.h
Hi, I'm getting an error when trying to bitbake the *boost* recipe: ... | gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.3.1/release/threading-multi/zlib.o | libs/iostreams/src/zlib.cpp:20:76: fatal error: zlib.h: No such file or directory | compilation terminated. | | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_DYN_LINK=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.3.1/release/threading-multi/zlib.o" "libs/iostreams/src/zlib.cpp" | | ...failed gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.3.1/release/threading-multi/zlib.o... | ...skipped libboost_iostreams.so.1.53.0 for lack of zlib.o... | ...skipped libboost_iostreams.so.1.53.0 for lack of libboost_iostreams.so.1.53.0... | ...skipped libboost_iostreams.so for lack of libboost_iostreams.so.1.53.0... | gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.3.1/release/link-static/threading-multi/zlib.o | libs/iostreams/src/zlib.cpp:20:76: fatal error: zlib.h: No such file or directory | compilation terminated. | | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.3.1/release/link-static/threading-multi/zlib.o" "libs/iostreams/src/zlib.cpp" | | ...failed gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.3.1/release/link-static/threading-multi/zlib.o... | ...skipped libboost_iostreams.a(clean) for lack of zlib.o... | ...skipped libboost_iostreams.a for lack of zlib.o... | ...skipped libboost_iostreams.a for lack of libboost_iostreams.a... | ...failed updating 2 targets... | ...skipped 6 targets... | ERROR: Function failed: do_compile (see /home/victor/setup-scripts/build/tmp-angstrom_v2012_12-eglibc/work/i686-linux/boost-native-1.53.0-r1/temp/log.do_compile.2901 for further information) ERROR: Task 7 (virtual:native:/home/victor/setup-scripts/sources/openembedded-core/meta/recipes-support/boost/boost_1.53.0.bb, do_compile) failed with exit code '1' Regards, Víctor. ___ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
[Angstrom-devel] [PATCH] angstrom-next: add versions to build for aarch64
aarch64 needs gcc and egibc from meta-linaro to build for now. Signed-off-by: Graeme Gregory --- conf/distro/angstrom-next.conf |4 1 file changed, 4 insertions(+) diff --git a/conf/distro/angstrom-next.conf b/conf/distro/angstrom-next.conf index a1bedbb..c7d8353 100644 --- a/conf/distro/angstrom-next.conf +++ b/conf/distro/angstrom-next.conf @@ -63,6 +63,10 @@ ANGSTROM_GCC_VERSION_bfin= "4.1.2" #avr32 only has support for gcc 4.2.2 ANGSTROM_GCC_VERSION_avr32 ?= "4.2.2" +#aarch64 needs linaro tools +ANGSTROM_GCC_VERSION_aarch64 ?= "linaro-4.7%" +PREFERRED_VERSION_eglibc_aarch64 ?= "2.17" + #Everybody else can just use this: ANGSTROM_GCC_VERSION ?= "4.8%" -- 1.7.10.4 ___ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
[Angstrom-devel] OE Changelog since 2013-08-04 until 2013-08-11
Changelog since 2013-08-04 until 2013-08-11. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distribution/meta-angstrom.git meta-arago: git://arago-project.org/git/meta-arago.git meta-beagleboard: git://github.com/beagleboard/meta-beagleboard.git meta-browser: git://github.com/OSSystems/meta-browser.git meta-bug: git://github.com/buglabs/meta-bug.git meta-chicken: git://github.com/OSSystems/meta-chicken meta-efikamx: git://github.com/kraj/meta-efikamx.git meta-ettus: http://github.com/koenkooi/meta-ettus.git meta-fsl-arm: git://git.yoctoproject.org/meta-fsl-arm meta-fsl-arm-extra: git://github.com/Freescale/meta-fsl-arm-extra.git meta-fsl-ppc: git://git.yoctoproject.org/meta-fsl-ppc meta-guacamayo: git://github.com/Guacamayo/meta-guacamayo.git meta-gumstix: git://github.com/gumstix/meta-gumstix.git meta-gumstix-community: git://gitorious.org/schnitzeltony-oe-meta/meta-gumstix-community.git meta-handheld: git://git.openembedded.org/meta-handheld meta-igep: http://github.com/ebutera/meta-igep.git meta-intel: git://git.yoctoproject.org/meta-intel meta-ivi: git://git.yoctoproject.org/meta-ivi meta-java: git://github.com/woglinde/meta-java meta-kde: git://gitorious.org/openembedded-core-layers/meta-kde.git meta-micro: git://git.openembedded.org/meta-micro meta-mono: git://git.yoctoproject.org/meta-mono.git meta-netbookpro: git://github.com/tworaz/meta-netbookpro meta-nslu2: git://github.com/kraj/meta-nslu2 meta-opie: git://git.openembedded.org/meta-opie meta-qt3: git://git.yoctoproject.org/meta-qt3 meta-qt5: git://github.com/meta-qt5/meta-qt5.git meta-slugos: git://github.com/kraj/meta-slugos meta-systemd: git://git.yoctoproject.org/meta-systemd meta-raspberrypi: git://github.com/djwillis/meta-raspberrypi.git meta-smartphone: http://git.shr-project.org/repo/meta-smartphone.git meta-ti: git://git.yoctoproject.org/meta-ti meta-webos: git://github.com/openwebos/meta-webos.git meta-xilinx: git://git.yoctoproject.org/meta-xilinx meta-yocto: git://git.yoctoproject.org/meta-yocto openembedded: git://git.openembedded.org/openembedded Changelog for bitbake: Cristiana Voicu (18): hob/advancedsettings: change toolchain labels to sdk labels hob/packageslist: change image size label to estimated image size hob: labelling changes in Hob hob: create save image dialog used to save a template hob/bitbake: create a template (a .bb file) from hob through bitbake hob/bitbake: save the description of a custom image hob: make changes in order to permit from UI to edit an image after saving i hob & bitbake: append a value to a variable from hob throught bitbake hob: change the name and description for the saveimagedialog hob: the saved image should be editable hob/bitbake: when an image is saved, it should require an image from layers hob: changes to image combo box hob: retrieve file name of an image hob: implement the "retrieve image dialog" + changes to image combo box cooker: save packages in IMAGE_INSTALL instead of PACKAGE_INSTALL hob: set focus on entry name when the name is not correct hob/imagedetailspage: add tooltip for save image recipe button hob/imageconfigurationpage: changes to image combobox Ross Burton (3): depexp: make parse() a member function depexp: insert data instead of append/set, for speed depexp: fix typo in variable name Changelog for openembedded-core: Bian Naimeng (1): bash: reference acl*.m4 from ${S} Chen Qi (7): scripts/contrib/mkefidisk.sh: fix bashism qtdemo-init: fix bashism xtscal: fix bashism initramfs-framework: fix bashism buildtools-tarball: do not export OECORE_NATIVE_SYSROOT busybox: remove syslog-startup.conf if sysvinit not in DISTRO_FEATURES checkroot.sh: respect the value of ENABLE_ROOTFS_FSCK Cristian Iorga (13): telepathy-mission-control: upgrade to v5.15.0 telepathy-idle: upgrade to v0.1.16 gstreamer1.0: upgrade to v1.0.9 gstreamer1.0-plugins-base: upgrade to v1.0.9 gstreamer1.0-plugins-good: upgrade to v1.0.9 gstreamer1.0-libav: upgrade to v1.0.9 gstreamer1.0-plugins-bad: upgrade to v1.0.9 neon: upgrade to v0.30.0 gstreamer1.0-plugins-ugly: upgrade to v1.0.9 telepathy-glib: upgrade to v0.20.4 net-tools: upgrade to v1.60-25 gst-fluendo-mpegdemux: upgrade to v0.10.72 build-appliance-image: upgrade to ac60aa8cf707eec58e2cb51e7c406250d0b43ef1 c Cristiana Voicu (5): liburcu: upgrade to 0.7.7 curl: upgrade to 7.31.0 tzdata: upgrade to 2013d ed: upgrade to 1.9 mkfontscale: upgrade to 1.1.1 Fathi Boudra (1): libc-package.bbclass: Add armeb architecture to locale_arch_options Hongxu Jia (1): list-packageconfig-flags.py: add a script to list all PACKAGECONFIG flags Ionut Radu (1): g
[Angstrom-devel] OE Changelog since 2013-07-28 until 2013-08-04
Changelog since 2013-07-28 until 2013-08-04. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distribution/meta-angstrom.git meta-arago: git://arago-project.org/git/meta-arago.git meta-beagleboard: git://github.com/beagleboard/meta-beagleboard.git meta-browser: git://github.com/OSSystems/meta-browser.git meta-bug: git://github.com/buglabs/meta-bug.git meta-chicken: git://github.com/OSSystems/meta-chicken meta-efikamx: git://github.com/kraj/meta-efikamx.git meta-ettus: http://github.com/koenkooi/meta-ettus.git meta-fsl-arm: git://git.yoctoproject.org/meta-fsl-arm meta-fsl-arm-extra: git://github.com/Freescale/meta-fsl-arm-extra.git meta-fsl-ppc: git://git.yoctoproject.org/meta-fsl-ppc meta-guacamayo: git://github.com/Guacamayo/meta-guacamayo.git meta-gumstix: git://github.com/gumstix/meta-gumstix.git meta-gumstix-community: git://gitorious.org/schnitzeltony-oe-meta/meta-gumstix-community.git meta-handheld: git://git.openembedded.org/meta-handheld meta-igep: http://github.com/ebutera/meta-igep.git meta-intel: git://git.yoctoproject.org/meta-intel meta-ivi: git://git.yoctoproject.org/meta-ivi meta-java: git://github.com/woglinde/meta-java meta-kde: git://gitorious.org/openembedded-core-layers/meta-kde.git meta-micro: git://git.openembedded.org/meta-micro meta-mono: git://git.yoctoproject.org/meta-mono.git meta-netbookpro: git://github.com/tworaz/meta-netbookpro meta-nslu2: git://github.com/kraj/meta-nslu2 meta-opie: git://git.openembedded.org/meta-opie meta-qt3: git://git.yoctoproject.org/meta-qt3 meta-qt5: git://github.com/meta-qt5/meta-qt5.git meta-slugos: git://github.com/kraj/meta-slugos meta-systemd: git://git.yoctoproject.org/meta-systemd meta-raspberrypi: git://github.com/djwillis/meta-raspberrypi.git meta-smartphone: http://git.shr-project.org/repo/meta-smartphone.git meta-ti: git://git.yoctoproject.org/meta-ti meta-webos: git://github.com/openwebos/meta-webos.git meta-xilinx: git://git.yoctoproject.org/meta-xilinx meta-yocto: git://git.yoctoproject.org/meta-yocto openembedded: git://git.openembedded.org/openembedded Changelog for bitbake: André Draszik (1): fetch2: fix unpack of .xz files Cristiana Voicu (2): hob: changed the split of SSTATE_MIRRORS variable hob: sstatemirror is standard also for file://.* regex Petter Mabäcker (1): bitbake: runqueue: add warning if invalidating invalid task Robert Yang (1): providers.py: print a debug message for dynamic pacakge Valentin Popa (1): bitbake-worker: import needed signal module Changelog for openembedded-core: Andre McCurdy (1): lib/oe/terminal.py: add support for MATE desktop terminals Andrei Dinu (1): libpng : upgrade to 1.6.3 Chen Qi (1): opkg.inc: remove the obsolete REDIRECT_CMD Colin Walters (1): util-linux: Update for swapoff being a separate binary Cristian Iorga (3): iproute2: upgrade to v3.10.0 alsa-lib: upgrade to v1.0.27.2 alsa-utils: upgrade to 1.0.27.2 Emilia Ciobanu (4): docbook-sgml-dtd-3.1-native: fix recipe name docbook-sgml-dtd-4.1-native: fix recipe name distrodata.bbclass: Remove whitespaces distrodata.bbclass: Include PRSPV variable in upstream version checking Eric Nelson (1): gst-plugins-gl: add explicit dependency on libpng Hongxu Jia (3): util-linux: use u-a for su shadow: use u-a for su busybox: move /bin/su to /usr/bin/su to match util-linux and shadow Ionut Radu (1): apt: Upgrade from 0.9.8.2 to 0.9.9.4 Jackie Huang (2): dbus: remove build host test in configure script matchbox-wm: correct the SRC_URI and add checksums Joe MacDonald (1): oe-find-native-sysroot: minor optimization Jonathan Liu (1): syslinux: update to 4.07 Jukka Rissanen (4): bluez5: Only install .conf files if found ofono: Add systemd support ofono: Move bluetooth enabling to .inc file ofono: Enable test scripts by default Khem Raj (1): gcc-4.8: Fix meta-fsl-arm iperf build issue Laurentiu Palcu (14): csl-versions.inc: instruct user to check local.conf adt_installer: allow specifying relative target sysroot paths xf86-video-intel: upgrade to 2.21.13 git: upgrade to 1.8.3.4 nasm: upgrade to 2.10.09 powertop: upgrade to 2.4 libdrm: upgrade to 2.4.46 libpciaccess: upgrade to 0.13.2 xrandr: upgrade to 1.4.1 xf86-input-evdev: upgrade to 2.8.1 xhost: upgrade to 1.0.6 makedepend: upgrade to 1.0.5 flex: upgrade to 2.5.37 grub_2.00: fix compilation when using flex 2.5.37 Martin Jansa (1): mesa: inherit gettext Ming Liu (2): openssl: Fix multilib header conflict - opensslconf.h libpam: deny all services for the OTHER entries Muhammad Shakeel (3): systemd: Remove init.d dir if systemd unit file is present and sysvinit not busybox: Add syslog-in
[Angstrom-devel] OE Changelog since 2013-07-21 until 2013-07-28
Changelog since 2013-07-21 until 2013-07-28. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distribution/meta-angstrom.git meta-arago: git://arago-project.org/git/meta-arago.git meta-beagleboard: git://github.com/beagleboard/meta-beagleboard.git meta-browser: git://github.com/OSSystems/meta-browser.git meta-bug: git://github.com/buglabs/meta-bug.git meta-chicken: git://github.com/OSSystems/meta-chicken meta-efikamx: git://github.com/kraj/meta-efikamx.git meta-ettus: http://github.com/koenkooi/meta-ettus.git meta-fsl-arm: git://git.yoctoproject.org/meta-fsl-arm meta-fsl-arm-extra: git://github.com/Freescale/meta-fsl-arm-extra.git meta-fsl-ppc: git://git.yoctoproject.org/meta-fsl-ppc meta-guacamayo: git://github.com/Guacamayo/meta-guacamayo.git meta-gumstix: git://github.com/gumstix/meta-gumstix.git meta-gumstix-community: git://gitorious.org/schnitzeltony-oe-meta/meta-gumstix-community.git meta-handheld: git://git.openembedded.org/meta-handheld meta-igep: http://github.com/ebutera/meta-igep.git meta-intel: git://git.yoctoproject.org/meta-intel meta-ivi: git://git.yoctoproject.org/meta-ivi meta-java: git://github.com/woglinde/meta-java meta-kde: git://gitorious.org/openembedded-core-layers/meta-kde.git meta-micro: git://git.openembedded.org/meta-micro meta-mono: git://git.yoctoproject.org/meta-mono.git meta-netbookpro: git://github.com/tworaz/meta-netbookpro meta-nslu2: git://github.com/kraj/meta-nslu2 meta-opie: git://git.openembedded.org/meta-opie meta-qt3: git://git.yoctoproject.org/meta-qt3 meta-qt5: git://github.com/meta-qt5/meta-qt5.git meta-slugos: git://github.com/kraj/meta-slugos meta-systemd: git://git.yoctoproject.org/meta-systemd meta-raspberrypi: git://github.com/djwillis/meta-raspberrypi.git meta-smartphone: http://git.shr-project.org/repo/meta-smartphone.git meta-ti: git://git.yoctoproject.org/meta-ti meta-webos: git://github.com/openwebos/meta-webos.git meta-xilinx: git://git.yoctoproject.org/meta-xilinx meta-yocto: git://git.yoctoproject.org/meta-yocto openembedded: git://git.openembedded.org/openembedded Changelog for bitbake: Changelog for openembedded-core: Alexandru DAMIAN (1): weston: add pango dependency Andreas Müller (1): package.bbclass: avoid packing debug sources from other packages Andrei Dinu (1): openssh: Added Upstream Status to openssh-CVE-2011-4327 André Draszik (1): directfb: don't patch pkg-config files Beth Flanagan (1): adt_installer_internal: fix spelling error Bruce Ashfield (1): linux-yocto/3.8: revert .gitignore: do not ignore meta directory Chen Qi (5): useradd.bbclass: add a new base class and code refactor extrausers.bbclass: add a new bbclass run-postinsts: fix comment run-postinsts: add more logging to the log file to make things clearer rpm: remove the obsolete rpm-postinsts.bb Cristian Iorga (2): connman: upgrade to v1.16 pulseaudio: upgrade to v4.0 Daniel Nilsson (1): glew: Update GLEW version number in autotools patch Emilia Ciobanu (3): kmod:add GIT revision to PV variable lttng-modules: Append _git to recipe name and add GIT revision to PV var docbook-sgml-dtd-4.5-native.bb: Add real PV inside the recipe Fathi Boudra (1): dmidecode: add aarch64 and arm to compatible host Gabriel Barbu (1): strace: Add ptest Hongxu Jia (4): readline: fix importing readline in python with probably escape sequence out nss:fix postinst failed at rootfs time lsbinitscripts: remove x permission on functions sysvinit: pidof add -m option for lsbinitscripts Ionut Radu (7): useradd.bbclass: fix traceback when inheriting useradd but not setting USERA libxfont: Update from 1.4.5 to 1.4.6 libxrandr: Update from 1.4.0 to 1.4.1 libxxf86dga: Updated from 1.1.3 to 1.1.4 libuser: Updated from 0.58 to 0.59 videoproto: Update from 2.3.1 to 2.3.2 apt: Add Upstream Status to patches Jackie Huang (1): dbus: add -o option into start-stop-daemon arguments Jesse Zhang (1): tremor: add a patch to build with arm thumb Jim Somerville (1): rt-tests: add Upstream-Status for cyclictest patch Jonathan Liu (6): systemd: remove unneeded modprobe.rules mesa: upgrade to 9.1.5 wget: backport fixes for documentation build errors mesa: use LLVM 3.3 by default boot-directdisk: use awk instead of echo -ne for dash compatibility gcc-4.8: fix compiling GCC when /usr/lib/libstdc++.so is present Koen Kooi (1): util-linux: fix PACKAGECONFIG options Laurentiu Palcu (2): elfutils: fix backends' Makefile.am xinput-calibrator: move it from meta-oe to oe-core Martin Jansa (25): gst-plugins-good: add PACKAGECONFIG for jack gst-plugins-ugly: add PACKAGECONFIG for x264, cdio, dvdread pulseaudio: add PACKAGE
[Angstrom-devel] OE Changelog since 2013-07-14 until 2013-07-21
Changelog since 2013-07-14 until 2013-07-21. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distribution/meta-angstrom.git meta-arago: git://arago-project.org/git/meta-arago.git meta-beagleboard: git://github.com/beagleboard/meta-beagleboard.git meta-browser: git://github.com/OSSystems/meta-browser.git meta-bug: git://github.com/buglabs/meta-bug.git meta-chicken: git://github.com/OSSystems/meta-chicken meta-efikamx: git://github.com/kraj/meta-efikamx.git meta-ettus: http://github.com/koenkooi/meta-ettus.git meta-fsl-arm: git://git.yoctoproject.org/meta-fsl-arm meta-fsl-arm-extra: git://github.com/Freescale/meta-fsl-arm-extra.git meta-fsl-ppc: git://git.yoctoproject.org/meta-fsl-ppc meta-guacamayo: git://github.com/Guacamayo/meta-guacamayo.git meta-gumstix: git://github.com/gumstix/meta-gumstix.git meta-gumstix-community: git://gitorious.org/schnitzeltony-oe-meta/meta-gumstix-community.git meta-handheld: git://git.openembedded.org/meta-handheld meta-igep: http://github.com/ebutera/meta-igep.git meta-intel: git://git.yoctoproject.org/meta-intel meta-ivi: git://git.yoctoproject.org/meta-ivi meta-java: git://github.com/woglinde/meta-java meta-kde: git://gitorious.org/openembedded-core-layers/meta-kde.git meta-micro: git://git.openembedded.org/meta-micro meta-mono: git://git.yoctoproject.org/meta-mono.git meta-netbookpro: git://github.com/tworaz/meta-netbookpro meta-nslu2: git://github.com/kraj/meta-nslu2 meta-opie: git://git.openembedded.org/meta-opie meta-qt3: git://git.yoctoproject.org/meta-qt3 meta-qt5: git://github.com/meta-qt5/meta-qt5.git meta-slugos: git://github.com/kraj/meta-slugos meta-systemd: git://git.yoctoproject.org/meta-systemd meta-raspberrypi: git://github.com/djwillis/meta-raspberrypi.git meta-smartphone: http://git.shr-project.org/repo/meta-smartphone.git meta-ti: git://git.yoctoproject.org/meta-ti meta-webos: git://github.com/openwebos/meta-webos.git meta-xilinx: git://git.yoctoproject.org/meta-xilinx meta-yocto: git://git.yoctoproject.org/meta-yocto openembedded: git://git.openembedded.org/openembedded Changelog for bitbake: Changelog for openembedded-core: Alexandru Palalau (1): lib/oeqa/runtime: add tests for syslog and df Bruce Ashfield (3): linux-yocto/3.8: update META srcrev linux-yocto/3.4: mips: fix gcc 4.8 compilation linux-yocto/3.8: restore qemumips64 SRCREV Chen Qi (3): core-image-lsb.bb: add 'package-management' to IMAGE_FEATURES tar: remove an erroneous patch local.conf.sample.extended: add example for EXTRA_USERS_PARAMS Cristian Iorga (2): bluez4: conflicts with bluez5 bluez5: new package for v5.7 Felipe F. Tonello (3): pulseaudio: Added cli-protocol-unix to pulseaudio-misc valgrind: added perl dependency pulseaudio: Removed avahi forced dependency Hongxu Jia (2): udev-extraconf: allow users in disk group to write vfat filesystem xuser-account: add xuser to disk group Joe Slater (1): curl: add upstream status to patch Jonathan Liu (1): gdb: add PACKAGECONFIG for Python support Kai Kang (1): tcl: fix typo of upstream status in patch file Khem Raj (4): gcc-4.8: Fix on-device SDK C++ runtime issue uclibc: Build ldd/ldcondif/iconv for main uclibc recipe eglibc-2.18: Remove unused patches eglibc-2.18: Update to latest snapshot Mark Hatle (4): sanity.bbclass: Update gcc sanity check terminal.bbclass: Fix BB_RUNFMT processing busybox: fix ip reference in simple.script dbus-ptest: Disable python module check Paul Eggleton (4): qt-mobility: tighten up config generation and use PACKAGECONFIG classes/insane: fix regression in libdir QA regex classes/insane: allow libdir QA check to be skipped using INSANE_SKIP scripts/contrib/*: fix arithmetic bashism Roy.Li (1): dpkg: backport a patch to support mipsn32el and mips64el Saul Wold (5): libidn: upgrade to 1.28 mc: upgrade to 4.8.9 initscripts: Update to 9.48 Upstream-Status: Correct capitalization buildtools-tarball: testimage needs the mmap python-module Simon Busch (1): wpa-supplicant: backport patch to fix dbus interface for autoscan functional Stefan Stanacar (9): lib/oeqa/runtime/dmesg.py: whitelist dmesg message for systemd net interface lib/oeqa/utils/sshcontrol.py: fix passing command to subprocess testimage.bbclass, lib/oeqa/utils/qemurunner.py: make boot timeout configura lib/oeqa/runtime/multilib.py: use readelf instead of file lib/oeqa/oetest.py: provide a ps command for all tests classes/testimage.bbclass: use a copy of rootfs for tests testimage.bbclass, lib/oeqa: add headers and comments lib/oeqa: fix dependecy check populate_sdk_base.bbclass: use new perm option for find Yi Zhao (3): iproute2: Fix alternative l