Re: [OE-core] Not able to install chrony on zeus

2021-12-04 Thread mohammed aqdam
On Sat, Dec 4, 2021 at 02:59 PM, Alex Kiernan wrote: > > RCONFLICTS Thanks Alex, This resolves the issue. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#159177): https://lists.openembedded.org/g/openembedded-core/message/159177 Mute This Topic:

Re: [OE-core] Not able to install chrony on zeus

2021-12-04 Thread mohammed aqdam
Any help on getting ntp_4.2.8p13-r0 or resolving this dependency would be very appreciated. Thanks in advance. Thanks, Aqdam -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#159174): https://lists.openembedded.org/g/openembedded-core/message/159174

Re: [OE-core] Not able to install chrony on zeus

2021-11-30 Thread mohammed aqdam
Thanks Khem Raj, Found jamvm class with update-alternative option. jamvm.inc\jamvm\recipes-core - meta-java - Layer containing recipes for OpenJDK and other open source Java- (yoctoproject.org) ( https://git.yoctoproject.org/meta-java/tree/recipes-core/jamvm/jamvm.inc?h=master ) I see chrony is

Re: [OE-core] Not able to install chrony on zeus

2021-11-29 Thread mohammed aqdam
Thanks Khem Raj, Is it possible to install both? On Mon, 29 Nov, 2021, 10:46 pm Khem Raj, wrote: > > > On 11/29/21 4:08 AM, mohammed aqdam wrote: > > Hi There, > > > > I am trying to add chrony/chronyd to my final image > > using IMAGE_INSTALL_append += "

[OE-core] Not able to install chrony on zeus

2021-11-29 Thread mohammed aqdam
Hi There, I am trying to add chrony/chronyd to my final image using IMAGE_INSTALL_append += " chrony ntp pps-tools " When I run bitbake(bitbake -k imx-image-full), Seeing "packages have unmet dependencies" errors, please check the logs for more information. Initialising tasks: 100% > |##

[OE-core] Yocto : Need help in building latest openembedded branch code

2021-11-15 Thread mohammed aqdam
Hi There, I am working on a yocto image for the imx8 board, for this I have created a project with zeus layers for all layers(including meta-imx) using the below manifest file. repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-zeus -m imx-5.4.47-2.2.0.xml I am tr