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
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
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
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,