Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH V2 0/3] Dynamic common utilities
@ 2015-09-18 21:09 Alejandro Joya
  2015-09-18 21:09 ` [PATCH V2 1/3] core-mage-minimal-initramfs: replace dependency Alejandro Joya
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Alejandro Joya @ 2015-09-18 21:09 UTC (permalink / raw)
  To: openembedded-core

It provide a virtual reference for the common utilities.
it replace of the lock to busybox, it will be simple exchange between other
common utilities like gnu core utils or toybox among others.

In order to enable its required to fill at the distro conf or local.conf

VIRTUAL-RUNTIME_login_manager ?= "busybox"
PREFERRED_PROVIDER_virtual/base-utils?= "busybox"
PREFERRED_RPROVIDER_virtual/base-utils?= "busybox"
VIRTUAL-RUNTIME_base-utils?= "busybox"
VIRTUAL-RUNTIME_base-utils-hwclock ?= "busybox-hwclock"

The following changes since commit 72682d72b52355c3fed947167ca3c6064340ead1:

  autotools.bbclass: mkdir ${B} -> mkdir -p ${B} (2015-09-16 22:17:19 +0100)

are available in the git repository at:

  git://github.com/Ajoyacr/openembedded-core base-utils
  https://github.com/Ajoyacr/openembedded-core/tree/base-utils

Alejandro Joya (3):
  core-mage-minimal-initramfs: replace dependency
  initramfs-framework:add virtual reference
  packagegroup-core-boot:change to virtual reference

 meta/recipes-core/images/core-image-minimal-initramfs.bb   | 2 +-
 meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb | 2 +-
 meta/recipes-core/packagegroups/packagegroup-core-boot.bb  | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.1.0



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

end of thread, other threads:[~2015-09-18 22:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-18 21:09 [PATCH V2 0/3] Dynamic common utilities Alejandro Joya
2015-09-18 21:09 ` [PATCH V2 1/3] core-mage-minimal-initramfs: replace dependency Alejandro Joya
2015-09-18 21:09 ` [PATCH V2 2/3] initramfs-framework:add virtual reference Alejandro Joya
2015-09-18 21:09 ` [PATCH V2 3/3] packagegroup-core-boot:change to " Alejandro Joya
2015-09-18 22:31 ` [PATCH V2 0/3] Dynamic common utilities Richard Purdie
2015-09-18 22:43   ` Joya Cruz, Alejandro

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