All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] sstate-sysroot-cruft.sh: Extend the whitelist
@ 2016-01-04 14:13 Martin Jansa
  2016-01-04 14:13 ` [PATCH 2/2] pulseaudio: add PACKAGECONFIG for lirc Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2016-01-04 14:13 UTC (permalink / raw)
  To: openembedded-core

* add more php5 entries
* add builder user (from builder.bb)
* add .bashrc and .profile in HOME directory of created user
* add imgdata directory generated by image.py

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 scripts/sstate-sysroot-cruft.sh | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

diff --git a/scripts/sstate-sysroot-cruft.sh b/scripts/sstate-sysroot-cruft.sh
index 9124e5b..b7ed8ea 100755
--- a/scripts/sstate-sysroot-cruft.sh
+++ b/scripts/sstate-sysroot-cruft.sh
@@ -90,7 +90,7 @@ WHITELIST="${WHITELIST} \
 WHITELIST="${WHITELIST} \
   .*\.pyc \
   .*\.pyo \
-  .*/__pycache__
+  .*/__pycache__ \
 "
 
 # generated by lua
@@ -105,8 +105,8 @@ WHITELIST="${WHITELIST} \
 
 # generated by php
 WHITELIST="${WHITELIST} \
-  .*/usr/lib/php5/php/.channels/ \
-  .*/usr/lib/php5/php/.registry/ \
+  .*/usr/lib/php5/php/.channels/.* \
+  .*/usr/lib/php5/php/.registry/.* \
   .*/usr/lib/php5/php/.depdb \
   .*/usr/lib/php5/php/.depdblock \
   .*/usr/lib/php5/php/.filemap \
@@ -122,6 +122,18 @@ WHITELIST="${WHITELIST} \
 WHITELIST="${WHITELIST} \
   [^/]*/home \
   [^/]*/home/xuser \
+  [^/]*/home/xuser/.bashrc \
+  [^/]*/home/xuser/.profile \
+  [^/]*/home/builder \
+  [^/]*/home/builder/.bashrc \
+  [^/]*/home/builder/.profile \
+"
+
+# generated by image.py for WIC
+# introduced in oe-core commit 861ce6c5d4836df1a783be3b01d2de56117c9863
+WHITELIST="${WHITELIST} \
+  [^/]*/imgdata \
+  [^/]*/imgdata/[^/]*\.env \
 "
 
 # generated by fontcache.bbclass
-- 
2.6.4



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

* [PATCH 2/2] pulseaudio: add PACKAGECONFIG for lirc
  2016-01-04 14:13 [PATCH 1/2] sstate-sysroot-cruft.sh: Extend the whitelist Martin Jansa
@ 2016-01-04 14:13 ` Martin Jansa
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2016-01-04 14:13 UTC (permalink / raw)
  To: openembedded-core

* it's autodetected from sysroot

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
index 27197bd..ec73526 100644
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
@@ -52,6 +52,7 @@ PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack"
 # Since many embedded systems don't have non-root users, it's useful to be
 # able to use pulseaudio autospawn for root as well.
 PACKAGECONFIG[autospawn-for-root] = ",,,"
+PACKAGECONFIG[lirc] = "--enable-lirc,--disable-lirc,lirc"
 
 EXTRA_OECONF_append_arm = "${@bb.utils.contains("TUNE_FEATURES", "neon", "", " --enable-neon-opt=no", d)}"
 EXTRA_OECONF_append_armeb = "${@bb.utils.contains("TUNE_FEATURES", "neon", "", " --enable-neon-opt=no", d)}"
-- 
2.6.4



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

end of thread, other threads:[~2016-01-04 14:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-04 14:13 [PATCH 1/2] sstate-sysroot-cruft.sh: Extend the whitelist Martin Jansa
2016-01-04 14:13 ` [PATCH 2/2] pulseaudio: add PACKAGECONFIG for lirc Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.