[yocto] U-boot recipe fails for the master branch(new sbc)

2019-08-25 Thread nishant poorswani
Hi, I'm trying to add a new board called rock-pi-s to the yocto project. I've succesfully done it for the rocko branch. Now I'm moving it to the master branch. I'm facing issues with u-boot. Here is the log for it: https://pastebin.com/NAxqsvcB It seems the libfdt from dtc-1.5.0 is incompatible

Re: [yocto] U-boot recipe fails for the master branch(new sbc)

2019-08-25 Thread akuster
On 8/25/19 2:15 AM, nishant poorswani wrote: > Hi, > > I'm trying to add a new board called rock-pi-s to the yocto project. > I've succesfully done it for the rocko branch. Now I'm moving it to > the master branch. I'm facing issues with u-boot. Here is the log for it: > > https://pastebin.com/NA

Re: [yocto] Build break in the latest openbmc tree.

2019-08-25 Thread akuster808
the meta-security layer should be fix now. please update and let me know if not. -armin On 8/22/19 6:09 PM, Brad Bishop wrote: > at 6:38 PM, James Feist wrote: > >> On 8/22/19 3:35 PM, Jae Hyun Yoo wrote: >>> Hi brad, >> >> + The mailing list >> >>> We met a build break while making Intel platf

Re: [yocto] To enable all service files

2019-08-25 Thread ChenQi
On 08/24/2019 04:16 PM, JH wrote: Hi, I have multiple services files defined in following statements, will it all automatically be enabled? SYSTEMD_SERVICE_${PN} = "${PN}.service app1.service app2.service app2.timer app3.service" SYSTEMD_AUTO_ENABLE_${PN} = "enable" Thank you. Kind regards,