<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/README, branch master</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2023-06-17T15:30:01+00:00</updated>
<entry>
<title>layers: Move READMEs to markdown format</title>
<updated>2023-06-17T15:30:01+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-06-16T03:21:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c1f86dac48e9af79b153c2f101c36ad78a60cfdf'/>
<id>urn:sha1:c1f86dac48e9af79b153c2f101c36ad78a60cfdf</id>
<content type='text'>
The READMEs are often viewed from websites markdown format which is
much as readable as text and yet friendlier in browsers.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>README: mention linux-libc-dev:i386 for luajit on ubuntu-21.10</title>
<updated>2021-09-30T15:50:42+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2021-09-30T09:33:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c9121e1ae497088687ccc386a81b97b503a51db1'/>
<id>urn:sha1:c9121e1ae497088687ccc386a81b97b503a51db1</id>
<content type='text'>
* for host* parts you need to install linux-libc-dev:i386 on ubuntu-21.10
  (not pulled by gcc-multilib already mentioned in meta-oe/README), otherwise
  build for 32bit target will fail like this:

  cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/luajit/2.1.0~beta3-210112-r0/git/src$ gcc  -m32   -Wall   -I. -DLUAJIT_TARGET=LUAJIT_ARCH_arm -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -isystem/OE/build/oe-core/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/luajit/2.1.0~beta3-210112-r0/recipe-sysroot-native/usr/include -O2 -pipe -c -o host/minilua.o host/minilua.c
  In file included from /usr/include/bits/errno.h:26,
                   from /usr/include/errno.h:28,
                   from host/minilua.c:40:
  /usr/include/linux/errno.h:1:10: fatal error: asm/errno.h: No such file or directory
      1 | #include &lt;asm/errno.h&gt;
        |          ^~~~~~~~~~~~~
  compilation terminated.

  while for 64bit taget it would build without -m32 and work fine without linux-libc-dev:i386:

  cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/luajit/2.1.0~beta3-210112-r0/git/src$ gcc    -Wall   -I. -DLUAJIT_TARGET=LUAJIT_ARCH_arm -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -isystem/OE/build/oe-core/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/luajit/2.1.0~beta3-210112-r0/recipe-sysroot-native/usr/include -O2 -pipe -c -o host/minilua.o host/minilua.c
  &lt;OK&gt;

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>README: update to main repo</title>
<updated>2021-09-27T18:34:55+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2021-09-26T22:10:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=def97d2331c1d924a3790f20ec796ebfffbcb19c'/>
<id>urn:sha1:def97d2331c1d924a3790f20ec796ebfffbcb19c</id>
<content type='text'>
The main repo is sourced from git://git.openembedded.org not github.
Don't think oe-core.git exists.

Lets be constent across all sub layers.

Drop Revisions and Prioriiy from repo references as they are not used.

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-oe/README: add Ubuntu prerequisite information</title>
<updated>2021-02-08T04:38:39+00:00</updated>
<author>
<name>akuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2021-02-07T19:20:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=973fe410d238e0c361f8bc4d9ba7915464217e22'/>
<id>urn:sha1:973fe410d238e0c361f8bc4d9ba7915464217e22</id>
<content type='text'>
When building on Ubuntu 20.04, luajit needs 32bit support
so install 'gcc-multilib'

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>README: fix incorrect links</title>
<updated>2020-10-01T17:32:42+00:00</updated>
<author>
<name>Diego Rondini</name>
<email>diego.rondini@kynetics.com</email>
</author>
<published>2020-10-01T09:28:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d80b5a52fd9d91b27b7f1967a0f2d6ccb6e22991'/>
<id>urn:sha1:d80b5a52fd9d91b27b7f1967a0f2d6ccb6e22991</id>
<content type='text'>
Fix incorrect links and replace the defunct "gitorious" with now popular
"GitLab".

Signed-off-by: Diego Rondini &lt;diego.rondini@kynetics.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>README: Use quotation marks for subject prefix</title>
<updated>2020-08-29T00:16:57+00:00</updated>
<author>
<name>Michael Vetter</name>
<email>jubalh@iodoru.org</email>
</author>
<published>2020-08-28T13:13:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c035e249afd8bdd89fa76e9cb6aa71ab230dc77a'/>
<id>urn:sha1:c035e249afd8bdd89fa76e9cb6aa71ab230dc77a</id>
<content type='text'>
On zsh it otherwise returns:
```
zsh: bad pattern: --subject-prefix=meta-oe][PATCH
```

With quotation marks it should work on all shells.

Signed-off-by: Michael Vetter &lt;jubalh@iodoru.org&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>README: Document need for 32bit compiler</title>
<updated>2019-10-07T16:11:24+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-10-07T05:14:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=da6db0b815e698f68ef9cca9c6e2c7fffaf6efd9'/>
<id>urn:sha1:da6db0b815e698f68ef9cca9c6e2c7fffaf6efd9</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>Update maintainers</title>
<updated>2018-08-27T17:53:58+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-08-24T20:35:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=eac9bd96cefbddb131ee5ec30a02c08749fbb6ca'/>
<id>urn:sha1:eac9bd96cefbddb131ee5ec30a02c08749fbb6ca</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Acked-by: Andreas Müller &lt;schnitzeltony@gmail.com&gt;
Acked-by: Armin Kuster &lt;akuster808@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>README: fix links to repos and improve formatting</title>
<updated>2018-06-21T04:43:55+00:00</updated>
<author>
<name>Oleksandr Kravchuk</name>
<email>dev@sashko.rv.ua</email>
</author>
<published>2018-06-20T22:18:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b707fa76cbc59b5a4a9b6324dc04290423cd729f'/>
<id>urn:sha1:b707fa76cbc59b5a4a9b6324dc04290423cd729f</id>
<content type='text'>
Signed-off-by: Oleksandr Kravchuk &lt;dev@sashko.rv.ua&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>update layer maintainers</title>
<updated>2018-04-13T19:43:44+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2018-04-08T17:45:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1bdf09b7887bb8f33858e0c3aea9607817c79dc8'/>
<id>urn:sha1:1bdf09b7887bb8f33858e0c3aea9607817c79dc8</id>
<content type='text'>
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
</feed>
