aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorakuster <akuster808@gmail.com>2021-02-07 11:20:56 -0800
committerArmin Kuster <akuster808@gmail.com>2021-02-15 08:19:35 -0800
commit945f062ff098dc9c8ba8d22c5eef88adec60730d (patch)
treee732bd173bf4195e9ad8eb375a1ff4442e615082
parentfbe2e79ab0dd4e0b2fd6433d0cfe10d66c7c7181 (diff)
downloadmeta-openembedded-945f062ff098dc9c8ba8d22c5eef88adec60730d.tar.gz
meta-oe/README: add Ubuntu prerequisite information
When building on Ubuntu 20.04, luajit needs 32bit support so install 'gcc-multilib' Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 973fe410d238e0c361f8bc4d9ba7915464217e22) [Minor fixup for Gategarth] Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/README b/meta-oe/README
index 65eea2b320..cdf390c801 100644
--- a/meta-oe/README
+++ b/meta-oe/README
@@ -14,6 +14,9 @@ e.g. on archlinux based distributions install prerequisites like below
pacman -S lib32-gcc-libs lib32-glibc
+Ubuntu
+sudo apt-get install gcc-multilib
+
Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe][gatesgarth]' in the subject'
When sending single patches, please use something like: