<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/recipes-dpaa2/management-complex, branch topic/better-nip-support</title>
<subtitle>Mirror of github.com/Freescale/meta-freescale</subtitle>
<id>https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=topic%2Fbetter-nip-support</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=topic%2Fbetter-nip-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>management-complex: add recipe for 10.29.0</title>
<updated>2021-10-15T14:11:36+00:00</updated>
<author>
<name>Ting Liu</name>
<email>ting.liu@nxp.com</email>
</author>
<published>2021-10-15T03:04:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=3f6f4bd60f9497008deea11d3ca4f500200e5b30'/>
<id>urn:sha1:3f6f4bd60f9497008deea11d3ca4f500200e5b30</id>
<content type='text'>
Signed-off-by: Ting Liu &lt;ting.liu@nxp.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>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>management-complex: add recipe 10.24.0</title>
<updated>2020-12-16T11:38:13+00:00</updated>
<author>
<name>Ting Liu</name>
<email>ting.liu@nxp.com</email>
</author>
<published>2020-12-15T05:01:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=5f60a6e4ca43ad1e4a1ea7d53ad04e85904247e9'/>
<id>urn:sha1:5f60a6e4ca43ad1e4a1ea7d53ad04e85904247e9</id>
<content type='text'>
Signed-off-by: Ting Liu &lt;ting.liu@nxp.com&gt;
</content>
</entry>
<entry>
<title>management-complex: avoid soft link loop in do_deploy</title>
<updated>2020-06-16T11:46:19+00:00</updated>
<author>
<name>Ting Liu</name>
<email>ting.liu@nxp.com</email>
</author>
<published>2020-06-12T11:38:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=fa1844cc2e013240b37c6964bf6dea767ef90aa2'/>
<id>urn:sha1:fa1844cc2e013240b37c6964bf6dea767ef90aa2</id>
<content type='text'>
when the deploy mc_app directory is already populated, a soft link
loop from mc.itb to mc.itb will be created.

Steps to reproduce:
$ bitbake -c cleansstate management-complex
$ bitbake management-complex
$ bitbake -c deploy -f management-complex

Use 'find -type f' to exclude links.

Signed-off-by: Ting Liu &lt;ting.liu@nxp.com&gt;
</content>
</entry>
<entry>
<title>management-complex: upgrade 10.20.1 -&gt; 10.20.4</title>
<updated>2020-04-06T19:39:57+00:00</updated>
<author>
<name>Jens Rehsack</name>
<email>sno@netbsd.org</email>
</author>
<published>2020-04-06T10:35:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=fb71f3c3d0e44c9c24d95a5d3022bb93d2302627'/>
<id>urn:sha1:fb71f3c3d0e44c9c24d95a5d3022bb93d2302627</id>
<content type='text'>
Upgrade management complex firmware to latest NXP release (LSDK-20.04)
containing firmware 10.20.4.

Signed-off-by: Jens Rehsack &lt;sno@netbsd.org&gt;
</content>
</entry>
<entry>
<title>management-complex: add LSDK-19.03's v10.14.1</title>
<updated>2020-02-11T21:25:22+00:00</updated>
<author>
<name>Jens Rehsack</name>
<email>sno@NetBSD.org</email>
</author>
<published>2020-02-10T14:52:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=d949a7720da1ee2d8ca056a1ca586a0cf14c8e07'/>
<id>urn:sha1:d949a7720da1ee2d8ca056a1ca586a0cf14c8e07</id>
<content type='text'>
For not clearly discovered reason, ls2088ardb development board doesn't boot
with v10.18.0 neither with 10.20.1.
Add 10.14.1 from LSDK 19.03 to have a booting 208x.

Signed-off-by: Jens Rehsack &lt;sno@NetBSD.org&gt;
</content>
</entry>
<entry>
<title>management-complex: update 10.18.0 -&gt; 10.20.1</title>
<updated>2020-02-11T21:25:22+00:00</updated>
<author>
<name>Jens Rehsack</name>
<email>sno@NetBSD.org</email>
</author>
<published>2020-02-10T14:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=069a29886eefd7adb7d79f8e8be80d6a89608843'/>
<id>urn:sha1:069a29886eefd7adb7d79f8e8be80d6a89608843</id>
<content type='text'>
Since LDSK-19.09.311219 is out and contains updated u-boot-qoriq, atf, rcw
and so on, take care of management-complex firmware, too.

Signed-off-by: Jens Rehsack &lt;sno@NetBSD.org&gt;
</content>
</entry>
<entry>
<title>mc: remove fsl-eula-unpack class</title>
<updated>2019-12-23T12:32:28+00:00</updated>
<author>
<name>Chunrong Guo</name>
<email>chunrong.guo@nxp.com</email>
</author>
<published>2019-12-23T01:47:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=8d4fb60f06412b50f5986dd017d24eab22a72396'/>
<id>urn:sha1:8d4fb60f06412b50f5986dd017d24eab22a72396</id>
<content type='text'>
Binary EULA, but the "inherit fsl-eula-unpack"
forces the user to accept a much more elaborate license

Signed-off-by: Chunrong Guo &lt;chunrong.guo@nxp.com&gt;
</content>
</entry>
</feed>
