Re: [yocto] meta-selinux warrior support

2019-10-08 Thread Mohammad, Jamal M
, October 8, 2019 12:33 PM To: Mark Hatle Cc: Oriya, Raxesh ; yocto@yoctoproject.org; C M, Kiran Reddy ; Mohammad, Jamal M Subject: Re: [yocto] meta-selinux warrior support *External Message* - Use caution before opening links or attachments On Tue, 8 Oct 2019 at 09:59, Jussi Kukkonen mailto:j

[yocto] Flashing Yocto Images using Clonezilla

2018-11-28 Thread Mohammad, Jamal M
Hi Guys, We are using meta-intel layer to generate .hddimg. We can flash the generated .hddimg using Bootable Thumb Drive, but using this mechanism in manufacturing is not a good solution. We need some way to flash the Yocto Image using clonezilla, as hddimg is not recognized by clonezilla.

[yocto] PXE Boot on Yocto Intel Hardware

2018-11-20 Thread Mohammad, Jamal M
Hi Guys, We are trying to set up PXE boot in Yocto. Our hardware is Apollo Lake based SoC (intel-core-i7), I used tftp32 utility, started dns, tftp and dhcp server and put "bootx64.efi" as boot file When I do "PXE Boot" from hardware, it successfully copies the bootx64.efi file into the

Re: [yocto] lib32-ncurses not installing in rootfs

2018-11-07 Thread Mohammad, Jamal M
Thanks Ross, for the clear explanation.. It did solved my issue and a new learning of the oe-pkgdata-util … Once again Thanks. From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Wednesday, November 7, 2018 6:19 PM To: Mohammad, Jamal M Cc: ChenQi ; Yocto-mailing-list Subject: Re: [yocto

Re: [yocto] lib32-ncurses not installing in rootfs

2018-11-07 Thread Mohammad, Jamal M
I see libncurses.so file in ncurses-dev folder in packages-split folder.. Do I need to add lib32-ncurses-dev in local.conf From: Mohammad, Jamal M Sent: Wednesday, November 7, 2018 3:08 PM To: 'ChenQi' ; Yocto-mailing-list Subject: RE: [yocto] lib32-ncurses not installing in rootfs

Re: [yocto] lib32-ncurses not installing in rootfs

2018-11-07 Thread Mohammad, Jamal M
├── stdcrt ├── vt100 └── vt300 It doesn't have lib folder, so where are the libncurses.so missing.. From: ChenQi [mailto:qi.c...@windriver.com] Sent: Wednesday, November 7, 2018 3:04 PM To: Mohammad, Jamal M ; Yocto-mailing-list Subject: Re: [yocto] lib32-ncurses

[yocto] lib32-ncurses not installing in rootfs

2018-11-07 Thread Mohammad, Jamal M
Hi Guys, I am trying to add 32-bit ncurses into my root file system I am using intel yocto bsp sumo branch Here is my local.conf: require conf/multilib.conf DEFAULTTUNE_virtclass-multilib-lib32 = "x86" IMAGE_INSTALL_append = " dpkg gnutls lib32-glibc lib32-libgcc lib32-libstdc++ lib32-gnutls

Re: [yocto] Server Certificate Verification Failed

2018-11-05 Thread Mohammad, Jamal M
Thanks Ross, I don't know what happened, I am not getting ssl errors now.. -Original Message- From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Monday, November 5, 2018 4:00 PM To: Mohammad, Jamal M Cc: Yocto-mailing-list Subject: Re: [yocto] Server Certificate Verification

Re: [yocto] Server Certificate Verification Failed

2018-11-05 Thread Mohammad, Jamal M
Can you please check at your end whether you are able to access the website Thanks and Regards, Jamal -Original Message- From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Monday, November 5, 2018 3:49 PM To: Mohammad, Jamal M Cc: Yocto-mailing-list Subject: Re: [yocto] Server

[yocto] Server Certificate Verification Failed

2018-11-05 Thread Mohammad, Jamal M
Hi Guys, I am getting the following error : Fetching projects: 60% (3/5) fatal: unable to access 'https://git.yoctoproject.org/git/poky/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none fatal: unable to access

[yocto] conflicting requests error while building SDK

2018-10-18 Thread Mohammad, Jamal M
Hi Guys, I got the following conflicting requests error while building SDK I am using sumo branch , and generic core-intel-i7-64 machine configuration. Running the following command: bitbake -c populate_sdk core-image-minimal Fails at the last step with the following error. ERROR:

[yocto] populate_sdk fails when multilib enabled

2018-10-15 Thread Mohammad, Jamal M
Hi Guys, I am having customized Apollo Lake Board. Using generic meta-intel layer with MACHINE=intel-corei7-64, Branch = sumo We wanted to support 32-bit libraries, so added multilib in local.conf require conf/multilib.conf MULTILIBS = "multilib:lib32" DEFAULTTUNE_virtclass-multilib-lib32 =

[yocto] pygtk package in yocto

2018-04-27 Thread Mohammad, Jamal M
Hi Guys, I am using the latest branch of poky and meta-oe . I need pygtk package for one of my application as it's one of the requirement for it to run. Pygtk is supported in Jethro branch. Do I need to switch to Jethro branch for my project or did anyone port pygtk recipe port for the latest

Re: [yocto] Yocto Boot Question

2018-04-13 Thread Mohammad, Jamal M
I also faced a similar issue while installing on Intel machine, switching to other machine I was able to install and boot successfully.. I have not tried network boot option.. Which is the board you are using and what is the machine type? Regards, Jamal From: yocto-boun...@yoctoproject.org

Re: [yocto] MACHINE .conf file

2018-04-10 Thread Mohammad, Jamal M
Did you add meta-intel layer in conf/bblayers.conf file.. It will be present in that directory. From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Raymond Yeung Sent: Tuesday, April 10, 2018 1:42 AM To: yocto@yoctoproject.org Subject: [yocto] MACHINE .conf