Add linuxptp at receipes-connectivity

hello,

I need to add the linuxptp to my yocto get from repo:
repo init -u git://git.toradex.com/toradex-manifest.git -b dunfell-5.x.y -m tdxref/default.xml

I found that in the morty branch but I don’t know integrate this application in my image.

Thank you for your help.

Best regards

Flavio

Hi @flavio !

By using the OpenEmbedded Layers to search for LinuxPTP, we found this: OpenEmbedded Layer Index - linuxptp

Seems like it has compatibility with Dunfell Yocto version. This should be your starting point.

As it is already part of the layers that you download using Toradex’s manifest, you will need to simply add the recipe name somewhere to make it available in you compiled image.

For example, you can add it via build/conf/local.conf for testing:

CORE_IMAGE_EXTRA_INSTALL:append = " linuxptp "

Best regards,

Hi @flavio ,

Happy New Year :tada:

Do you have any update on this?

Best Regards
Kevin

hello ,thank you for help

regards