[meta-intel] 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.

[meta-intel] grubenv in yocto

2018-10-24 Thread Mohammad, Jamal M
Hi Guys, We are planning to use GRUB as bootloader, using grub-efi recipe in poky/meta/recipes-bsp/grub-efi This recipe by default doesn't install grub environmental variables. What changes should I add in my own layer to create grubenv on the target rootfs. Thanks and Regards, Jamal --

[meta-intel] 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 = "x8

[meta-intel] Loading my own device driver as builtin in Yocto on my own meta layer

2018-09-19 Thread Mohammad, Jamal M
Hi Guys, I wrote my own USB driver for hardware and I want to add this driver as builtin. I have seen this post where they create a recipe to set as module and not builtin. http://wiki.kaeilos.com/index.php/Howto_build_a_kernel_module_out_of_the_kernel_tree Can you please guys help me in cr

Re: [meta-intel] bootloader used for core-image-full-cmdline

2018-04-03 Thread Mohammad, Jamal M
Can we use u-boot with Intel boards? -Original Message- From: Anuj Mittal [mailto:anuj.mit...@intel.com] Sent: Tuesday, April 03, 2018 3:23 PM To: Mohammad, Jamal M ; meta-intel@yoctoproject.org Subject: Re: [meta-intel] bootloader used for core-image-full-cmdline On 04/03/2018 11:11

Re: [meta-intel] swupdate yocto

2018-04-02 Thread Mohammad, Jamal M
modify the partition script in yocto.. Regards, Jamal -Original Message- From: Stephano Cetola [mailto:stephano.cet...@linux.intel.com] Sent: Monday, April 02, 2018 7:19 PM To: Mohammad, Jamal M Cc: meta-intel@yoctoproject.org Subject: Re: [meta-intel] swupdate yocto For swupdate support,

[meta-intel] bootloader used for core-image-full-cmdline

2018-04-02 Thread Mohammad, Jamal M
Hi, What is the bootloader used when we flash core-image-minimal or core-image-full-cmdline image. I don't see any grub image there in tmp/deploy/images folder Is bootx64.efi a bootloader? Thanks and Regards, Jamal -- ___ meta-intel mailing list met

[meta-intel] swupdate yocto

2018-04-02 Thread Mohammad, Jamal M
Hi, I cloned the master branch of poky, meta-intel and meta-swupdate and then I added both layers to bblayers.conf file When I run "bitbake swupdate-image", I get the following error: ERROR: Nothing PROVIDES 'u-boot-fw-utils' (but /home/jamal/Yocto/poky/meta-swupdate/recipes-support/swupdate/s

Re: [meta-intel] Unable to install the image on the hard disk

2018-03-28 Thread Mohammad, Jamal M
It's EFI, Doesn't work with Legacy, since it has bootx64.efi in the first partition. What is the difference between .hddimg and .wic format. From: Cal Sullivan [mailto:california.l.sulli...@intel.com] Sent: Thursday, March 29, 2018 12:09 AM To: Mohammad, Jamal M ; meta-intel@yoctop

Re: [meta-intel] Unable to install the image on the hard disk

2018-03-28 Thread Mohammad, Jamal M
day, March 28, 2018 10:23 PM To: Mohammad, Jamal M Subject: Re: [meta-intel] Unable to install the image on the hard disk > On Mar 27, 2018, at 11:03 PM, Mohammad, Jamal M > wrote: > > Hi Guys, > > 1. Created an minimal yocto image using "bitbake core-image-minimal&

[meta-intel] Unable to install the image on the hard disk

2018-03-27 Thread Mohammad, Jamal M
Hi Guys, 1. Created an minimal yocto image using "bitbake core-image-minimal" command 1. Flashed the USB using the dd command. sudo dd if=tmp/deploy/images/intel-corei7-64/core-image-minimal-intel-corei7-64.hddimg of=/dev/sdb 3. Clicked on install and typed "sda" 4. The in

Re: [meta-intel] Apollo Lake Yocto BSP

2018-03-22 Thread Mohammad, Jamal M
.. What does this mean... -Original Message- From: Tan, Jui Nee [mailto:jui.nee@intel.com] Sent: Friday, March 23, 2018 8:17 AM To: Stephano Cetola ; Mohammad, Jamal M Cc: meta-intel@yoctoproject.org Subject: RE: [meta-intel] Apollo Lake Yocto BSP Hi, Alternatively, you can refer to

Re: [meta-intel] Apollo Lake Yocto BSP

2018-03-22 Thread Mohammad, Jamal M
Does it mean, I cannot use the default meta-intel layer and have to follow the Intel document. -Original Message- From: Anuj Mittal [mailto:anuj.mit...@intel.com] Sent: Wednesday, March 21, 2018 9:12 AM To: Mohammad, Jamal M ; meta-intel@yoctoproject.org Subject: Re: [meta-intel

[meta-intel] Apollo Lake Yocto BSP

2018-03-20 Thread Mohammad, Jamal M
Hi Guys, We have Apollo Lake based board. And want to install Yocto Image. Does the meta-intel master branch has BSP Support for Apollo Lake. git clone git://git.yoctoproject.org/meta-intel If not where can I find the BSP Support Layer for Apollo Lake. If yes what branch of poky sho