aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/conf
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2021-02-01 11:40:37 +0800
committerKhem Raj <raj.khem@gmail.com>2021-02-01 10:56:22 -0800
commitd80fe97166347006fcfee2dae9bc80ec666174ae (patch)
tree8103f3a31d1d2e3ef0d95ddd046c65f8c4dd53a8 /meta-oe/conf
parentb652a9cec08e1baeb72ddb422c3573edf8236e3b (diff)
downloadmeta-openembedded-contrib-d80fe97166347006fcfee2dae9bc80ec666174ae.tar.gz
meta-oe: add crash to NON_MULTILIB_RECIPES
Crash has to be built as the same bitsize (32-bit/64-bit) as the kernel. So add it to NON_MULTILIB_RECIPES to make it keeps same bitsize with the kernel. For example, it is 'crash' rather than 'lib32-crash' which is installed to 32-bit rootfs with 64-bit kernel. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/conf')
-rw-r--r--meta-oe/conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
index 1f60861649..3de3015509 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -98,3 +98,5 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
"
DEFAULT_TEST_SUITES_pn-meta-oe-ptest-image = " ${PTESTTESTSUITE}"
+
+NON_MULTILIB_RECIPES_append = " crash"