Re: [yocto] ERROR: problem:package openssh-7.6p1-r0.i586 conflicts with dropbear provided by dropbear-2017.75-r0.i586

2018-04-04 Thread Sandeep G.R
Add this to local.conf PACKAGE_EXCLUDE += " packagegroup-core-ssh-dropbear" *Thanks,* *Sandeep* On Mon, Apr 2, 2018 at 4:38 AM, Aditya Tayade wrote: > Hi, > > > I trying to build core-image-sato using yocto 2.5 with new package openssh. > > > Added openssh entry in the local.conf file as foll

Re: [yocto] Problems to build xen-guest-image-minimal

2017-06-02 Thread Sandeep G.R
On Wed, May 31, 2017 at 10:13 AM, Khem Raj wrote: > > On Wed, May 31, 2017 at 12:22 AM Pello Heriz < > pello.he...@alumni.mondragon.edu> wrote: > >> Hi, >> >> I'm trying to build xen-guest-image-minimal with master branch of Yocto, >> but I keep stuck in the next error: >> >> bitbake xen-guest-im

Re: [yocto] OpenEmbedded Developers Meeting in Portland before ELC

2017-01-11 Thread Sandeep G.R
Hi Philip, Is Yocto developer day planned during ELC-2017 Portland, USA. Can you share the registration details if any? On Mon, Jan 9, 2017 at 2:04 PM, Philip Balister wrote: > As we do around each Embedded Linux Conference, OpenEmbedded will host a > developer meeting to discuss the state of O

Re: [yocto] Clarification regarding GCC tool version supported on - Krogoth 2.1.1

2016-10-12 Thread Sandeep G.R
Hi Vijay, You can run *"bitbake-layers show-recipes | grep gcc-source"* to know more on supported toolchain versions. On Wed, Oct 12, 2016 at 11:55 AM, Vijayakumar Badiger < vijayakuma...@gmail.com> wrote: > Thanks Paul, appreciate your reply. > > Cheers, > Vijay > > > On Mon, Oct 10, 2016 at 6:

Re: [yocto] Reg flashing Yocto SDcard image onto IMX6q sabre sd card

2015-04-06 Thread Sandeep G.R
Hi Shalini, Below is the basic steps for SD card boot on iMX6. Create two partitions on the SD card ext2 for boot and ext4 for rootfs using following commands. *Create the partions:* *sudo dd if=/dev/zero of=/dev/sdX bs=1M count=16* *sudo mkfs.ext2 /dev/sdX1 -L boot* *sudo mkfs.ext4 /dev/sd

Re: [yocto] regarding yocto installation

2014-12-08 Thread Sandeep G.R
Hi Shalini, Your repo url in not a valid one ( https://dl-ssl.google.com/dl/googlesource/git-repo/repo) Please follow this link https://github.com/Freescale/fsl-community-bsp-platform On Mon, Dec 8, 2014 at 1:57 AM, Shalini K P wrote: > > > Hi, > > > >M trying to install yocto

Re: [yocto] Losing Ethernet after reboot

2014-03-18 Thread Sandeep G.R
Rick, Check the interface using the command ifconfig -a, then add the corresponding interface in /etc/network/interfaces and restart the network services. On Tue, Mar 18, 2014 at 10:42 AM, Rick Bianchi wrote: > Sorry typing on the fly. Here is what is in interfaces: > auto eth0 > iface e

Re: [yocto] Openvswitch integration in yocto

2013-10-29 Thread Sandeep G.R
Hi Sonia, Add this line IMAGE_INSTALL_append += "openvswitch" to * QorIQ-SDK-V1.4-20130814-yocto/meta-fsl-networking/images/fsl-image-core.bb.* * * And do step 3 and openvswitch will be on T4240QDS. On Tue, Oct 29, 2013 at 4:11 AM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: >

Re: [yocto] How to bring up "apt and dpkg" packages on yocto

2013-10-28 Thread Sandeep G.R
Oct 28, 2013 at 5:05 AM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > On Tuesday 22 October 2013 08:10:15 Sandeep G.R wrote: > > I have selected PACKAGE_CLASSES ?= "package_rpm package_deb" and > > IMAGE_FSTYPE is tar.gz > > "package_

Re: [yocto] How to bring up "apt and dpkg" packages on yocto

2013-10-22 Thread Sandeep G.R
gt; > On Tue, Oct 22, 2013 at 4:36 AM, Sandeep G.R wrote: > >> Hi All, >> >> I have ported Embedded Linux using yocto opensource for Freescale QorIQ >> T4240QDS processor. I need to bring up "apt and dpkg" on T4240QDS using >> yocto. >> >>

[yocto] How to bring up "apt and dpkg" packages on yocto

2013-10-21 Thread Sandeep G.R
Hi All, I have ported Embedded Linux using yocto opensource for Freescale QorIQ T4240QDS processor. I need to bring up "apt and dpkg" on T4240QDS using yocto. For this i need to modify in some .conf or .bb files. Can you please let me know in which files i need to do these changes in order to bri