diff mbox series

[oe-layersetup,master] sample-files: Remove ENABLE_BINARY_LOCALE_GENERATION

Message ID 20220929163246.19227-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [oe-layersetup,master] sample-files: Remove ENABLE_BINARY_LOCALE_GENERATION | expand

Commit Message

Ryan Eatmon Sept. 29, 2022, 4:32 p.m. UTC
The option ENABLE_BINARY_LOCALE_GENERATION is no longer needed.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 sample-files/denzil/local-arago-linaro.conf.sample | 3 ---
 sample-files/local-amsdk.conf.sample               | 3 ---
 sample-files/local-arago.conf.sample               | 3 ---
 sample-files/local-arago64-v2.conf.sample          | 3 ---
 sample-files/local-arago64.conf.sample             | 3 ---
 sample-files/local-glsdk.conf.sample               | 3 ---
 sample-files/local-poky-v2.conf.sample             | 3 ---
 sample-files/local-poky.conf.sample                | 3 ---
 sample-files/local-processor-sdk-64.conf.sample    | 3 ---
 sample-files/local-processor-sdk.conf.sample       | 3 ---
 sample-files/local-v2.conf.sample                  | 3 ---
 sample-files/local.conf.sample                     | 3 ---
 12 files changed, 36 deletions(-)
diff mbox series

Patch

diff --git a/sample-files/denzil/local-arago-linaro.conf.sample b/sample-files/denzil/local-arago-linaro.conf.sample
index 0bfcc03..ba542c9 100644
--- a/sample-files/denzil/local-arago-linaro.conf.sample
+++ b/sample-files/denzil/local-arago-linaro.conf.sample
@@ -119,9 +119,6 @@  USER_CLASSES ?= "buildstats image-mklibs image-prelink"
 # By default disable interactive patch resolution (tasks will just fail instead):
 PATCHRESOLVE = "noop"
 
-# Qemu 0.12.x is giving too much problems recently (2010.05), so disable it for users
-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
 # following line and add the additional IMAGE_FSTYPES you want created
diff --git a/sample-files/local-amsdk.conf.sample b/sample-files/local-amsdk.conf.sample
index f856fb3..cadd9fe 100644
--- a/sample-files/local-amsdk.conf.sample
+++ b/sample-files/local-amsdk.conf.sample
@@ -119,9 +119,6 @@  USER_CLASSES ?= "buildstats image-mklibs image-prelink"
 # By default disable interactive patch resolution (tasks will just fail instead):
 PATCHRESOLVE = "noop"
 
-# Qemu 0.12.x is giving too much problems recently (2010.05), so disable it for users
-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
 # following line and add the additional IMAGE_FSTYPES you want created
diff --git a/sample-files/local-arago.conf.sample b/sample-files/local-arago.conf.sample
index 9a9fe51..f455f60 100644
--- a/sample-files/local-arago.conf.sample
+++ b/sample-files/local-arago.conf.sample
@@ -122,9 +122,6 @@  USER_CLASSES ?= "buildstats image-mklibs image-prelink"
 # By default disable interactive patch resolution (tasks will just fail instead):
 PATCHRESOLVE = "noop"
 
-# Qemu 0.12.x is giving too much problems recently (2010.05), so disable it for users
-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
 # following line and add the additional IMAGE_FSTYPES you want created
diff --git a/sample-files/local-arago64-v2.conf.sample b/sample-files/local-arago64-v2.conf.sample
index c6b4ca4..848e30a 100644
--- a/sample-files/local-arago64-v2.conf.sample
+++ b/sample-files/local-arago64-v2.conf.sample
@@ -119,9 +119,6 @@  USER_CLASSES ?= "buildstats"
 # By default disable interactive patch resolution (tasks will just fail instead):
 PATCHRESOLVE = "noop"
 
-# Qemu 0.12.x is giving too much problems recently (2010.05), so disable it for users
-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
 # following line and add the additional IMAGE_FSTYPES you want created
diff --git a/sample-files/local-arago64.conf.sample b/sample-files/local-arago64.conf.sample
index 6d7af90..6b77547 100644
--- a/sample-files/local-arago64.conf.sample
+++ b/sample-files/local-arago64.conf.sample
@@ -122,9 +122,6 @@  USER_CLASSES ?= "buildstats image-mklibs image-prelink"
 # By default disable interactive patch resolution (tasks will just fail instead):
 PATCHRESOLVE = "noop"
 
-# Qemu 0.12.x is giving too much problems recently (2010.05), so disable it for users
-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
 # following line and add the additional IMAGE_FSTYPES you want created
diff --git a/sample-files/local-glsdk.conf.sample b/sample-files/local-glsdk.conf.sample
index 3ed4150..0f0a96b 100644
--- a/sample-files/local-glsdk.conf.sample
+++ b/sample-files/local-glsdk.conf.sample
@@ -119,9 +119,6 @@  USER_CLASSES ?= "buildstats image-mklibs image-prelink"
 # By default disable interactive patch resolution (tasks will just fail instead):
 PATCHRESOLVE = "noop"
 
-# Qemu 0.12.x is giving too much problems recently (2010.05), so disable it for users
-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
 # following line and add the additional IMAGE_FSTYPES you want created
diff --git a/sample-files/local-poky-v2.conf.sample b/sample-files/local-poky-v2.conf.sample
index 5a0cecc..9de7704 100644
--- a/sample-files/local-poky-v2.conf.sample
+++ b/sample-files/local-poky-v2.conf.sample
@@ -116,9 +116,6 @@  USER_CLASSES ?= "buildstats"
 # By default disable interactive patch resolution (tasks will just fail instead):
 PATCHRESOLVE = "noop"
 
-# Qemu 0.12.x is giving too much problems recently (2010.05), so disable it for users
-#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
 # following line and add the additional IMAGE_FSTYPES you want created
diff --git a/sample-files/local-poky.conf.sample b/sample-files/local-poky.conf.sample
index 1703f83..b2884f2 100644
--- a/sample-files/local-poky.conf.sample
+++ b/sample-files/local-poky.conf.sample
@@ -119,9 +119,6 @@  USER_CLASSES ?= "buildstats image-mklibs image-prelink"
 # By default disable interactive patch resolution (tasks will just fail instead):
 PATCHRESOLVE = "noop"
 
-# Qemu 0.12.x is giving too much problems recently (2010.05), so disable it for users
-#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
 # following line and add the additional IMAGE_FSTYPES you want created
diff --git a/sample-files/local-processor-sdk-64.conf.sample b/sample-files/local-processor-sdk-64.conf.sample
index 2bef530..a65d869 100644
--- a/sample-files/local-processor-sdk-64.conf.sample
+++ b/sample-files/local-processor-sdk-64.conf.sample
@@ -119,9 +119,6 @@  USER_CLASSES ?= "buildstats image-mklibs image-prelink"
 # By default disable interactive patch resolution (tasks will just fail instead):
 PATCHRESOLVE = "noop"
 
-# Qemu 0.12.x is giving too much problems recently (2010.05), so disable it for users
-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
 # following line and add the additional IMAGE_FSTYPES you want created
diff --git a/sample-files/local-processor-sdk.conf.sample b/sample-files/local-processor-sdk.conf.sample
index 18e992c..2e4e9ba 100644
--- a/sample-files/local-processor-sdk.conf.sample
+++ b/sample-files/local-processor-sdk.conf.sample
@@ -119,9 +119,6 @@  USER_CLASSES ?= "buildstats image-mklibs image-prelink"
 # By default disable interactive patch resolution (tasks will just fail instead):
 PATCHRESOLVE = "noop"
 
-# Qemu 0.12.x is giving too much problems recently (2010.05), so disable it for users
-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
 # following line and add the additional IMAGE_FSTYPES you want created
diff --git a/sample-files/local-v2.conf.sample b/sample-files/local-v2.conf.sample
index 659cced..67c4a46 100644
--- a/sample-files/local-v2.conf.sample
+++ b/sample-files/local-v2.conf.sample
@@ -118,9 +118,6 @@  USER_CLASSES ?= "buildstats image-prelink"
 # By default disable interactive patch resolution (tasks will just fail instead):
 PATCHRESOLVE = "noop"
 
-# Qemu 0.12.x is giving too much problems recently (2010.05), so disable it for users
-#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
 # following line and add the additional IMAGE_FSTYPES you want created
diff --git a/sample-files/local.conf.sample b/sample-files/local.conf.sample
index 067c057..22a6030 100644
--- a/sample-files/local.conf.sample
+++ b/sample-files/local.conf.sample
@@ -119,9 +119,6 @@  USER_CLASSES ?= "buildstats image-mklibs image-prelink"
 # By default disable interactive patch resolution (tasks will just fail instead):
 PATCHRESOLVE = "noop"
 
-# Qemu 0.12.x is giving too much problems recently (2010.05), so disable it for users
-#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
 # following line and add the additional IMAGE_FSTYPES you want created