Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH V2 0/7] Fixes about unsafe-references QA warnings
@ 2013-11-13  6:23 Qi.Chen
  2013-11-13  6:23 ` [PATCH V2 1/7] udev: fix dependency and location of udevadm Qi.Chen
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Qi.Chen @ 2013-11-13  6:23 UTC (permalink / raw)
  To: openembedded-core

From: Chen Qi <Qi.Chen@windriver.com>

Changes since V1:
1. The two principles have been slightly adjusted as follows.
   *) With /usr on a seperate partition, system should still boot without any error. 
   *) Without /usr, system should be able to boot into single user mode. We do not
      need a clean build, we allow for error messages at boot, but the basic utilities
      should work. These should include mount, fsck and maybe udev.
2. Take into consideration the situation where exec_prefix and prefix are set to "".

The following changes since commit 4fdc3d77d4a875b7236536bf78849a4d1f6a7449:

  kbd: Fix stdarg related errors on uclibc (2013-11-08 17:31:36 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib ChenQi/unsafe-reference
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/unsafe-reference

Chen Qi (7):
  udev: fix dependency and location of udevadm
  zlib: install into base_libdir
  kmod: install libkmod into base_libdir
  udev: fix unsafe reference by installing libgudev in libdir
  insane.bbclass: make the checking stricter for unsafe references in
    scripts
  iputils: fix program location and QA warning
  busybox: install ping6 into bindir by default

 meta/classes/insane.bbclass                        |    2 +-
 .../busybox-install-ping6-to-usr-bin.patch         |   25 +++++++++++++++++
 meta/recipes-core/busybox/busybox_1.21.1.bb        |    1 +
 meta/recipes-core/udev/udev.inc                    |   20 +++++++++++---
 meta/recipes-core/zlib/zlib_1.2.8.bb               |    2 +-
 meta/recipes-extended/iputils/iputils_s20121221.bb |   29 ++++++++++++--------
 meta/recipes-kernel/kmod/kmod_git.bb               |    9 ++++--
 7 files changed, 68 insertions(+), 20 deletions(-)
 create mode 100644 meta/recipes-core/busybox/busybox-1.21.1/busybox-install-ping6-to-usr-bin.patch

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-11-13  6:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-13  6:23 [PATCH V2 0/7] Fixes about unsafe-references QA warnings Qi.Chen
2013-11-13  6:23 ` [PATCH V2 1/7] udev: fix dependency and location of udevadm Qi.Chen
2013-11-13  6:23 ` [PATCH V2 2/7] zlib: install into base_libdir Qi.Chen
2013-11-13  6:23 ` [PATCH V2 3/7] kmod: install libkmod " Qi.Chen
2013-11-13  6:23 ` [PATCH V2 4/7] udev: fix unsafe reference by installing libgudev in libdir Qi.Chen
2013-11-13  6:23 ` [PATCH V2 5/7] insane.bbclass: make the checking stricter for unsafe references in scripts Qi.Chen
2013-11-13  6:23 ` [PATCH V2 6/7] iputils: fix program location and QA warning Qi.Chen
2013-11-13  6:23 ` [PATCH V2 7/7] busybox: install ping6 into bindir by default Qi.Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox