Re: [yocto] How to modify a meta third party layer sources from my custom layer

2018-05-16 Thread Anuj Mittal
On 05/14/2018 04:58 AM, Stefano Cappa wrote: > Hello everyone,  > I'm new to yocto so please don't kill me :). I have a question, probably > very stupid and simple, but I'm really don't know how to understand this > so I'm trying to ask to the cummunity. > > I'm using Yocto 2.4 for an hardware

Re: [yocto] apt-get error

2018-05-16 Thread Anuj Mittal
On 05/16/2018 06:31 PM, Rahul jangra wrote: > Hi > i am facing the so many issues to creating .deb base yocto raspberry pi > image now i am getting this error. > someone can help me how to resolve this error. > > ERROR: core-image-full-cmdline-1.0-r0 do_rootfs: Unable to install > packages.

Re: [yocto] Enabling the recipe from menuconfig

2018-05-16 Thread chandrasekhar
Hi You can use IMAGE_INSTALL += "Package Name/Recipes name" Regards, Chandrasekhar From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Ugesh Reddy Sent: Wednesday, May 16, 2018 9:57 PM To: Yocto-mailing-list Subject: [yocto] Enabling the recipe

Re: [yocto] How to create img file from a working machine

2018-05-16 Thread Scott Rifenbark
Yes - that is a good place to look. The topic is from the Yocto Project Development Tasks Manual ( https://www.yoctoproject.org/docs/2.5/dev-manual/dev-manual.html#creating-partitioned-images-using-wic ). Scott On Wed, May 16, 2018 at 6:27 AM, Alan Martinovic wrote:

Re: [yocto] How to create img file from a working machine

2018-05-16 Thread Alan Martinovic
Hey, perhaps this will help you: https://www.yoctoproject.org/docs/2.4/mega-manual/mega-manual.html#creating-partitioned-images-using-wic On Wed, May 16, 2018 at 8:49 AM, Denis wrote: > > > Hi. This is my first experience with Yocto. > > After having create a working

[yocto] apt-get error

2018-05-16 Thread Rahul jangra
Hi i am facing the so many issues to creating .deb base yocto raspberry pi image now i am getting this error. someone can help me how to resolve this error. ERROR: core-image-full-cmdline-1.0-r0 do_rootfs: Unable to install packages. Command

Re: [yocto] -c populate_sdk question

2018-05-16 Thread ChenQi
On 05/16/2018 03:12 AM, Steve Pavao wrote: Hello, Is there an easy way to exclude a section of my local conf when I am building with -c populate_sdk option? Long story short, I have some multilib-related entries in my local.conf which I need when building only the OS image, but which cause

Re: [yocto] Set root password from a recipe

2018-05-16 Thread ChenQi
Such setting should be in global conf files like .conf or local.conf. Setting root password from a recipe does not have effect. If you really want to set a root password from recipe, maybe you need to take a look at base-passwd recipe. '-P' is an option added to support clear text password.

[linux-yocto] [PATCH 11/14] FogBugz #554835-3: Intel RSU binding documentation

2018-05-16 Thread Meng.Li
From: David Koltak commit 800553eb887b2477bed3693e931c6aadf484eefb from https://github.com/altera-opensource/linux-socfpga.git Documentation showing the proper device tree node and binding for the Intel Remote System Update (RSU) driver for Stratix 10 SoC FPGAs.

[linux-yocto] [PATCH 14/14] intel-socfpga: dts: improve qspi node for rsu feature

2018-05-16 Thread Meng.Li
From: Limeng There are 2 modification in qspi node for rsu feature as below: - The QSPI read delay must be changed from the default of 3 to 1 in order to make sure it works on Stratix10 platform. - The MTD partition used by LIBRSU must start at the beginning of

[linux-yocto] [PATCH 13/14] intel-socfpga: dts: add rsu node to enable rsu driver

2018-05-16 Thread Meng.Li
From: Limeng Add a corresponding dts node in socfpga_stratix10.dtsi to enable rsu drvier. Signed-off-by: Meng Li --- arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git

[linux-yocto] [PATCH 12/14] FogBugz #514234: arm64: dts: stratix10: Add PL330 DMA to Stratix10 dts

2018-05-16 Thread Meng.Li
From: Graham Moore commit 8927da5c28eeb5c36f969860b3945c0adb7cdb14 from https://github.com/altera-opensource/linux-socfpga.git This patch is part of the bringup of the Stratix10 SoC. It depends upon Uboot to take the PL330 out of reset in non-secure mode.

[linux-yocto] [PATCH 08/14] FogBugz #549288-3: edac: Add support for Stratix10 SDRAM EDAC

2018-05-16 Thread Meng.Li
From: Thor Thayer commit a2884ad40e8120fe44c268f48b162e4fcff68feb from https://github.com/altera-opensource/linux-socfpga.git edac: altera: Add support for Stratix10 SDRAM EDAC Support for Stratix10 SDRAM ECC requires the use of SMC calls to a higher priority

[linux-yocto] [PATCH 10/14] FogBugz #554835-1: Add Stratix 10 SoC RSU Driver

2018-05-16 Thread Meng.Li
From: David Koltak commit 000af215119d8a7ccb469d49535a59a5dbb12ad7 from https://github.com/altera-opensource/linux-socfpga.git Add a kernel driver to expose interfaces required to support the Remote System Update (RSU) feature of Stratix 10 SoC FPGAs. The driver

[linux-yocto] [PATCH 09/14] FogBugz #549288-4: dts: add Stratix10 sdram ecc

2018-05-16 Thread Meng.Li
From: Thor Thayer commit aa9b366a54171468663f221ae46baa6e34c35288 from https://github.com/altera-opensource/linux-socfpga.git arm64: dts: stratix10: add sdram ecc Add the Stratix10 ECC Manager and SDRAM EDAC nodes to the device tree. Signed-off-by: Thor Thayer

[linux-yocto] [PATCH 05/14] mtd: spi-nor: cadence-quadspi: Fix page fault kernel panic

2018-05-16 Thread Meng.Li
From: Thor Thayer commit c1de85b2b1dd9dcad21a2514fca327d74d03b571 from https://github.com/altera-opensource/linux-socfpga.git [backport 'commit 47016b341fc3 ("mtd: spi-nor: cadence-quadspi: Fix page fault kernel panic")'] Backported

[linux-yocto] [PATCH 06/14] FogBugz #549288-1: misc: Stratix10 Protected register access defines

2018-05-16 Thread Meng.Li
From: Thor Thayer commit da941c6dc017d0eebf0d7c72d9a84231c5447c61 from https://github.com/altera-opensource/linux-socfpga.git Add the defines for the Stratix10 Protected register accesses. This syncs with the U-Boot version of this file. Signed-off-by: Thor Thayer

[linux-yocto] [PATCH 07/14] FogBugz #549288-2: Add Stratix10 ECC Manager binding

2018-05-16 Thread Meng.Li
From: Thor Thayer commit 97a3b7365253bc7757b2c885a23e4bd57be9d25b from https://github.com/altera-opensource/linux-socfpga.git Documentation: dt: socfpga: Add Stratix10 ECC Manager binding Add the device tree bindings needed to support the Stratix10 ECC Manager and

[linux-yocto] [PATCH 02/14] FogBugz #251539-2: dts: Add Altera Quad SPI Driver Device Tree Binding

2018-05-16 Thread Meng.Li
From: VIET NGA DAO commit 990acaf14261901a67c96f2effab389556d87c60 from https://github.com/altera-opensource/linux-socfpga.git This patch adds Device Tree Binding for Altera Quad SPI Driver. Signed-off-by: Viet Nga Dao Signed-off-by: Ooi, Joyce

[linux-yocto] [PATCH 03/14] arm64: dts: stratix10: Change pad skew values for EMAC0 PHY driver

2018-05-16 Thread Meng.Li
From: "Ooi, Joyce" commit bf0c54db1dff12fbef7aedf7538a741e78328fc7 from https://github.com/altera-opensource/linux-socfpga.git The HPS EMAC0 drive strength is changed to 4mA because the initial 8mA drive strength has caused CE test to fail. This requires changes on the pad

[linux-yocto] [PATCH 01/14] FogBugz #251539-1: Add Altera Quad SPI Driver

2018-05-16 Thread Meng.Li
From: VIET NGA DAO commit 09dc2f10a87141935cfef75a8adbbe4a3928465f from https://github.com/altera-opensource/linux-socfpga.git This patch adds linux driver for Altera Quad SPI controller. Quad SPI controller is a soft IP designed to access EPCS, EPCQ and Micron flash chips.

[linux-yocto] [PATCH 04/14] FogBugz #554812: fpga: stratix10: unitialized data

2018-05-16 Thread Meng.Li
From: Alan Tull commit e85199e8db5bc5c8880f95b5e8fec05d52ddd5d0 from https://github.com/altera-opensource/linux-socfpga.git Address the following issue caught by static code analysis: drivers/fpga/stratix10-soc.c:206 -- -- UNINIT.STACK.MUST (1:Critical) Analyze

[linux-yocto] : [yocto-4.12]: intel-socfpga: get latest patches from sdk for remote system feature

2018-05-16 Thread Meng.Li
From: Limeng Hi Bruce, Now, there are some update for intel-socfpga, Stratix10 SoC from SDK. These patches are used to implement remote system update feature. Please help to meger below patches into linux-yocto, kernel 4.12, branch is standard/base

Re: [yocto] Set root password from a recipe

2018-05-16 Thread Mauro Ziliani
Sorry inherit extrausers Il 16/05/2018 10:46, Mauro Ziliani ha scritto: Hi all. I need to set a well know password for root user. I follow the istruction to do this with inherit extra_users EXTRA_USERS_PARAMS = " \     usermod -P secret root; \ " But it does not work. I think the

[yocto] Set root password from a recipe

2018-05-16 Thread Mauro Ziliani
Hi all. I need to set a well know password for root user. I follow the istruction to do this with inherit extra_users EXTRA_USERS_PARAMS = " \     usermod -P secret root; \ " But it does not work. I think the problem i for usermod I sse the man page and the -p parameter needs the

Re: [yocto] LIC_FILES_CHKSUM: spaces in file names

2018-05-16 Thread Damien LEFEVRE
Thanks Mark it works. -Damien On Tue, May 15, 2018, 17:29 Mark Hatle wrote: > On 5/15/18 7:25 AM, Damien LEFEVRE wrote: > > Hi, > > > > I have a base recipe generated with devtool. > > > > The package I build has several license files which contain space > characters

[yocto] How to create img file from a working machine

2018-05-16 Thread Denis
Hi. This is my first experience with Yocto. After having create a working machine this is the machine file list *bzImage* *bzImage-qemux86.bin* *core-image-minimal-qemux86-20180515141056.rootfs.tar.bz2* *core-image-minimal-qemux86.ext4* *core-image-minimal-qemux86.manifest*