|
Re: Assign IP address at boot time
What is your startup manager? systemd or SysVInit?
--
Rudolf J Streif
CEO/CTO ibeeto
+1.855.442.3386 x700
What is your startup manager? systemd or SysVInit?
--
Rudolf J Streif
CEO/CTO ibeeto
+1.855.442.3386 x700
|
By
Rudolf J Streif
·
#52649
·
|
|
Re: [meta-security][dunfell][PATCH 0/9] Some IMA/EVM fixes to dunfell branch
that are being built current. I can on build on branch at a time and it
takes time to do each. Things are looking good so I suspect they
changes will land in the next day or so.
-armin
that are being built current. I can on build on branch at a time and it
takes time to do each. Things are looking good so I suspect they
changes will land in the next day or so.
-armin
|
By
Armin Kuster
·
#52648
·
|
|
Re: how often would one use "VAR_someoverride_append = ..."?
Hi Robert,
https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-kernel/linux/linux-yocto_5.10.bb#n12
for example.
This is an example of a "valid" use case (not that there are
Hi Robert,
https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-kernel/linux/linux-yocto_5.10.bb#n12
for example.
This is an example of a "valid" use case (not that there are
|
By
Quentin Schulz
·
#52647
·
|
|
Re: how often would one use "VAR_someoverride_append = ..."?
can you point at an actual example of that? i took a look and all
the yocto kernel recipes i see use the first form. am i just looking
in the wrong place?
rday
can you point at an actual example of that? i took a look and all
the yocto kernel recipes i see use the first form. am i just looking
in the wrong place?
rday
|
By
Robert P. J. Day
·
#52646
·
|
|
Re: [meta-selinux][dunfell][gatesgarth][master][PATCH] libselinux-python: Fix build error due to missing target config
Hi,
On 3/10/2021 6:30 AM, Yi Zhao wrote:
either way, a backport to dunfell and gatesgarth would be great to have then.
Thanks!
Anatol
Hi,
On 3/10/2021 6:30 AM, Yi Zhao wrote:
either way, a backport to dunfell and gatesgarth would be great to have then.
Thanks!
Anatol
|
By
Anatol Belski
·
#52645
·
|
|
konrad has officially blessed his new meta-rubygems layer
inspired by my earlier plaintive mewling of "gosh, i wish YP had
better ruby support," konrad weihmann put in a ridiculous amount of
work and came up with:
inspired by my earlier plaintive mewling of "gosh, i wish YP had
better ruby support," konrad weihmann put in a ridiculous amount of
work and came up with:
|
By
Robert P. J. Day
·
#52644
·
|
|
Re: [meta-security][dunfell][PATCH 0/9] Some IMA/EVM fixes to dunfell branch
Hi, akuster808:
I saw this patch set has been merged to gatesgarth, may I ask, any plan for dunfell? I am asking because dunfell is a LTS branch and many users are building their products based on it.
Hi, akuster808:
I saw this patch set has been merged to gatesgarth, may I ask, any plan for dunfell? I am asking because dunfell is a LTS branch and many users are building their products based on it.
|
By
Ming Liu <liu.ming50@...>
·
#52643
·
|
|
Re: Assign IP address at boot time
Hello,
Maybe you can stop in the U-Boot monitor, and check your environment?
=>
=> print serverip
=> print ipaddr
=> print gatewayip
=> print gw_ip
And see what and how your bootcmd and similar env
Hello,
Maybe you can stop in the U-Boot monitor, and check your environment?
=>
=> print serverip
=> print ipaddr
=> print gatewayip
=> print gw_ip
And see what and how your bootcmd and similar env
|
By
Zoran
·
#52642
·
|
|
what version of YP will next wind river (LTS20) be based on?
i suspect i know the answer, just want to confirm ... friend tells
me yesterday he's working with LTS20, i said, "uh, that's not even out
yet," he assures he his company has an early release, but he
i suspect i know the answer, just want to confirm ... friend tells
me yesterday he's working with LTS20, i said, "uh, that's not even out
yet," he assures he his company has an early release, but he
|
By
Robert P. J. Day
·
#52641
·
|
|
Re: Assign IP address at boot time
Yes, the network/Ethernet device is recognized by Linux and the appropriate driver is loaded. If I use:
$ ip add add 192.168.9.101/24 dev eth0
I’m up and running. But I want the IP assignment to
Yes, the network/Ethernet device is recognized by Linux and the appropriate driver is loaded. If I use:
$ ip add add 192.168.9.101/24 dev eth0
I’m up and running. But I want the IP assignment to
|
By
jchludzinski
·
#52640
·
|
|
Re: [meta-selinux][dunfell][gatesgarth][master][PATCH] libselinux-python: Fix build error due to missing target config
Hi Joe,
This patch doesn't need to be merged into master because I have fixed it in commit fb15056ff44318d7886fd0f68e2f6dba716e9be4.
//Yi
Hi Joe,
This patch doesn't need to be merged into master because I have fixed it in commit fb15056ff44318d7886fd0f68e2f6dba716e9be4.
//Yi
|
By
Yi Zhao
·
#52639
·
|
|
[PATCH v2] yocto-bsp: update reference platforms to latest 5.10
From: Bruce Ashfield <bruce.ashfield@...>
Bumping our reference boards to match the latest in OE-core. Not only
do we get the latest, we fix a configuration warning with
From: Bruce Ashfield <bruce.ashfield@...>
Bumping our reference boards to match the latest in OE-core. Not only
do we get the latest, we fix a configuration warning with
|
By
Bruce Ashfield
·
#52638
·
|
|
Re: Assign IP address at boot time
Hi there,
On 3/9/21 1:27 PM, jchludzinski via lists.yoctoproject.org wrote:
That depends on whether or not you are using a network manager and if so which one.
You
Hi there,
On 3/9/21 1:27 PM, jchludzinski via lists.yoctoproject.org wrote:
That depends on whether or not you are using a network manager and if so which one.
You
|
By
Rudolf J Streif
·
#52637
·
|
|
Assign IP address at boot time
Where do I assign a static IP address to my sole network interface?
I tried using the Linux boot parameters (in extlinux.conf):
LABEL Arria10 SOCDK SDMMC
KERNEL ../zImage
FDT
Where do I assign a static IP address to my sole network interface?
I tried using the Linux boot parameters (in extlinux.conf):
LABEL Arria10 SOCDK SDMMC
KERNEL ../zImage
FDT
|
By
jchludzinski
·
#52636
·
|
|
[PATCH] yocto-bsp: update reference platforms to latest 5.10
From: Bruce Ashfield <bruce.ashfield@...>
Bumping our reference boards to match the latest in OE-core. Not only
do we get the latest, we fix a configuration warning with
From: Bruce Ashfield <bruce.ashfield@...>
Bumping our reference boards to match the latest in OE-core. Not only
do we get the latest, we fix a configuration warning with
|
By
Bruce Ashfield
·
#52635
·
|
|
Re: Swap management: vm.swappiness best values?
Hi again,
kswapd is triggered (even when there is no swap space) to reclaim some space when the memory runs low. There is no way to turn it completely off, with the swappiness parameter you can
Hi again,
kswapd is triggered (even when there is no swap space) to reclaim some space when the memory runs low. There is no way to turn it completely off, with the swappiness parameter you can
|
By
Laurent Gauthier
·
#52634
·
|
|
Re: #yocto #sdk
#yocto
#sdk
it excludes the variables from checksums see
https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#checksums
it excludes the variables from checksums see
https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#checksums
|
By
Khem Raj
·
#52633
·
|
|
Re: avahi_0.8 issue with latest version
if the process is dead them perhaps it will be helpful to get a
stacktrace and see whats going on.
if the process is dead them perhaps it will be helpful to get a
stacktrace and see whats going on.
|
By
Khem Raj
·
#52632
·
|
|
Yocto Technical Team Minutes/Engineering Sync for Mar 9, 2021
Yocto Technical Team Minutes, Engineering Sync, for Mar 9, 2021
archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit
== disclaimer ==
Best efforts are made to
Yocto Technical Team Minutes, Engineering Sync, for Mar 9, 2021
archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit
== disclaimer ==
Best efforts are made to
|
By
Trevor Woerner
·
#52631
·
|
|
Re: Swap management: vm.swappiness best values?
Thank you for the answer.
May be I explain my problem not so well :-(
I don't have enabled swap partition in fstab and if I run swapon nothing is shown.
The swap partition is not defined anywhere in
Thank you for the answer.
May be I explain my problem not so well :-(
I don't have enabled swap partition in fstab and if I run swapon nothing is shown.
The swap partition is not defined anywhere in
|
By
Mauro Ziliani
·
#52630
·
|