<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/dynamic-layers, branch topic/fix-multilib-support</title>
<subtitle>Mirror of github.com/Freescale/meta-freescale</subtitle>
<id>https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=topic%2Ffix-multilib-support</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=topic%2Ffix-multilib-support'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/'/>
<updated>2021-11-03T21:27:01+00:00</updated>
<entry>
<title>recipes: use https protocol and add explicit branch parameter</title>
<updated>2021-11-03T21:27:01+00:00</updated>
<author>
<name>Pierre-Jean Texier</name>
<email>texier.pj2@gmail.com</email>
</author>
<published>2021-11-03T21:10:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=bef00d6e4f25b4a9d3272e0d69db7545590ed204'/>
<id>urn:sha1:bef00d6e4f25b4a9d3272e0d69db7545590ed204</id>
<content type='text'>
Due to https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git
it is required to use https protocol for github repo accessing.

Update created with oe-core/scripts/contrib/convert-srcuri.py (see [0])

Fixes:

WARNING: /work/meta-freescale/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2021.07.bb: URL: git://github.com/Freescale/u-boot-fslc.git;branch=2021.07+fslc uses git protocol which is no longer supported by github. Please change to ;protocol=https in the url.

[0] - https://git.openembedded.org/openembedded-core/tree/scripts/contrib/convert-srcuri.py

Signed-off-by: Pierre-Jean Texier &lt;texier.pj2@gmail.com&gt;
</content>
</entry>
<entry>
<title>qoriq: Convert to new override syntax</title>
<updated>2021-10-13T07:01:28+00:00</updated>
<author>
<name>Ting Liu</name>
<email>ting.liu@nxp.com</email>
</author>
<published>2021-10-13T04:49:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=203f407a9e5d8d428ef42cb7bc8b436af337cc0a'/>
<id>urn:sha1:203f407a9e5d8d428ef42cb7bc8b436af337cc0a</id>
<content type='text'>
* change `virtclass-native`` to ``class-native`
* add fixes for ls2088a

Signed-off-by: Ting Liu &lt;ting.liu@nxp.com&gt;
</content>
</entry>
<entry>
<title>imx-cst: Correct SRC_URI to use static SRCREV instead of tag</title>
<updated>2021-10-04T19:02:22+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-10-01T05:06:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=2acbec4cc3030f5fc12657b8440d7beff3138433'/>
<id>urn:sha1:2acbec4cc3030f5fc12657b8440d7beff3138433</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>layer: Convert to new override syntax</title>
<updated>2021-08-12T17:08:24+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-08-02T18:01:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=59d36c9832702989bfcca8a5af29fb2dff01efcc'/>
<id>urn:sha1:59d36c9832702989bfcca8a5af29fb2dff01efcc</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>imx-cst: introduce the recipe for the version 3.3.1</title>
<updated>2021-08-12T14:30:45+00:00</updated>
<author>
<name>Thomas Perrot</name>
<email>thomas.perrot@bootlin.com</email>
</author>
<published>2021-08-07T08:30:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=98797c540ffd7221b9919316aaf5691df67acc40'/>
<id>urn:sha1:98797c540ffd7221b9919316aaf5691df67acc40</id>
<content type='text'>
It provides a code signing tool for signing images for i.MX-based NXP processors
using High Assurance Boot (HABv4) library in the internal boot ROM or the
Advanced High Assurance Boot (AHAB) subsystem.

Signed-off-by: Thomas Perrot &lt;thomas.perrot@bootlin.com&gt;
</content>
</entry>
<entry>
<title>recipes-graphics: clutter/cogl: move bbappend to dynamic layers</title>
<updated>2021-06-04T17:34:47+00:00</updated>
<author>
<name>Pierre-Jean Texier</name>
<email>texier.pj2@gmail.com</email>
</author>
<published>2021-06-04T15:40:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=0df4075e78f33ff0b9a9d7553eaf496bf2cbb051'/>
<id>urn:sha1:0df4075e78f33ff0b9a9d7553eaf496bf2cbb051</id>
<content type='text'>
As it breaks the build on master since [1]. Move bbappend files to
dynamic layers since recipes were moved to meta-gnome

Fixes:

ERROR: No recipes in default available for:
  /home/bdx-iot/ci/meta-freescale/recipes-graphics/clutter/clutter-1.0_%.bbappend
  /home/bdx-iot/ci/meta-freescale/recipes-graphics/cogl/cogl-1.0_%.bbappend

[1] - http://git.openembedded.org/openembedded-core/commit/?id=c4f167d05f58f35a6b94e8dbc4721ab67e7e71eb

Signed-off-by: Pierre-Jean Texier &lt;texier.pj2@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtbase: Add reference for pending patch</title>
<updated>2021-04-30T16:46:54+00:00</updated>
<author>
<name>Tom Hochstein</name>
<email>tom.hochstein@nxp.com</email>
</author>
<published>2021-04-29T14:08:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=3e515c5af412a0e916b435b5fff5e7062ea002b6'/>
<id>urn:sha1:3e515c5af412a0e916b435b5fff5e7062ea002b6</id>
<content type='text'>
Note the Qt ticket for the pending patch.

Signed-off-by: Tom Hochstein &lt;tom.hochstein@nxp.com&gt;
</content>
</entry>
<entry>
<title>conf/layer.conf: Rename browser-layer as chromium-browser-layer</title>
<updated>2021-03-26T11:37:10+00:00</updated>
<author>
<name>Pablo Saavedra</name>
<email>psaavedra@igalia.com</email>
</author>
<published>2021-03-26T07:35:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=02eb3ffd5ac527f5e8f360b26dba1cd6faee4dff'/>
<id>urn:sha1:02eb3ffd5ac527f5e8f360b26dba1cd6faee4dff</id>
<content type='text'>
This commit updates the directory name of the browser-layer
dynamic-layer because the changes introduced in
https://github.com/OSSystems/meta-browser/pull/470. This browser-layer
doesn't exist anymore in the meta-browser layer being replaced by a new
chromium-browser-layer.

For backwards compatibility this changes keeps the entries associated to
the former browser-layer pointing to the new chromium-browser-layer.

Signed-off-by: Pablo Saavedra &lt;psaavedra@igalia.com&gt;
</content>
</entry>
<entry>
<title>weston-init: Update weston.ini for IVI</title>
<updated>2021-02-12T00:39:44+00:00</updated>
<author>
<name>Tom Hochstein</name>
<email>tom.hochstein@nxp.com</email>
</author>
<published>2021-02-11T23:40:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=e2abe0525384a31f54e1b1fe3ba1aac887ea3573'/>
<id>urn:sha1:e2abe0525384a31f54e1b1fe3ba1aac887ea3573</id>
<content type='text'>
- Set core idle-time to 0 to align with non-IVI setting
- Add repaint-window for all i.MX 8 to support 4K display
- Add enable-overlay-view option as comment
- Enable touchscreen_calibrator

Signed-off-by: Tom Hochstein &lt;tom.hochstein@nxp.com&gt;
</content>
</entry>
<entry>
<title>qtwayland: fix configuration errors for both mx6 and mx7 machines</title>
<updated>2021-01-31T15:36:40+00:00</updated>
<author>
<name>Pierluigi Passaro</name>
<email>pierluigi.p@variscite.com</email>
</author>
<published>2020-10-31T22:34:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=d0973b6c9c7e5f985d2784d8dd010f81203ac4e8'/>
<id>urn:sha1:d0973b6c9c7e5f985d2784d8dd010f81203ac4e8</id>
<content type='text'>
QtWayland configuration task fails for xwayland distros.
Just remove the conflicting options.

Signed-off-by: Pierluigi Passaro &lt;pierluigi.p@variscite.com&gt;
</content>
</entry>
</feed>
