Discussion:
[meta-arago] [oe-layersetup][PATCH] local.conf, local-poky.conf: unset ENABLE_BINARY_LOCALE_GENERATION = "0"
Denys Dmytriyenko
2018-11-19 19:21:01 UTC
Permalink
From: Denys Dmytriyenko <***@ti.com>

It is currently results in error in master/thud due to postinst code refactoring:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=13028

Signed-off-by: Denys Dmytriyenko <***@ti.com>
---
sample-files/local-poky.conf.sample | 2 +-
sample-files/local.conf.sample | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sample-files/local-poky.conf.sample b/sample-files/local-poky.conf.sample
index af324df..34b6b10 100644
--- a/sample-files/local-poky.conf.sample
+++ b/sample-files/local-poky.conf.sample
@@ -120,7 +120,7 @@ USER_CLASSES ?= "buildstats image-mklibs image-prelink"
PATCHRESOLVE = "noop"

# Qemu 0.12.x is giving too much problems recently (2010.05), so disable it for users
-ENABLE_BINARY_LOCALE_GENERATION = "0"
+#ENABLE_BINARY_LOCALE_GENERATION = "0"

# By default the machine configuration file sets the IMAGE_FSTYPES. But if you
# would like to add additional file system types you can uncomment the
diff --git a/sample-files/local.conf.sample b/sample-files/local.conf.sample
index 9c732f6..d971b97 100644
--- a/sample-files/local.conf.sample
+++ b/sample-files/local.conf.sample
@@ -120,7 +120,7 @@ USER_CLASSES ?= "buildstats image-mklibs image-prelink"
PATCHRESOLVE = "noop"

# Qemu 0.12.x is giving too much problems recently (2010.05), so disable it for users
-ENABLE_BINARY_LOCALE_GENERATION = "0"
+#ENABLE_BINARY_LOCALE_GENERATION = "0"

# By default the machine configuration file sets the IMAGE_FSTYPES. But if you
# would like to add additional file system types you can uncomment the
--
2.7.4
Loading...