<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-ti.git/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb, branch master</title>
<subtitle>Mirror of git.yoctoproject.org/meta-ti.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-ti.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-ti.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/'/>
<updated>2022-02-22T18:01:38+00:00</updated>
<entry>
<title>meta-ti: create a sub-layer meta-ti-bsp from existing content</title>
<updated>2022-02-22T18:01:38+00:00</updated>
<author>
<name>Denys Dmytriyenko</name>
<email>denys@konsulko.com</email>
</author>
<published>2022-02-22T04:13:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=20f3191aeb592dd889eeaf96a31526297de95306'/>
<id>urn:sha1:20f3191aeb592dd889eeaf96a31526297de95306</id>
<content type='text'>
Extra sub-layers will be created next and relevant content moved across them.

Signed-off-by: Denys Dmytriyenko &lt;denys@konsulko.com&gt;
Signed-off-by: Ryan Eatmon &lt;reatmon@ti.com&gt;
</content>
</entry>
<entry>
<title>conf/machine: remove SoC/platforms in DaVinci and OMAP3/4 families</title>
<updated>2022-02-22T18:01:30+00:00</updated>
<author>
<name>Denys Dmytriyenko</name>
<email>denys@konsulko.com</email>
</author>
<published>2022-02-22T04:12:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=209da2791f911235faaf4104ebf289b0e11d975b'/>
<id>urn:sha1:209da2791f911235faaf4104ebf289b0e11d975b</id>
<content type='text'>
Those platforms are being deprecated and not supported in future meta-ti releases.

Signed-off-by: Denys Dmytriyenko &lt;denys@konsulko.com&gt;
Signed-off-by: Ryan Eatmon &lt;reatmon@ti.com&gt;
</content>
</entry>
<entry>
<title>ti-sgx-ddk-km: patches got merged upstream, update recipe accordingly</title>
<updated>2022-02-18T15:50:56+00:00</updated>
<author>
<name>Denys Dmytriyenko</name>
<email>denys@konsulko.com</email>
</author>
<published>2021-12-21T00:39:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=ea5b431bdac13759d1dab20a8d6e3d26a16a5501'/>
<id>urn:sha1:ea5b431bdac13759d1dab20a8d6e3d26a16a5501</id>
<content type='text'>
Both of the local patches were merged upstream, so update the reecipe to pull
the latest SRCREV and drop those patches from the OE metadata.

Signed-off-by: Denys Dmytriyenko &lt;denys@konsulko.com&gt;
Cc: Khem Raj &lt;raj.khem@gmail.com&gt;
Reviewed-by: Praneeth Bajjuri &lt;praneeth@ti.com&gt;
Signed-off-by: Ryan Eatmon &lt;reatmon@ti.com&gt;
</content>
</entry>
<entry>
<title>ti-sgx-ddk-km: Fix build with kernel 5.10 and musl support</title>
<updated>2021-12-16T14:06:47+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-12-10T00:25:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=dd7e2ac744f672eaf3ee2959bb3075b1adca9e8d'/>
<id>urn:sha1:dd7e2ac744f672eaf3ee2959bb3075b1adca9e8d</id>
<content type='text'>
This adds a patch to fix runtime problems loading the kernel module with
kernel 5.10

Adds support to build with musl targets

Add yoe to recognised OE distributions

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Cc: Denys Dmytriyenko &lt;denys@konsulko.com&gt;
Reviewed-by: Denys Dmytriyenko &lt;denys@konsulko.com&gt;
Signed-off-by: Ryan Eatmon &lt;reatmon@ti.com&gt;
</content>
</entry>
<entry>
<title>powervr-drivers: teach modules_install to respect "usrmerge" distro feature</title>
<updated>2021-11-04T11:44:03+00:00</updated>
<author>
<name>Denys Dmytriyenko</name>
<email>denys@konsulko.com</email>
</author>
<published>2021-10-19T23:09:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=88f48e7cfa3162dffc131444d586ad3c991ab6a7'/>
<id>urn:sha1:88f48e7cfa3162dffc131444d586ad3c991ab6a7</id>
<content type='text'>
https://www.freedesktop.org/wiki/Software/systemd/TheCaseForTheUsrMerge/

When "usrmerge" distro feature is enabled, root directories /bin, /sbin, /lib
are simply symlinks pointing to their counterparts in /usr. Hence, modules
should be installed accordingly into /usr/lib/modules/...

Since IMG Makefiles don't take the direct target directory, such as
${nonarch_base_libdir}/modules/, adjust the top-level rootfs path instead.

Signed-off-by: Denys Dmytriyenko &lt;denys@konsulko.com&gt;
Reported-by: Vivien Didelot &lt;vdidelot@pbsc.com&gt;
Tested-by: Vivien Didelot &lt;vdidelot@pbsc.com&gt;
Signed-off-by: Yogesh Siraswar &lt;yogeshs@ti.com&gt;
</content>
</entry>
<entry>
<title>meta-ti: convert to new override syntax in honister</title>
<updated>2021-08-17T11:21:54+00:00</updated>
<author>
<name>Denys Dmytriyenko</name>
<email>denys@konsulko.com</email>
</author>
<published>2021-08-11T18:39:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=e21c11b4a44417f67c78503bc3f954c175ac20e2'/>
<id>urn:sha1:e21c11b4a44417f67c78503bc3f954c175ac20e2</id>
<content type='text'>
Upcoming "honister" release changes the override syntax to improve usability,
speed and memory footprint. Update recipes with the new syntax and set layer
compatibility to honister.

Signed-off-by: Denys Dmytriyenko &lt;denys@konsulko.com&gt;
Tested-by: Paul Barker &lt;paul.barker@sancloud.com&gt;
Signed-off-by: Yogesh Siraswar &lt;yogeshs@ti.com&gt;
</content>
</entry>
<entry>
<title>ti-sgx-ddk-km: Update srcrev to pick rt kernel build fix</title>
<updated>2021-05-18T03:33:55+00:00</updated>
<author>
<name>Gowtham Tammana</name>
<email>g-tammana@ti.com</email>
</author>
<published>2021-05-05T16:12:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=d95593b9735554850863a3a744d8edaf28e59fbc'/>
<id>urn:sha1:d95593b9735554850863a3a744d8edaf28e59fbc</id>
<content type='text'>
Signed-off-by: Gowtham Tammana &lt;g-tammana@ti.com&gt;
</content>
</entry>
<entry>
<title>ti-sgx-ddk-km: update srcrev to pick 5.10</title>
<updated>2021-05-05T04:12:29+00:00</updated>
<author>
<name>Gowtham Tammana</name>
<email>g-tammana@ti.com</email>
</author>
<published>2021-04-14T03:54:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=812f360c9c1c445f00b556c19a669f0450812df1'/>
<id>urn:sha1:812f360c9c1c445f00b556c19a669f0450812df1</id>
<content type='text'>
Update the srcrev to pick the k5.10 development branch sources.

Signed-off-by: Gowtham Tammana &lt;g-tammana@ti.com&gt;
</content>
</entry>
<entry>
<title>powervr-drivers: require gpu machine feature</title>
<updated>2020-04-08T18:25:58+00:00</updated>
<author>
<name>Denys Dmytriyenko</name>
<email>denys@ti.com</email>
</author>
<published>2020-04-07T02:37:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=36c3c2dc348de3d2d2c2d469e77fce09df994f7e'/>
<id>urn:sha1:36c3c2dc348de3d2d2c2d469e77fce09df994f7e</id>
<content type='text'>
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
<entry>
<title>ti-sgx-ddk-km: Update srcrev to pick use preemption</title>
<updated>2020-02-17T17:13:08+00:00</updated>
<author>
<name>Gowtham Tammana</name>
<email>g-tammana@ti.com</email>
</author>
<published>2020-02-15T08:21:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=f4c8536a932f2374ee0fee598ff29e7dd2fea678'/>
<id>urn:sha1:f4c8536a932f2374ee0fee598ff29e7dd2fea678</id>
<content type='text'>
Update srcrev to pick the use preemption changes.

Signed-off-by: Gowtham Tammana &lt;g-tammana@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
</content>
</entry>
</feed>
