* [PATCH 00/58] [dora-next] fixes for dora (cover letter only)
@ 2014-01-26 6:16 Robert Yang
2014-01-26 6:17 ` Robert Yang
2014-01-26 9:32 ` Koen Kooi
0 siblings, 2 replies; 8+ messages in thread
From: Robert Yang @ 2014-01-26 6:16 UTC (permalink / raw)
To: openembedded-core
Note:
This PULL is based on oe-core, and here is another one based on poky:
git://git.yoctoproject.org/poky-contrib robert/dora-next
// Robert
The following changes since commit 198623d80d31f19c963e61d03cbcb12dd318dfdf:
ltp: set PREFERRED_PROVIDER and rename runtests_noltp.sh script (2014-01-24 12:48:15 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib robert/dora-next
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=robert/dora-next
Alexandre Belloni (1):
wpa-supplicant-2.0: don't exit in pkg_postinst
Anders Darander (1):
terminal.bbclass: do not export PS1
Andreas Oberritter (1):
cogl-1.0: explicitly disable cairo
Bruce Ashfield (1):
linux-libc-headers: fix MIPS klibc build error
Chen Qi (1):
subversion: fix build problem when sysroot contains '-D' or '-I'
Christopher Larson (4):
python, python-native: fix PARALLEL_MAKEINST failure
cairo: add/use packageconfig for valgrind support
pulseaudio: fix RDEPENDS traversal for consolekit
xz: make the LICENSE info more accurate
Cristiana Voicu (1):
babeltrace: correct PV variable
Enrico Scholz (1):
bluez4: added dependency on 'libsndfile1'
Hongxu Jia (5):
kconfig-frontends: add python to kconfig-frontends's RDEPENDS
qemu: add PACKAGECONFIG for vnc, libcurl, nss, uuid, curses, gtk+,
libcap-ng
qemu: add bash and python to qemu's RDEPENDS
license.bbclass: fix copying license directories failed
nativesdk.bbclass: support nativesdk to override with the
PACKAGES_DYNAMIC statement
Jackie Huang (3):
grub: add explicit dependency on bison-native
kconfig-frontends: fix the incorrect depends on gperf
guile: fix the depends for target recipes
Jacob Kroon (1):
meta/lib/oe/terminal.py: Don't pass non-supported '--disable-factory'
flag to gnome-terminal
Kai Kang (1):
x264: install libraries to right directory when enable multilib
Krzysztof Sywula (1):
Minicom depends on libiconv
Laurentiu Palcu (1):
x11vnc: fix CAPS_LOCK issues
Li Wang (1):
xinetd: CVE-2013-4342
Martin Jansa (3):
avahi: add leading space to RRECOMMENDS append
xinput-calibrator: add formfactor to RDEPENDS
base.bbclass: Set umask 022 also for do_unpack task
Ming Liu (4):
qemu: use PACKAGECONFIG to address xfsprogs dependency
qemu: explicitly disable xen support
libpthread-stubs: should set ALLOW_EMPTY
grub: add PACKAGECONFIG for device-mapper
Nick D'Ademo (1):
libav: install libraries to right directory when multilib is enabled
Otavio Salvador (1):
gcc-4.8: Backport PR c++/57532 fix from 4.8.2
Paul Eggleton (2):
linux-firmware: add missing linux-firmware-iwlwifi-7260-7 package
libav: add libpostproc to PROVIDES (for 0.8.x version only)
Phil Blundell (2):
libsoup: Remove libproxy from DEPENDS
binutils: Also add autoconf-native to DEPENDS
Richard Purdie (7):
base/gcc-common: Ensure umask setting is consistent for shared workdir
image.bbclass: Depend on virtual/kernel:do_deploy
gcc-cross-canadian: Fix fortran build
gcc-crosssdk.inc: Fix missing dependencies (such as libmpc-native)
eglibc-locale: Fix depends on binutils
eglibc-locale: Fix previous dependency change to properly work in
nativesdk case
eglibc-locale: Fix multilib builds to depend on the correct binutils
Robert Yang (2):
coreutils 6.9: fix coreutils.texi
gcc-4.8/libstdc++-v3: disable sdt
Ross Burton (3):
ptest: ensure do_install_ptest_base task runs in fakeroot context
useradd.bbclass: add dependency on base-files
dbus: use PACKAGECONFIG for X11 and systemd
Roy Li (1):
multilib: Ensure we map the SYSTEMD_PACKAGES variable
Saul Wold (1):
openssl: use PACKAGECONFIG to disable perl bits
Scott Garman (1):
runqemu: remove core-image-* whitelist
Tom Zanussi (1):
systemtap: Add --enable-prologues to configuration
Yue Tao (3):
python: do not replace ccache in the middle of a path
acpid: CVE-2011-1159
icu: CVE-2013-2924
mykhani (1):
openssl.inc: Install c_rehash utility with openssl
yzhu1 (1):
populate_sdk: verify executable or dynamically linked library
meta/classes/base.bbclass | 9 +-
meta/classes/image.bbclass | 2 +
meta/classes/license.bbclass | 7 +-
meta/classes/multilib.bbclass | 1 +
meta/classes/nativesdk.bbclass | 1 +
meta/classes/populate_sdk_base.bbclass | 2 +-
meta/classes/ptest.bbclass | 5 +
meta/classes/terminal.bbclass | 4 +
meta/classes/useradd.bbclass | 2 +
meta/lib/oe/terminal.py | 4 +-
meta/recipes-bsp/acpid/acpid.inc | 3 +-
.../acpid/acpid/set_socket_noblock.patch | 10 +
meta/recipes-bsp/grub/grub_2.00.bb | 3 +-
meta/recipes-connectivity/avahi/avahi.inc | 4 +-
meta/recipes-connectivity/bluez/bluez4.inc | 2 +-
meta/recipes-connectivity/openssl/openssl.inc | 16 +-
.../wpa-supplicant/wpa-supplicant-2.0.inc | 5 +-
.../coreutils-6.9/coreutils-fix-texinfo.patch | 375 +++++++++++++++++++++
meta/recipes-core/coreutils/coreutils_6.9.bb | 1 +
meta/recipes-core/dbus/dbus.inc | 25 +-
meta/recipes-core/eglibc/eglibc-locale.inc | 4 +-
meta/recipes-devtools/binutils/binutils.inc | 2 +-
meta/recipes-devtools/gcc/gcc-4.8.inc | 1 +
.../gcc/gcc-4.8/0031-Disable-sdt.patch | 80 ++++-
.../gcc/gcc-4.8/0048-PR57532.patch | 36 ++
meta/recipes-devtools/gcc/gcc-common.inc | 1 +
meta/recipes-devtools/gcc/gcc-cross-canadian.inc | 1 +
meta/recipes-devtools/gcc/gcc-crosssdk.inc | 2 +-
meta/recipes-devtools/guile/guile_2.0.9.bb | 2 +-
.../kconfig-frontends_3.10.0.0.bb | 3 +-
.../recipes-devtools/python/python-native_2.7.3.bb | 1 +
.../python/parallel-makeinst-create-bindir.patch | 19 ++
meta/recipes-devtools/python/python_2.7.3.bb | 3 +-
meta/recipes-devtools/qemu/qemu.inc | 19 +-
.../neon.m4-fix-includes-and-cflags.patch | 32 ++
.../subversion/subversion_1.7.10.bb | 1 +
meta/recipes-extended/minicom/minicom_2.6.2.bb | 2 +-
.../xinetd/xinetd/xinetd-CVE-2013-4342.patch | 32 ++
meta/recipes-extended/xinetd/xinetd_2.3.15.bb | 1 +
meta/recipes-extended/xz/xz_5.1.2alpha.bb | 17 +-
meta/recipes-graphics/cairo/cairo.inc | 1 +
meta/recipes-graphics/cogl/cogl-1.0.inc | 1 +
.../x11vnc/files/starting-fix.patch | 6 +-
meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb | 2 +
.../xinput-calibrator/xinput-calibrator_git.bb | 2 +-
.../linux-firmware/linux-firmware_git.bb | 2 +-
...lude-asm-byteorder.h-in-linux-raid-md_p.h.patch | 34 ++
.../linux-libc-headers/linux-libc-headers_3.10.bb | 3 +
meta/recipes-kernel/lttng/babeltrace_1.1.1.bb | 2 +-
meta/recipes-kernel/systemtap/systemtap_git.bb | 2 +-
meta/recipes-multimedia/libav/libav.inc | 2 +
meta/recipes-multimedia/libav/libav_0.8.8.bb | 2 +
meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 6 +-
meta/recipes-multimedia/x264/x264_git.bb | 1 +
...fer_length_check_to_UTF_16_or_32_detector.patch | 33 ++
meta/recipes-support/icu/icu_51.2.bb | 1 +
meta/recipes-support/libsoup/libsoup-2.4_2.42.1.bb | 2 +-
scripts/runqemu | 17 +-
58 files changed, 790 insertions(+), 69 deletions(-)
create mode 100644 meta/recipes-bsp/acpid/acpid/set_socket_noblock.patch
create mode 100644 meta/recipes-core/coreutils/coreutils-6.9/coreutils-fix-texinfo.patch
create mode 100644 meta/recipes-devtools/gcc/gcc-4.8/0048-PR57532.patch
create mode 100644 meta/recipes-devtools/python/python/parallel-makeinst-create-bindir.patch
create mode 100644 meta/recipes-devtools/subversion/subversion-1.7.10/neon.m4-fix-includes-and-cflags.patch
create mode 100644 meta/recipes-extended/xinetd/xinetd/xinetd-CVE-2013-4342.patch
create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers/UAPI-include-asm-byteorder.h-in-linux-raid-md_p.h.patch
create mode 100644 meta/recipes-support/icu/icu-51.2/add_buffer_length_check_to_UTF_16_or_32_detector.patch
--
1.8.3.1
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 00/58] [dora-next] fixes for dora (cover letter only)
2014-01-26 6:16 [PATCH 00/58] [dora-next] fixes for dora (cover letter only) Robert Yang
@ 2014-01-26 6:17 ` Robert Yang
2014-01-26 9:32 ` Koen Kooi
1 sibling, 0 replies; 8+ messages in thread
From: Robert Yang @ 2014-01-26 6:17 UTC (permalink / raw)
To: Wold, Saul, Purdie, Richard, Paul Eggleton; +Cc: openembedded-core
Add RP, Saul and Paul in the loop.
// Robert
On 01/26/2014 02:16 PM, Robert Yang wrote:
> Note:
> This PULL is based on oe-core, and here is another one based on poky:
>
> git://git.yoctoproject.org/poky-contrib robert/dora-next
>
> // Robert
>
>
> The following changes since commit 198623d80d31f19c963e61d03cbcb12dd318dfdf:
>
> ltp: set PREFERRED_PROVIDER and rename runtests_noltp.sh script (2014-01-24 12:48:15 +0000)
>
> are available in the git repository at:
>
> git://git.openembedded.org/openembedded-core-contrib robert/dora-next
> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=robert/dora-next
>
> Alexandre Belloni (1):
> wpa-supplicant-2.0: don't exit in pkg_postinst
>
> Anders Darander (1):
> terminal.bbclass: do not export PS1
>
> Andreas Oberritter (1):
> cogl-1.0: explicitly disable cairo
>
> Bruce Ashfield (1):
> linux-libc-headers: fix MIPS klibc build error
>
> Chen Qi (1):
> subversion: fix build problem when sysroot contains '-D' or '-I'
>
> Christopher Larson (4):
> python, python-native: fix PARALLEL_MAKEINST failure
> cairo: add/use packageconfig for valgrind support
> pulseaudio: fix RDEPENDS traversal for consolekit
> xz: make the LICENSE info more accurate
>
> Cristiana Voicu (1):
> babeltrace: correct PV variable
>
> Enrico Scholz (1):
> bluez4: added dependency on 'libsndfile1'
>
> Hongxu Jia (5):
> kconfig-frontends: add python to kconfig-frontends's RDEPENDS
> qemu: add PACKAGECONFIG for vnc, libcurl, nss, uuid, curses, gtk+,
> libcap-ng
> qemu: add bash and python to qemu's RDEPENDS
> license.bbclass: fix copying license directories failed
> nativesdk.bbclass: support nativesdk to override with the
> PACKAGES_DYNAMIC statement
>
> Jackie Huang (3):
> grub: add explicit dependency on bison-native
> kconfig-frontends: fix the incorrect depends on gperf
> guile: fix the depends for target recipes
>
> Jacob Kroon (1):
> meta/lib/oe/terminal.py: Don't pass non-supported '--disable-factory'
> flag to gnome-terminal
>
> Kai Kang (1):
> x264: install libraries to right directory when enable multilib
>
> Krzysztof Sywula (1):
> Minicom depends on libiconv
>
> Laurentiu Palcu (1):
> x11vnc: fix CAPS_LOCK issues
>
> Li Wang (1):
> xinetd: CVE-2013-4342
>
> Martin Jansa (3):
> avahi: add leading space to RRECOMMENDS append
> xinput-calibrator: add formfactor to RDEPENDS
> base.bbclass: Set umask 022 also for do_unpack task
>
> Ming Liu (4):
> qemu: use PACKAGECONFIG to address xfsprogs dependency
> qemu: explicitly disable xen support
> libpthread-stubs: should set ALLOW_EMPTY
> grub: add PACKAGECONFIG for device-mapper
>
> Nick D'Ademo (1):
> libav: install libraries to right directory when multilib is enabled
>
> Otavio Salvador (1):
> gcc-4.8: Backport PR c++/57532 fix from 4.8.2
>
> Paul Eggleton (2):
> linux-firmware: add missing linux-firmware-iwlwifi-7260-7 package
> libav: add libpostproc to PROVIDES (for 0.8.x version only)
>
> Phil Blundell (2):
> libsoup: Remove libproxy from DEPENDS
> binutils: Also add autoconf-native to DEPENDS
>
> Richard Purdie (7):
> base/gcc-common: Ensure umask setting is consistent for shared workdir
> image.bbclass: Depend on virtual/kernel:do_deploy
> gcc-cross-canadian: Fix fortran build
> gcc-crosssdk.inc: Fix missing dependencies (such as libmpc-native)
> eglibc-locale: Fix depends on binutils
> eglibc-locale: Fix previous dependency change to properly work in
> nativesdk case
> eglibc-locale: Fix multilib builds to depend on the correct binutils
>
> Robert Yang (2):
> coreutils 6.9: fix coreutils.texi
> gcc-4.8/libstdc++-v3: disable sdt
>
> Ross Burton (3):
> ptest: ensure do_install_ptest_base task runs in fakeroot context
> useradd.bbclass: add dependency on base-files
> dbus: use PACKAGECONFIG for X11 and systemd
>
> Roy Li (1):
> multilib: Ensure we map the SYSTEMD_PACKAGES variable
>
> Saul Wold (1):
> openssl: use PACKAGECONFIG to disable perl bits
>
> Scott Garman (1):
> runqemu: remove core-image-* whitelist
>
> Tom Zanussi (1):
> systemtap: Add --enable-prologues to configuration
>
> Yue Tao (3):
> python: do not replace ccache in the middle of a path
> acpid: CVE-2011-1159
> icu: CVE-2013-2924
>
> mykhani (1):
> openssl.inc: Install c_rehash utility with openssl
>
> yzhu1 (1):
> populate_sdk: verify executable or dynamically linked library
>
> meta/classes/base.bbclass | 9 +-
> meta/classes/image.bbclass | 2 +
> meta/classes/license.bbclass | 7 +-
> meta/classes/multilib.bbclass | 1 +
> meta/classes/nativesdk.bbclass | 1 +
> meta/classes/populate_sdk_base.bbclass | 2 +-
> meta/classes/ptest.bbclass | 5 +
> meta/classes/terminal.bbclass | 4 +
> meta/classes/useradd.bbclass | 2 +
> meta/lib/oe/terminal.py | 4 +-
> meta/recipes-bsp/acpid/acpid.inc | 3 +-
> .../acpid/acpid/set_socket_noblock.patch | 10 +
> meta/recipes-bsp/grub/grub_2.00.bb | 3 +-
> meta/recipes-connectivity/avahi/avahi.inc | 4 +-
> meta/recipes-connectivity/bluez/bluez4.inc | 2 +-
> meta/recipes-connectivity/openssl/openssl.inc | 16 +-
> .../wpa-supplicant/wpa-supplicant-2.0.inc | 5 +-
> .../coreutils-6.9/coreutils-fix-texinfo.patch | 375 +++++++++++++++++++++
> meta/recipes-core/coreutils/coreutils_6.9.bb | 1 +
> meta/recipes-core/dbus/dbus.inc | 25 +-
> meta/recipes-core/eglibc/eglibc-locale.inc | 4 +-
> meta/recipes-devtools/binutils/binutils.inc | 2 +-
> meta/recipes-devtools/gcc/gcc-4.8.inc | 1 +
> .../gcc/gcc-4.8/0031-Disable-sdt.patch | 80 ++++-
> .../gcc/gcc-4.8/0048-PR57532.patch | 36 ++
> meta/recipes-devtools/gcc/gcc-common.inc | 1 +
> meta/recipes-devtools/gcc/gcc-cross-canadian.inc | 1 +
> meta/recipes-devtools/gcc/gcc-crosssdk.inc | 2 +-
> meta/recipes-devtools/guile/guile_2.0.9.bb | 2 +-
> .../kconfig-frontends_3.10.0.0.bb | 3 +-
> .../recipes-devtools/python/python-native_2.7.3.bb | 1 +
> .../python/parallel-makeinst-create-bindir.patch | 19 ++
> meta/recipes-devtools/python/python_2.7.3.bb | 3 +-
> meta/recipes-devtools/qemu/qemu.inc | 19 +-
> .../neon.m4-fix-includes-and-cflags.patch | 32 ++
> .../subversion/subversion_1.7.10.bb | 1 +
> meta/recipes-extended/minicom/minicom_2.6.2.bb | 2 +-
> .../xinetd/xinetd/xinetd-CVE-2013-4342.patch | 32 ++
> meta/recipes-extended/xinetd/xinetd_2.3.15.bb | 1 +
> meta/recipes-extended/xz/xz_5.1.2alpha.bb | 17 +-
> meta/recipes-graphics/cairo/cairo.inc | 1 +
> meta/recipes-graphics/cogl/cogl-1.0.inc | 1 +
> .../x11vnc/files/starting-fix.patch | 6 +-
> meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb | 2 +
> .../xinput-calibrator/xinput-calibrator_git.bb | 2 +-
> .../linux-firmware/linux-firmware_git.bb | 2 +-
> ...lude-asm-byteorder.h-in-linux-raid-md_p.h.patch | 34 ++
> .../linux-libc-headers/linux-libc-headers_3.10.bb | 3 +
> meta/recipes-kernel/lttng/babeltrace_1.1.1.bb | 2 +-
> meta/recipes-kernel/systemtap/systemtap_git.bb | 2 +-
> meta/recipes-multimedia/libav/libav.inc | 2 +
> meta/recipes-multimedia/libav/libav_0.8.8.bb | 2 +
> meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 6 +-
> meta/recipes-multimedia/x264/x264_git.bb | 1 +
> ...fer_length_check_to_UTF_16_or_32_detector.patch | 33 ++
> meta/recipes-support/icu/icu_51.2.bb | 1 +
> meta/recipes-support/libsoup/libsoup-2.4_2.42.1.bb | 2 +-
> scripts/runqemu | 17 +-
> 58 files changed, 790 insertions(+), 69 deletions(-)
> create mode 100644 meta/recipes-bsp/acpid/acpid/set_socket_noblock.patch
> create mode 100644 meta/recipes-core/coreutils/coreutils-6.9/coreutils-fix-texinfo.patch
> create mode 100644 meta/recipes-devtools/gcc/gcc-4.8/0048-PR57532.patch
> create mode 100644 meta/recipes-devtools/python/python/parallel-makeinst-create-bindir.patch
> create mode 100644 meta/recipes-devtools/subversion/subversion-1.7.10/neon.m4-fix-includes-and-cflags.patch
> create mode 100644 meta/recipes-extended/xinetd/xinetd/xinetd-CVE-2013-4342.patch
> create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers/UAPI-include-asm-byteorder.h-in-linux-raid-md_p.h.patch
> create mode 100644 meta/recipes-support/icu/icu-51.2/add_buffer_length_check_to_UTF_16_or_32_detector.patch
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 00/58] [dora-next] fixes for dora (cover letter only)
2014-01-26 6:16 [PATCH 00/58] [dora-next] fixes for dora (cover letter only) Robert Yang
2014-01-26 6:17 ` Robert Yang
@ 2014-01-26 9:32 ` Koen Kooi
2014-01-26 10:11 ` Robert Yang
1 sibling, 1 reply; 8+ messages in thread
From: Koen Kooi @ 2014-01-26 9:32 UTC (permalink / raw)
To: Robert Yang; +Cc: Patches and discussions about the oe-core layer
Op 26 jan. 2014, om 07:16 heeft Robert Yang <liezhi.yang@windriver.com> het volgende geschreven:
> Note:
> This PULL is based on oe-core, and here is another one based on poky:
>
> git://git.yoctoproject.org/poky-contrib robert/dora-next
>
> // Robert
>
>
> The following changes since commit 198623d80d31f19c963e61d03cbcb12dd318dfdf:
>
> ltp: set PREFERRED_PROVIDER and rename runtests_noltp.sh script (2014-01-24 12:48:15 +0000)
>
> are available in the git repository at:
>
> git://git.openembedded.org/openembedded-core-contrib robert/dora-next
> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=robert/dora-next
>
> Alexandre Belloni (1):
> wpa-supplicant-2.0: don't exit in pkg_postinst
>
> Anders Darander (1):
> terminal.bbclass: do not export PS1
>
> Andreas Oberritter (1):
> cogl-1.0: explicitly disable cairo
>
> Bruce Ashfield (1):
> linux-libc-headers: fix MIPS klibc build error
>
> Chen Qi (1):
> subversion: fix build problem when sysroot contains '-D' or '-I'
>
> Christopher Larson (4):
> python, python-native: fix PARALLEL_MAKEINST failure
> cairo: add/use packageconfig for valgrind support
> pulseaudio: fix RDEPENDS traversal for consolekit
> xz: make the LICENSE info more accurate
>
> Cristiana Voicu (1):
> babeltrace: correct PV variable
>
> Enrico Scholz (1):
> bluez4: added dependency on 'libsndfile1'
>
> Hongxu Jia (5):
> kconfig-frontends: add python to kconfig-frontends's RDEPENDS
> qemu: add PACKAGECONFIG for vnc, libcurl, nss, uuid, curses, gtk+,
> libcap-ng
> qemu: add bash and python to qemu's RDEPENDS
> license.bbclass: fix copying license directories failed
> nativesdk.bbclass: support nativesdk to override with the
> PACKAGES_DYNAMIC statement
>
> Jackie Huang (3):
> grub: add explicit dependency on bison-native
> kconfig-frontends: fix the incorrect depends on gperf
> guile: fix the depends for target recipes
>
> Jacob Kroon (1):
> meta/lib/oe/terminal.py: Don't pass non-supported '--disable-factory'
> flag to gnome-terminal
>
> Kai Kang (1):
> x264: install libraries to right directory when enable multilib
>
> Krzysztof Sywula (1):
> Minicom depends on libiconv
>
> Laurentiu Palcu (1):
> x11vnc: fix CAPS_LOCK issues
>
> Li Wang (1):
> xinetd: CVE-2013-4342
>
> Martin Jansa (3):
> avahi: add leading space to RRECOMMENDS append
> xinput-calibrator: add formfactor to RDEPENDS
> base.bbclass: Set umask 022 also for do_unpack task
>
> Ming Liu (4):
> qemu: use PACKAGECONFIG to address xfsprogs dependency
> qemu: explicitly disable xen support
> libpthread-stubs: should set ALLOW_EMPTY
> grub: add PACKAGECONFIG for device-mapper
>
> Nick D'Ademo (1):
> libav: install libraries to right directory when multilib is enabled
>
> Otavio Salvador (1):
> gcc-4.8: Backport PR c++/57532 fix from 4.8.2
>
> Paul Eggleton (2):
> linux-firmware: add missing linux-firmware-iwlwifi-7260-7 package
> libav: add libpostproc to PROVIDES (for 0.8.x version only)
>
> Phil Blundell (2):
> libsoup: Remove libproxy from DEPENDS
> binutils: Also add autoconf-native to DEPENDS
>
> Richard Purdie (7):
> base/gcc-common: Ensure umask setting is consistent for shared workdir
> image.bbclass: Depend on virtual/kernel:do_deploy
> gcc-cross-canadian: Fix fortran build
> gcc-crosssdk.inc: Fix missing dependencies (such as libmpc-native)
> eglibc-locale: Fix depends on binutils
> eglibc-locale: Fix previous dependency change to properly work in
> nativesdk case
> eglibc-locale: Fix multilib builds to depend on the correct binutils
>
> Robert Yang (2):
> coreutils 6.9: fix coreutils.texi
> gcc-4.8/libstdc++-v3: disable sdt
>
> Ross Burton (3):
> ptest: ensure do_install_ptest_base task runs in fakeroot context
> useradd.bbclass: add dependency on base-files
> dbus: use PACKAGECONFIG for X11 and systemd
>
> Roy Li (1):
> multilib: Ensure we map the SYSTEMD_PACKAGES variable
>
> Saul Wold (1):
> openssl: use PACKAGECONFIG to disable perl bits
>
> Scott Garman (1):
> runqemu: remove core-image-* whitelist
>
> Tom Zanussi (1):
> systemtap: Add --enable-prologues to configuration
>
> Yue Tao (3):
> python: do not replace ccache in the middle of a path
> acpid: CVE-2011-1159
> icu: CVE-2013-2924
>
> mykhani (1):
> openssl.inc: Install c_rehash utility with openssl
>
> yzhu1 (1):
> populate_sdk: verify executable or dynamically linked library
I absolutely hate these massive pull requests for stable branches:
1) important fixes keep collecting dust
2) 56 changes at once makes testing and debugging really painfull
So for the future could you *please* send pull requests directly after patches get proposed?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 00/58] [dora-next] fixes for dora (cover letter only)
2014-01-26 9:32 ` Koen Kooi
@ 2014-01-26 10:11 ` Robert Yang
2014-01-26 17:05 ` Koen Kooi
0 siblings, 1 reply; 8+ messages in thread
From: Robert Yang @ 2014-01-26 10:11 UTC (permalink / raw)
To: Koen Kooi; +Cc: Patches and discussions about the oe-core layer
On 01/26/2014 05:32 PM, Koen Kooi wrote:
>
> Op 26 jan. 2014, om 07:16 heeft Robert Yang <liezhi.yang@windriver.com> het volgende geschreven:
>
>> Note:
>> This PULL is based on oe-core, and here is another one based on poky:
>>
>> git://git.yoctoproject.org/poky-contrib robert/dora-next
>>
>> // Robert
>>
>>
>> The following changes since commit 198623d80d31f19c963e61d03cbcb12dd318dfdf:
>>
>> ltp: set PREFERRED_PROVIDER and rename runtests_noltp.sh script (2014-01-24 12:48:15 +0000)
>>
>> are available in the git repository at:
>>
>> git://git.openembedded.org/openembedded-core-contrib robert/dora-next
>> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=robert/dora-next
>>
>> Alexandre Belloni (1):
>> wpa-supplicant-2.0: don't exit in pkg_postinst
>>
>> Anders Darander (1):
>> terminal.bbclass: do not export PS1
>>
>> Andreas Oberritter (1):
>> cogl-1.0: explicitly disable cairo
>>
>> Bruce Ashfield (1):
>> linux-libc-headers: fix MIPS klibc build error
>>
>> Chen Qi (1):
>> subversion: fix build problem when sysroot contains '-D' or '-I'
>>
>> Christopher Larson (4):
>> python, python-native: fix PARALLEL_MAKEINST failure
>> cairo: add/use packageconfig for valgrind support
>> pulseaudio: fix RDEPENDS traversal for consolekit
>> xz: make the LICENSE info more accurate
>>
>> Cristiana Voicu (1):
>> babeltrace: correct PV variable
>>
>> Enrico Scholz (1):
>> bluez4: added dependency on 'libsndfile1'
>>
>> Hongxu Jia (5):
>> kconfig-frontends: add python to kconfig-frontends's RDEPENDS
>> qemu: add PACKAGECONFIG for vnc, libcurl, nss, uuid, curses, gtk+,
>> libcap-ng
>> qemu: add bash and python to qemu's RDEPENDS
>> license.bbclass: fix copying license directories failed
>> nativesdk.bbclass: support nativesdk to override with the
>> PACKAGES_DYNAMIC statement
>>
>> Jackie Huang (3):
>> grub: add explicit dependency on bison-native
>> kconfig-frontends: fix the incorrect depends on gperf
>> guile: fix the depends for target recipes
>>
>> Jacob Kroon (1):
>> meta/lib/oe/terminal.py: Don't pass non-supported '--disable-factory'
>> flag to gnome-terminal
>>
>> Kai Kang (1):
>> x264: install libraries to right directory when enable multilib
>>
>> Krzysztof Sywula (1):
>> Minicom depends on libiconv
>>
>> Laurentiu Palcu (1):
>> x11vnc: fix CAPS_LOCK issues
>>
>> Li Wang (1):
>> xinetd: CVE-2013-4342
>>
>> Martin Jansa (3):
>> avahi: add leading space to RRECOMMENDS append
>> xinput-calibrator: add formfactor to RDEPENDS
>> base.bbclass: Set umask 022 also for do_unpack task
>>
>> Ming Liu (4):
>> qemu: use PACKAGECONFIG to address xfsprogs dependency
>> qemu: explicitly disable xen support
>> libpthread-stubs: should set ALLOW_EMPTY
>> grub: add PACKAGECONFIG for device-mapper
>>
>> Nick D'Ademo (1):
>> libav: install libraries to right directory when multilib is enabled
>>
>> Otavio Salvador (1):
>> gcc-4.8: Backport PR c++/57532 fix from 4.8.2
>>
>> Paul Eggleton (2):
>> linux-firmware: add missing linux-firmware-iwlwifi-7260-7 package
>> libav: add libpostproc to PROVIDES (for 0.8.x version only)
>>
>> Phil Blundell (2):
>> libsoup: Remove libproxy from DEPENDS
>> binutils: Also add autoconf-native to DEPENDS
>>
>> Richard Purdie (7):
>> base/gcc-common: Ensure umask setting is consistent for shared workdir
>> image.bbclass: Depend on virtual/kernel:do_deploy
>> gcc-cross-canadian: Fix fortran build
>> gcc-crosssdk.inc: Fix missing dependencies (such as libmpc-native)
>> eglibc-locale: Fix depends on binutils
>> eglibc-locale: Fix previous dependency change to properly work in
>> nativesdk case
>> eglibc-locale: Fix multilib builds to depend on the correct binutils
>>
>> Robert Yang (2):
>> coreutils 6.9: fix coreutils.texi
>> gcc-4.8/libstdc++-v3: disable sdt
>>
>> Ross Burton (3):
>> ptest: ensure do_install_ptest_base task runs in fakeroot context
>> useradd.bbclass: add dependency on base-files
>> dbus: use PACKAGECONFIG for X11 and systemd
>>
>> Roy Li (1):
>> multilib: Ensure we map the SYSTEMD_PACKAGES variable
>>
>> Saul Wold (1):
>> openssl: use PACKAGECONFIG to disable perl bits
>>
>> Scott Garman (1):
>> runqemu: remove core-image-* whitelist
>>
>> Tom Zanussi (1):
>> systemtap: Add --enable-prologues to configuration
>>
>> Yue Tao (3):
>> python: do not replace ccache in the middle of a path
>> acpid: CVE-2011-1159
>> icu: CVE-2013-2924
>>
>> mykhani (1):
>> openssl.inc: Install c_rehash utility with openssl
>>
>> yzhu1 (1):
>> populate_sdk: verify executable or dynamically linked library
>
> I absolutely hate these massive pull requests for stable branches:
>
> 1) important fixes keep collecting dust
> 2) 56 changes at once makes testing and debugging really painfull
>
> So for the future could you *please* send pull requests directly after patches get proposed?
>
Sorry, I don't quite understand what do you mean, this is just for review,
not the final PULl, I only sent the cover lettter is for avoiding flushing
mailing list.
// Robert.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 00/58] [dora-next] fixes for dora (cover letter only)
2014-01-26 10:11 ` Robert Yang
@ 2014-01-26 17:05 ` Koen Kooi
2014-01-26 18:06 ` Philip Balister
0 siblings, 1 reply; 8+ messages in thread
From: Koen Kooi @ 2014-01-26 17:05 UTC (permalink / raw)
To: Robert Yang; +Cc: Patches and discussions about the oe-core layer
Op 26 jan. 2014, om 11:11 heeft Robert Yang <liezhi.yang@windriver.com> het volgende geschreven:
>
>
> On 01/26/2014 05:32 PM, Koen Kooi wrote:
>>
>> Op 26 jan. 2014, om 07:16 heeft Robert Yang <liezhi.yang@windriver.com> het volgende geschreven:
>>
>>> Note:
>>> This PULL is based on oe-core, and here is another one based on poky:
>>>
>>> git://git.yoctoproject.org/poky-contrib robert/dora-next
>>>
>>> // Robert
>>>
>>>
>>> The following changes since commit 198623d80d31f19c963e61d03cbcb12dd318dfdf:
>>>
>>> ltp: set PREFERRED_PROVIDER and rename runtests_noltp.sh script (2014-01-24 12:48:15 +0000)
>>>
>>> are available in the git repository at:
>>>
>>> git://git.openembedded.org/openembedded-core-contrib robert/dora-next
>>> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=robert/dora-next
>>>
>>> Alexandre Belloni (1):
>>> wpa-supplicant-2.0: don't exit in pkg_postinst
>>>
>>> Anders Darander (1):
>>> terminal.bbclass: do not export PS1
>>>
>>> Andreas Oberritter (1):
>>> cogl-1.0: explicitly disable cairo
>>>
>>> Bruce Ashfield (1):
>>> linux-libc-headers: fix MIPS klibc build error
>>>
>>> Chen Qi (1):
>>> subversion: fix build problem when sysroot contains '-D' or '-I'
>>>
>>> Christopher Larson (4):
>>> python, python-native: fix PARALLEL_MAKEINST failure
>>> cairo: add/use packageconfig for valgrind support
>>> pulseaudio: fix RDEPENDS traversal for consolekit
>>> xz: make the LICENSE info more accurate
>>>
>>> Cristiana Voicu (1):
>>> babeltrace: correct PV variable
>>>
>>> Enrico Scholz (1):
>>> bluez4: added dependency on 'libsndfile1'
>>>
>>> Hongxu Jia (5):
>>> kconfig-frontends: add python to kconfig-frontends's RDEPENDS
>>> qemu: add PACKAGECONFIG for vnc, libcurl, nss, uuid, curses, gtk+,
>>> libcap-ng
>>> qemu: add bash and python to qemu's RDEPENDS
>>> license.bbclass: fix copying license directories failed
>>> nativesdk.bbclass: support nativesdk to override with the
>>> PACKAGES_DYNAMIC statement
>>>
>>> Jackie Huang (3):
>>> grub: add explicit dependency on bison-native
>>> kconfig-frontends: fix the incorrect depends on gperf
>>> guile: fix the depends for target recipes
>>>
>>> Jacob Kroon (1):
>>> meta/lib/oe/terminal.py: Don't pass non-supported '--disable-factory'
>>> flag to gnome-terminal
>>>
>>> Kai Kang (1):
>>> x264: install libraries to right directory when enable multilib
>>>
>>> Krzysztof Sywula (1):
>>> Minicom depends on libiconv
>>>
>>> Laurentiu Palcu (1):
>>> x11vnc: fix CAPS_LOCK issues
>>>
>>> Li Wang (1):
>>> xinetd: CVE-2013-4342
>>>
>>> Martin Jansa (3):
>>> avahi: add leading space to RRECOMMENDS append
>>> xinput-calibrator: add formfactor to RDEPENDS
>>> base.bbclass: Set umask 022 also for do_unpack task
>>>
>>> Ming Liu (4):
>>> qemu: use PACKAGECONFIG to address xfsprogs dependency
>>> qemu: explicitly disable xen support
>>> libpthread-stubs: should set ALLOW_EMPTY
>>> grub: add PACKAGECONFIG for device-mapper
>>>
>>> Nick D'Ademo (1):
>>> libav: install libraries to right directory when multilib is enabled
>>>
>>> Otavio Salvador (1):
>>> gcc-4.8: Backport PR c++/57532 fix from 4.8.2
>>>
>>> Paul Eggleton (2):
>>> linux-firmware: add missing linux-firmware-iwlwifi-7260-7 package
>>> libav: add libpostproc to PROVIDES (for 0.8.x version only)
>>>
>>> Phil Blundell (2):
>>> libsoup: Remove libproxy from DEPENDS
>>> binutils: Also add autoconf-native to DEPENDS
>>>
>>> Richard Purdie (7):
>>> base/gcc-common: Ensure umask setting is consistent for shared workdir
>>> image.bbclass: Depend on virtual/kernel:do_deploy
>>> gcc-cross-canadian: Fix fortran build
>>> gcc-crosssdk.inc: Fix missing dependencies (such as libmpc-native)
>>> eglibc-locale: Fix depends on binutils
>>> eglibc-locale: Fix previous dependency change to properly work in
>>> nativesdk case
>>> eglibc-locale: Fix multilib builds to depend on the correct binutils
>>>
>>> Robert Yang (2):
>>> coreutils 6.9: fix coreutils.texi
>>> gcc-4.8/libstdc++-v3: disable sdt
>>>
>>> Ross Burton (3):
>>> ptest: ensure do_install_ptest_base task runs in fakeroot context
>>> useradd.bbclass: add dependency on base-files
>>> dbus: use PACKAGECONFIG for X11 and systemd
>>>
>>> Roy Li (1):
>>> multilib: Ensure we map the SYSTEMD_PACKAGES variable
>>>
>>> Saul Wold (1):
>>> openssl: use PACKAGECONFIG to disable perl bits
>>>
>>> Scott Garman (1):
>>> runqemu: remove core-image-* whitelist
>>>
>>> Tom Zanussi (1):
>>> systemtap: Add --enable-prologues to configuration
>>>
>>> Yue Tao (3):
>>> python: do not replace ccache in the middle of a path
>>> acpid: CVE-2011-1159
>>> icu: CVE-2013-2924
>>>
>>> mykhani (1):
>>> openssl.inc: Install c_rehash utility with openssl
>>>
>>> yzhu1 (1):
>>> populate_sdk: verify executable or dynamically linked library
>>
>> I absolutely hate these massive pull requests for stable branches:
>>
>> 1) important fixes keep collecting dust
>> 2) 56 changes at once makes testing and debugging really painfull
>>
>> So for the future could you *please* send pull requests directly after patches get proposed?
>>
>
> Sorry, I don't quite understand what do you mean, this is just for review,
> not the final PULl, I only sent the cover lettter is for avoiding flushing
> mailing list.
So you're saying the final pull request is less massive than this? You still haven't explained why you're doing the big bang style of maintenance.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 00/58] [dora-next] fixes for dora (cover letter only)
2014-01-26 17:05 ` Koen Kooi
@ 2014-01-26 18:06 ` Philip Balister
2014-01-26 19:19 ` Otavio Salvador
2014-01-27 2:42 ` Robert Yang
0 siblings, 2 replies; 8+ messages in thread
From: Philip Balister @ 2014-01-26 18:06 UTC (permalink / raw)
To: Koen Kooi; +Cc: Patches and discussions about the oe-core layer
On 01/26/2014 12:05 PM, Koen Kooi wrote:
>
> Op 26 jan. 2014, om 11:11 heeft Robert Yang <liezhi.yang@windriver.com> het volgende geschreven:
>
>>
>>
>> On 01/26/2014 05:32 PM, Koen Kooi wrote:
>>>
>>> Op 26 jan. 2014, om 07:16 heeft Robert Yang <liezhi.yang@windriver.com> het volgende geschreven:
>>>
>>>> Note:
>>>> This PULL is based on oe-core, and here is another one based on poky:
>>>>
>>>> git://git.yoctoproject.org/poky-contrib robert/dora-next
>>>>
>>>> // Robert
>>>>
>>>>
>>>> The following changes since commit 198623d80d31f19c963e61d03cbcb12dd318dfdf:
>>>>
>>>> ltp: set PREFERRED_PROVIDER and rename runtests_noltp.sh script (2014-01-24 12:48:15 +0000)
>>>>
>>>> are available in the git repository at:
>>>>
>>>> git://git.openembedded.org/openembedded-core-contrib robert/dora-next
>>>> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=robert/dora-next
>>>>
>>>> Alexandre Belloni (1):
>>>> wpa-supplicant-2.0: don't exit in pkg_postinst
>>>>
>>>> Anders Darander (1):
>>>> terminal.bbclass: do not export PS1
>>>>
>>>> Andreas Oberritter (1):
>>>> cogl-1.0: explicitly disable cairo
>>>>
>>>> Bruce Ashfield (1):
>>>> linux-libc-headers: fix MIPS klibc build error
>>>>
>>>> Chen Qi (1):
>>>> subversion: fix build problem when sysroot contains '-D' or '-I'
>>>>
>>>> Christopher Larson (4):
>>>> python, python-native: fix PARALLEL_MAKEINST failure
>>>> cairo: add/use packageconfig for valgrind support
>>>> pulseaudio: fix RDEPENDS traversal for consolekit
>>>> xz: make the LICENSE info more accurate
>>>>
>>>> Cristiana Voicu (1):
>>>> babeltrace: correct PV variable
>>>>
>>>> Enrico Scholz (1):
>>>> bluez4: added dependency on 'libsndfile1'
>>>>
>>>> Hongxu Jia (5):
>>>> kconfig-frontends: add python to kconfig-frontends's RDEPENDS
>>>> qemu: add PACKAGECONFIG for vnc, libcurl, nss, uuid, curses, gtk+,
>>>> libcap-ng
>>>> qemu: add bash and python to qemu's RDEPENDS
>>>> license.bbclass: fix copying license directories failed
>>>> nativesdk.bbclass: support nativesdk to override with the
>>>> PACKAGES_DYNAMIC statement
>>>>
>>>> Jackie Huang (3):
>>>> grub: add explicit dependency on bison-native
>>>> kconfig-frontends: fix the incorrect depends on gperf
>>>> guile: fix the depends for target recipes
>>>>
>>>> Jacob Kroon (1):
>>>> meta/lib/oe/terminal.py: Don't pass non-supported '--disable-factory'
>>>> flag to gnome-terminal
>>>>
>>>> Kai Kang (1):
>>>> x264: install libraries to right directory when enable multilib
>>>>
>>>> Krzysztof Sywula (1):
>>>> Minicom depends on libiconv
>>>>
>>>> Laurentiu Palcu (1):
>>>> x11vnc: fix CAPS_LOCK issues
>>>>
>>>> Li Wang (1):
>>>> xinetd: CVE-2013-4342
>>>>
>>>> Martin Jansa (3):
>>>> avahi: add leading space to RRECOMMENDS append
>>>> xinput-calibrator: add formfactor to RDEPENDS
>>>> base.bbclass: Set umask 022 also for do_unpack task
>>>>
>>>> Ming Liu (4):
>>>> qemu: use PACKAGECONFIG to address xfsprogs dependency
>>>> qemu: explicitly disable xen support
>>>> libpthread-stubs: should set ALLOW_EMPTY
>>>> grub: add PACKAGECONFIG for device-mapper
>>>>
>>>> Nick D'Ademo (1):
>>>> libav: install libraries to right directory when multilib is enabled
>>>>
>>>> Otavio Salvador (1):
>>>> gcc-4.8: Backport PR c++/57532 fix from 4.8.2
>>>>
>>>> Paul Eggleton (2):
>>>> linux-firmware: add missing linux-firmware-iwlwifi-7260-7 package
>>>> libav: add libpostproc to PROVIDES (for 0.8.x version only)
>>>>
>>>> Phil Blundell (2):
>>>> libsoup: Remove libproxy from DEPENDS
>>>> binutils: Also add autoconf-native to DEPENDS
>>>>
>>>> Richard Purdie (7):
>>>> base/gcc-common: Ensure umask setting is consistent for shared workdir
>>>> image.bbclass: Depend on virtual/kernel:do_deploy
>>>> gcc-cross-canadian: Fix fortran build
>>>> gcc-crosssdk.inc: Fix missing dependencies (such as libmpc-native)
>>>> eglibc-locale: Fix depends on binutils
>>>> eglibc-locale: Fix previous dependency change to properly work in
>>>> nativesdk case
>>>> eglibc-locale: Fix multilib builds to depend on the correct binutils
>>>>
>>>> Robert Yang (2):
>>>> coreutils 6.9: fix coreutils.texi
>>>> gcc-4.8/libstdc++-v3: disable sdt
>>>>
>>>> Ross Burton (3):
>>>> ptest: ensure do_install_ptest_base task runs in fakeroot context
>>>> useradd.bbclass: add dependency on base-files
>>>> dbus: use PACKAGECONFIG for X11 and systemd
>>>>
>>>> Roy Li (1):
>>>> multilib: Ensure we map the SYSTEMD_PACKAGES variable
>>>>
>>>> Saul Wold (1):
>>>> openssl: use PACKAGECONFIG to disable perl bits
>>>>
>>>> Scott Garman (1):
>>>> runqemu: remove core-image-* whitelist
>>>>
>>>> Tom Zanussi (1):
>>>> systemtap: Add --enable-prologues to configuration
>>>>
>>>> Yue Tao (3):
>>>> python: do not replace ccache in the middle of a path
>>>> acpid: CVE-2011-1159
>>>> icu: CVE-2013-2924
>>>>
>>>> mykhani (1):
>>>> openssl.inc: Install c_rehash utility with openssl
>>>>
>>>> yzhu1 (1):
>>>> populate_sdk: verify executable or dynamically linked library
>>>
>>> I absolutely hate these massive pull requests for stable branches:
>>>
>>> 1) important fixes keep collecting dust
>>> 2) 56 changes at once makes testing and debugging really painfull
>>>
>>> So for the future could you *please* send pull requests directly after patches get proposed?
>>>
>>
>> Sorry, I don't quite understand what do you mean, this is just for review,
>> not the final PULl, I only sent the cover lettter is for avoiding flushing
>> mailing list.
>
> So you're saying the final pull request is less massive than this? You still haven't explained why you're doing the big bang style of maintenance.
Koen would like to smaller more frequent, smaller numbers of patches
applied.
What is the current maintenance approach?
1) Updates performed at constant time intervals, regardless of patches.
2) Updates performed when patch backlog hits N.
3) Updates performed when maintainer has free time to review the patches.
Philip
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 00/58] [dora-next] fixes for dora (cover letter only)
2014-01-26 18:06 ` Philip Balister
@ 2014-01-26 19:19 ` Otavio Salvador
2014-01-27 2:42 ` Robert Yang
1 sibling, 0 replies; 8+ messages in thread
From: Otavio Salvador @ 2014-01-26 19:19 UTC (permalink / raw)
To: Philip Balister
Cc: Koen Kooi, Patches and discussions about the oe-core layer
Hello,
On Sun, Jan 26, 2014 at 4:06 PM, Philip Balister <philip@balister.org> wrote:
> On 01/26/2014 12:05 PM, Koen Kooi wrote:
>>
>> Op 26 jan. 2014, om 11:11 heeft Robert Yang <liezhi.yang@windriver.com> het volgende geschreven:
>>
>>>
>>>
>>> On 01/26/2014 05:32 PM, Koen Kooi wrote:
>>>>
>>>> Op 26 jan. 2014, om 07:16 heeft Robert Yang <liezhi.yang@windriver.com> het volgende geschreven:
>>>>
>>>>> Note:
>>>>> This PULL is based on oe-core, and here is another one based on poky:
>>>>>
>>>>> git://git.yoctoproject.org/poky-contrib robert/dora-next
>>>>>
>>>>> // Robert
>>>>>
>>>>>
>>>>> The following changes since commit 198623d80d31f19c963e61d03cbcb12dd318dfdf:
>>>>>
>>>>> ltp: set PREFERRED_PROVIDER and rename runtests_noltp.sh script (2014-01-24 12:48:15 +0000)
>>>>>
>>>>> are available in the git repository at:
>>>>>
>>>>> git://git.openembedded.org/openembedded-core-contrib robert/dora-next
>>>>> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=robert/dora-next
>>>>>
>>>>> Alexandre Belloni (1):
>>>>> wpa-supplicant-2.0: don't exit in pkg_postinst
>>>>>
>>>>> Anders Darander (1):
>>>>> terminal.bbclass: do not export PS1
>>>>>
>>>>> Andreas Oberritter (1):
>>>>> cogl-1.0: explicitly disable cairo
>>>>>
>>>>> Bruce Ashfield (1):
>>>>> linux-libc-headers: fix MIPS klibc build error
>>>>>
>>>>> Chen Qi (1):
>>>>> subversion: fix build problem when sysroot contains '-D' or '-I'
>>>>>
>>>>> Christopher Larson (4):
>>>>> python, python-native: fix PARALLEL_MAKEINST failure
>>>>> cairo: add/use packageconfig for valgrind support
>>>>> pulseaudio: fix RDEPENDS traversal for consolekit
>>>>> xz: make the LICENSE info more accurate
>>>>>
>>>>> Cristiana Voicu (1):
>>>>> babeltrace: correct PV variable
>>>>>
>>>>> Enrico Scholz (1):
>>>>> bluez4: added dependency on 'libsndfile1'
>>>>>
>>>>> Hongxu Jia (5):
>>>>> kconfig-frontends: add python to kconfig-frontends's RDEPENDS
>>>>> qemu: add PACKAGECONFIG for vnc, libcurl, nss, uuid, curses, gtk+,
>>>>> libcap-ng
>>>>> qemu: add bash and python to qemu's RDEPENDS
>>>>> license.bbclass: fix copying license directories failed
>>>>> nativesdk.bbclass: support nativesdk to override with the
>>>>> PACKAGES_DYNAMIC statement
>>>>>
>>>>> Jackie Huang (3):
>>>>> grub: add explicit dependency on bison-native
>>>>> kconfig-frontends: fix the incorrect depends on gperf
>>>>> guile: fix the depends for target recipes
>>>>>
>>>>> Jacob Kroon (1):
>>>>> meta/lib/oe/terminal.py: Don't pass non-supported '--disable-factory'
>>>>> flag to gnome-terminal
>>>>>
>>>>> Kai Kang (1):
>>>>> x264: install libraries to right directory when enable multilib
>>>>>
>>>>> Krzysztof Sywula (1):
>>>>> Minicom depends on libiconv
>>>>>
>>>>> Laurentiu Palcu (1):
>>>>> x11vnc: fix CAPS_LOCK issues
>>>>>
>>>>> Li Wang (1):
>>>>> xinetd: CVE-2013-4342
>>>>>
>>>>> Martin Jansa (3):
>>>>> avahi: add leading space to RRECOMMENDS append
>>>>> xinput-calibrator: add formfactor to RDEPENDS
>>>>> base.bbclass: Set umask 022 also for do_unpack task
>>>>>
>>>>> Ming Liu (4):
>>>>> qemu: use PACKAGECONFIG to address xfsprogs dependency
>>>>> qemu: explicitly disable xen support
>>>>> libpthread-stubs: should set ALLOW_EMPTY
>>>>> grub: add PACKAGECONFIG for device-mapper
>>>>>
>>>>> Nick D'Ademo (1):
>>>>> libav: install libraries to right directory when multilib is enabled
>>>>>
>>>>> Otavio Salvador (1):
>>>>> gcc-4.8: Backport PR c++/57532 fix from 4.8.2
>>>>>
>>>>> Paul Eggleton (2):
>>>>> linux-firmware: add missing linux-firmware-iwlwifi-7260-7 package
>>>>> libav: add libpostproc to PROVIDES (for 0.8.x version only)
>>>>>
>>>>> Phil Blundell (2):
>>>>> libsoup: Remove libproxy from DEPENDS
>>>>> binutils: Also add autoconf-native to DEPENDS
>>>>>
>>>>> Richard Purdie (7):
>>>>> base/gcc-common: Ensure umask setting is consistent for shared workdir
>>>>> image.bbclass: Depend on virtual/kernel:do_deploy
>>>>> gcc-cross-canadian: Fix fortran build
>>>>> gcc-crosssdk.inc: Fix missing dependencies (such as libmpc-native)
>>>>> eglibc-locale: Fix depends on binutils
>>>>> eglibc-locale: Fix previous dependency change to properly work in
>>>>> nativesdk case
>>>>> eglibc-locale: Fix multilib builds to depend on the correct binutils
>>>>>
>>>>> Robert Yang (2):
>>>>> coreutils 6.9: fix coreutils.texi
>>>>> gcc-4.8/libstdc++-v3: disable sdt
>>>>>
>>>>> Ross Burton (3):
>>>>> ptest: ensure do_install_ptest_base task runs in fakeroot context
>>>>> useradd.bbclass: add dependency on base-files
>>>>> dbus: use PACKAGECONFIG for X11 and systemd
>>>>>
>>>>> Roy Li (1):
>>>>> multilib: Ensure we map the SYSTEMD_PACKAGES variable
>>>>>
>>>>> Saul Wold (1):
>>>>> openssl: use PACKAGECONFIG to disable perl bits
>>>>>
>>>>> Scott Garman (1):
>>>>> runqemu: remove core-image-* whitelist
>>>>>
>>>>> Tom Zanussi (1):
>>>>> systemtap: Add --enable-prologues to configuration
>>>>>
>>>>> Yue Tao (3):
>>>>> python: do not replace ccache in the middle of a path
>>>>> acpid: CVE-2011-1159
>>>>> icu: CVE-2013-2924
>>>>>
>>>>> mykhani (1):
>>>>> openssl.inc: Install c_rehash utility with openssl
>>>>>
>>>>> yzhu1 (1):
>>>>> populate_sdk: verify executable or dynamically linked library
>>>>
>>>> I absolutely hate these massive pull requests for stable branches:
>>>>
>>>> 1) important fixes keep collecting dust
>>>> 2) 56 changes at once makes testing and debugging really painfull
>>>>
>>>> So for the future could you *please* send pull requests directly after patches get proposed?
>>>>
>>>
>>> Sorry, I don't quite understand what do you mean, this is just for review,
>>> not the final PULl, I only sent the cover lettter is for avoiding flushing
>>> mailing list.
>>
>> So you're saying the final pull request is less massive than this? You still haven't explained why you're doing the big bang style of maintenance.
>
> Koen would like to smaller more frequent, smaller numbers of patches
> applied.
>
> What is the current maintenance approach?
>
> 1) Updates performed at constant time intervals, regardless of patches.
> 2) Updates performed when patch backlog hits N.
> 3) Updates performed when maintainer has free time to review the patches.
I second Koen concern. It is not good to hold for too long and have a
massive set of stable updates when we have people proposing patches
for merging.
I understand it requires testing but in case of regressions it is a
nightmare to figure out the culprit.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 00/58] [dora-next] fixes for dora (cover letter only)
2014-01-26 18:06 ` Philip Balister
2014-01-26 19:19 ` Otavio Salvador
@ 2014-01-27 2:42 ` Robert Yang
1 sibling, 0 replies; 8+ messages in thread
From: Robert Yang @ 2014-01-27 2:42 UTC (permalink / raw)
To: Philip Balister, Koen Kooi
Cc: Otavio Salvador, Patches and discussions about the oe-core layer
On 01/27/2014 02:06 AM, Philip Balister wrote:
> On 01/26/2014 12:05 PM, Koen Kooi wrote:
>>
>> Op 26 jan. 2014, om 11:11 heeft Robert Yang <liezhi.yang@windriver.com> het volgende geschreven:
>>
>>>
>>>
>>> On 01/26/2014 05:32 PM, Koen Kooi wrote:
>>>>
>>>> Op 26 jan. 2014, om 07:16 heeft Robert Yang <liezhi.yang@windriver.com> het volgende geschreven:
>>>>
>>>>> Note:
>>>>> This PULL is based on oe-core, and here is another one based on poky:
>>>>>
>>>>> git://git.yoctoproject.org/poky-contrib robert/dora-next
>>>>>
>>>>> // Robert
>>>>>
>>>>>
>>>>> The following changes since commit 198623d80d31f19c963e61d03cbcb12dd318dfdf:
>>>>>
>>>>> ltp: set PREFERRED_PROVIDER and rename runtests_noltp.sh script (2014-01-24 12:48:15 +0000)
>>>>>
>>>>> are available in the git repository at:
>>>>>
>>>>> git://git.openembedded.org/openembedded-core-contrib robert/dora-next
>>>>> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=robert/dora-next
>>>>>
>>>>> Alexandre Belloni (1):
>>>>> wpa-supplicant-2.0: don't exit in pkg_postinst
>>>>>
>>>>> Anders Darander (1):
>>>>> terminal.bbclass: do not export PS1
>>>>>
>>>>> Andreas Oberritter (1):
>>>>> cogl-1.0: explicitly disable cairo
>>>>>
>>>>> Bruce Ashfield (1):
>>>>> linux-libc-headers: fix MIPS klibc build error
>>>>>
>>>>> Chen Qi (1):
>>>>> subversion: fix build problem when sysroot contains '-D' or '-I'
>>>>>
>>>>> Christopher Larson (4):
>>>>> python, python-native: fix PARALLEL_MAKEINST failure
>>>>> cairo: add/use packageconfig for valgrind support
>>>>> pulseaudio: fix RDEPENDS traversal for consolekit
>>>>> xz: make the LICENSE info more accurate
>>>>>
>>>>> Cristiana Voicu (1):
>>>>> babeltrace: correct PV variable
>>>>>
>>>>> Enrico Scholz (1):
>>>>> bluez4: added dependency on 'libsndfile1'
>>>>>
>>>>> Hongxu Jia (5):
>>>>> kconfig-frontends: add python to kconfig-frontends's RDEPENDS
>>>>> qemu: add PACKAGECONFIG for vnc, libcurl, nss, uuid, curses, gtk+,
>>>>> libcap-ng
>>>>> qemu: add bash and python to qemu's RDEPENDS
>>>>> license.bbclass: fix copying license directories failed
>>>>> nativesdk.bbclass: support nativesdk to override with the
>>>>> PACKAGES_DYNAMIC statement
>>>>>
>>>>> Jackie Huang (3):
>>>>> grub: add explicit dependency on bison-native
>>>>> kconfig-frontends: fix the incorrect depends on gperf
>>>>> guile: fix the depends for target recipes
>>>>>
>>>>> Jacob Kroon (1):
>>>>> meta/lib/oe/terminal.py: Don't pass non-supported '--disable-factory'
>>>>> flag to gnome-terminal
>>>>>
>>>>> Kai Kang (1):
>>>>> x264: install libraries to right directory when enable multilib
>>>>>
>>>>> Krzysztof Sywula (1):
>>>>> Minicom depends on libiconv
>>>>>
>>>>> Laurentiu Palcu (1):
>>>>> x11vnc: fix CAPS_LOCK issues
>>>>>
>>>>> Li Wang (1):
>>>>> xinetd: CVE-2013-4342
>>>>>
>>>>> Martin Jansa (3):
>>>>> avahi: add leading space to RRECOMMENDS append
>>>>> xinput-calibrator: add formfactor to RDEPENDS
>>>>> base.bbclass: Set umask 022 also for do_unpack task
>>>>>
>>>>> Ming Liu (4):
>>>>> qemu: use PACKAGECONFIG to address xfsprogs dependency
>>>>> qemu: explicitly disable xen support
>>>>> libpthread-stubs: should set ALLOW_EMPTY
>>>>> grub: add PACKAGECONFIG for device-mapper
>>>>>
>>>>> Nick D'Ademo (1):
>>>>> libav: install libraries to right directory when multilib is enabled
>>>>>
>>>>> Otavio Salvador (1):
>>>>> gcc-4.8: Backport PR c++/57532 fix from 4.8.2
>>>>>
>>>>> Paul Eggleton (2):
>>>>> linux-firmware: add missing linux-firmware-iwlwifi-7260-7 package
>>>>> libav: add libpostproc to PROVIDES (for 0.8.x version only)
>>>>>
>>>>> Phil Blundell (2):
>>>>> libsoup: Remove libproxy from DEPENDS
>>>>> binutils: Also add autoconf-native to DEPENDS
>>>>>
>>>>> Richard Purdie (7):
>>>>> base/gcc-common: Ensure umask setting is consistent for shared workdir
>>>>> image.bbclass: Depend on virtual/kernel:do_deploy
>>>>> gcc-cross-canadian: Fix fortran build
>>>>> gcc-crosssdk.inc: Fix missing dependencies (such as libmpc-native)
>>>>> eglibc-locale: Fix depends on binutils
>>>>> eglibc-locale: Fix previous dependency change to properly work in
>>>>> nativesdk case
>>>>> eglibc-locale: Fix multilib builds to depend on the correct binutils
>>>>>
>>>>> Robert Yang (2):
>>>>> coreutils 6.9: fix coreutils.texi
>>>>> gcc-4.8/libstdc++-v3: disable sdt
>>>>>
>>>>> Ross Burton (3):
>>>>> ptest: ensure do_install_ptest_base task runs in fakeroot context
>>>>> useradd.bbclass: add dependency on base-files
>>>>> dbus: use PACKAGECONFIG for X11 and systemd
>>>>>
>>>>> Roy Li (1):
>>>>> multilib: Ensure we map the SYSTEMD_PACKAGES variable
>>>>>
>>>>> Saul Wold (1):
>>>>> openssl: use PACKAGECONFIG to disable perl bits
>>>>>
>>>>> Scott Garman (1):
>>>>> runqemu: remove core-image-* whitelist
>>>>>
>>>>> Tom Zanussi (1):
>>>>> systemtap: Add --enable-prologues to configuration
>>>>>
>>>>> Yue Tao (3):
>>>>> python: do not replace ccache in the middle of a path
>>>>> acpid: CVE-2011-1159
>>>>> icu: CVE-2013-2924
>>>>>
>>>>> mykhani (1):
>>>>> openssl.inc: Install c_rehash utility with openssl
>>>>>
>>>>> yzhu1 (1):
>>>>> populate_sdk: verify executable or dynamically linked library
>>>>
>>>> I absolutely hate these massive pull requests for stable branches:
>>>>
>>>> 1) important fixes keep collecting dust
>>>> 2) 56 changes at once makes testing and debugging really painfull
>>>>
>>>> So for the future could you *please* send pull requests directly after patches get proposed?
>>>>
>>>
>>> Sorry, I don't quite understand what do you mean, this is just for review,
>>> not the final PULl, I only sent the cover lettter is for avoiding flushing
>>> mailing list.
>>
>> So you're saying the final pull request is less massive than this? You still haven't explained why you're doing the big bang style of maintenance.
>
> Koen would like to smaller more frequent, smaller numbers of patches
> applied.
>
Hello,
Everyone involed in the mailing thread, thanks for your suggestionss, and
thanks for the explanation. Sorry, it's my fault, I should send the patches
for reviewing in about once a week as RP had suggested. Currently, it is
nearly a month this time, I will try to improve.
> What is the current maintenance approach?
>
> 1) Updates performed at constant time intervals, regardless of patches.
I think it is this one, I check the commits on master in every one or two
weeks, and take it to dora-next if it's an import fix (unfortunately, there
is no clear rules about what is important, basically, high level bugs, security
fixes), then test it on the local autobuilder and send the patches here.
The amount of patches are getting less and less, I sent on Dec. 24th (last time)
which are 40 ones, now nearly one month passed, we have 18 ones increased.
I will try to improve in the future, btw., I'm on holiday from this week
to next because of the Spring Festival, the email reply may be delayed.
// Robert
> 2) Updates performed when patch backlog hits N.
> 3) Updates performed when maintainer has free time to review the patches.
>
> Philip
>
>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>>
>>
>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2014-01-27 2:42 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-26 6:16 [PATCH 00/58] [dora-next] fixes for dora (cover letter only) Robert Yang
2014-01-26 6:17 ` Robert Yang
2014-01-26 9:32 ` Koen Kooi
2014-01-26 10:11 ` Robert Yang
2014-01-26 17:05 ` Koen Kooi
2014-01-26 18:06 ` Philip Balister
2014-01-26 19:19 ` Otavio Salvador
2014-01-27 2:42 ` Robert Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox