<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/conf, branch topic/add-initial-uuu-scripts</title>
<subtitle>Mirror of github.com/Freescale/meta-freescale</subtitle>
<id>https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=topic%2Fadd-initial-uuu-scripts</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=topic%2Fadd-initial-uuu-scripts'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/'/>
<updated>2023-04-01T20:37:43+00:00</updated>
<entry>
<title>ff</title>
<updated>2023-04-01T20:37:43+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2023-03-22T16:38:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=898593ee8e98b523577e96cb6c2e6ca8e683cd48'/>
<id>urn:sha1:898593ee8e98b523577e96cb6c2e6ca8e683cd48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>u-boot-*-mfgtool: Remove specific recipes</title>
<updated>2023-04-01T20:37:43+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2023-02-11T20:32:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=c5542074c7815585c97d6e75247dbc73d0da5edf'/>
<id>urn:sha1:c5542074c7815585c97d6e75247dbc73d0da5edf</id>
<content type='text'>
The use of a specific recipe is not need as the UBOOT_CONFIG mechanism
allow multiple binaries using different configurations so we ought to
remove this recipe and default to the IMX_DEFAULT_BOOTLOADER as
provider.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;

linux-*-mfgtool: Remove specific recipes

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>classes/image_populate_mfgtool: init</title>
<updated>2023-04-01T20:37:43+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2022-12-14T18:15:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=47580844ea289702870a2715f70f06e603695e4f'/>
<id>urn:sha1:47580844ea289702870a2715f70f06e603695e4f</id>
<content type='text'>
The class provides the infrastructure for MFGTOOL generation and is tied
to images. To generate the bundle, the task populate_mfgtool must be
called. For example:

,----[ Running populate_mfgtool for core-image-minimal image ]
| $: bitbake core-image-minimal -c populate_mfgtool
`----

The class behavior is controlled through the MFGTOOLCONFIG (analogous to
PACKAGECONFIG) variable. The MFGTOOLCONFIG variable itself specifies a
space-separated list of the script to enable. Following the script, you
can determine the behavior of each script by providing up to two
order-dependent arguments, which are separated by commas. You can omit
any argument you like but must retain the separating commas. The order
is important and specifies the following:

  1. Extra dependencies that should be added to the do_populate_mfgtool
     task, if the script is enabled.
  2. Extra binaries that should be added to the bundle, if the script is
     enabled.

For example:

,----[ Defining foo.uuu.in and bar.uuu script ]
| MFGTOOLCONFIG = "foo.uuu.in bar.uuu"
| MFGTOOLCONFIG[foo.uuu.in] = "dep-foo1:do_deploy dep-foo2:do_deploy,file-foo1"
| MFGTOOLCONFIG[bar.uuu] = "dep-bar1:do_deploy,file-bar1 file-bar2"
`----

The dep-foo1:do_deploy, dep-foo2:do_deploy, and dep-bar1:do_deploy are
added to do_populate_mfgtool dependencies. In addition, file-foo1,
file-bar1, and file-bar2 are copied to the bundle, only if the script is
enabled.

During the mfgtool bundle generation, the uuu.in files are processed and
some variables replaced. The variables are:

  - MACHINE
  - UBOOT_BINARY
  - SPL_BINARY
  - IMAGE_BASENAME

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>xdg-desktop-portal-wlr: Disable when using vivante gpu driver</title>
<updated>2023-03-13T22:53:55+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-03-13T22:51:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=245e9fbc7fc6fad846d16eb341bb25266291e4fe'/>
<id>urn:sha1:245e9fbc7fc6fad846d16eb341bb25266291e4fe</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: Add multimedia-layer to dynamic layers</title>
<updated>2023-03-13T17:25:59+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-03-13T17:25:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=aceca0554fe72ef970435f1f7400da7484d252ed'/>
<id>urn:sha1:aceca0554fe72ef970435f1f7400da7484d252ed</id>
<content type='text'>
This is to patchup some meta-multimedia recipes

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>gst-devtools: Add recipe for 1.20.3.imx</title>
<updated>2023-03-12T01:48:48+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-03-11T18:47:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=7fd2ea865f954300d31fdfef3a5564f797cbe617'/>
<id>urn:sha1:7fd2ea865f954300d31fdfef3a5564f797cbe617</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>gstreamer1.0-omx: Add 1.20.3.imx recipe</title>
<updated>2023-03-12T01:48:48+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-03-11T18:27:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=f0ca145c90637c2c89027f5a00e36662b9e23e1b'/>
<id>urn:sha1:f0ca145c90637c2c89027f5a00e36662b9e23e1b</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>gstreamer1.0-vaapi: Add 1.20.3.imx recipe</title>
<updated>2023-03-12T01:48:48+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-03-11T18:13:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=d486bbf75ef95f3bf854a5490dbda164f03c39c3'/>
<id>urn:sha1:d486bbf75ef95f3bf854a5490dbda164f03c39c3</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>gstreamer1.0-python: Add 1.20.3.imx version to match imx set</title>
<updated>2023-03-11T18:08:35+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-03-11T18:08:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=3cb319945139696bde22d3d6464e7a9a5f289ad2'/>
<id>urn:sha1:3cb319945139696bde22d3d6464e7a9a5f289ad2</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>gstreamer: rename the version to be imx specific</title>
<updated>2023-03-10T11:17:50+00:00</updated>
<author>
<name>Jose Quaresma</name>
<email>jose.quaresma@foundries.io</email>
</author>
<published>2023-03-10T11:01:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=db5b46f714bb14a7daa77e20c0121c3e2ba68580'/>
<id>urn:sha1:db5b46f714bb14a7daa77e20c0121c3e2ba68580</id>
<content type='text'>
These recipes are copies of oe-core 1.20.3 that are not available
anymore upstream on the master branch.
The requirement to have them is because they are dependencies of
the other ones imx specific gstreamer forks on the layer.
So make their names maching the exisng ones will make it more safe.

Signed-off-by: Jose Quaresma &lt;jose.quaresma@foundries.io&gt;
</content>
</entry>
</feed>
