|
Re: Assign IP address at boot time
Can this be done using boot parameters?
Something like(?):
LABEL Arria10 SOCDK SDMMC
KERNEL ../zImage
FDT ../socfpga_arria10_phead.dtb
APPEND root=/dev/mmcblk0p2 rw rootwait earlyprintk
Can this be done using boot parameters?
Something like(?):
LABEL Arria10 SOCDK SDMMC
KERNEL ../zImage
FDT ../socfpga_arria10_phead.dtb
APPEND root=/dev/mmcblk0p2 rw rootwait earlyprintk
|
By
jchludzinski
·
#52667
·
|
|
Re: [PATCH] perf: reproducibility fixes for pmu-events.c
Ignore this.
I reused an old git-send-email and sent it to the wrong list. I've
re-send to oe-core :D
Bruce
On Thu, Mar 11, 2021 at 8:56 AM Bruce Ashfield
Ignore this.
I reused an old git-send-email and sent it to the wrong list. I've
re-send to oe-core :D
Bruce
On Thu, Mar 11, 2021 at 8:56 AM Bruce Ashfield
|
By
Bruce Ashfield
·
#52666
·
|
|
[PATCH] perf: reproducibility fixes for pmu-events.c
From: Bruce Ashfield <bruce.ashfield@...>
perf generates pmu-events.c as part of the build process. The
code that generates the events is doing tree walks and potentially
other non-determinstic
From: Bruce Ashfield <bruce.ashfield@...>
perf generates pmu-events.c as part of the build process. The
code that generates the events is doing tree walks and potentially
other non-determinstic
|
By
Bruce Ashfield
·
#52665
·
|
|
Want to use nodejs 14 from nodejs 10 in yocto warrior bsp
Hi,
I am currently using yocto warrior bsp as my build system.
In warrior, nodejs version 10 is running at sources/meta-openembedded/meta-oe/recipes-devtools
I want to use nodejs 14. I couldn't find
Hi,
I am currently using yocto warrior bsp as my build system.
In warrior, nodejs version 10 is running at sources/meta-openembedded/meta-oe/recipes-devtools
I want to use nodejs 14. I couldn't find
|
By
darshak.raval@...
·
#52664
·
|
|
Failing to patch u-boot .dts
Hello!
I am using u-boot on a pocketbeagle which, according to "Default Device Tree for DT control" in `bitbake -c menuconfig u-boot`, uses am335x-evm, which I understand is the file in
Hello!
I am using u-boot on a pocketbeagle which, according to "Default Device Tree for DT control" in `bitbake -c menuconfig u-boot`, uses am335x-evm, which I understand is the file in
|
By
Jonas Vautherin
·
#52663
·
|
|
Re: how often would one use "VAR_someoverride_append = ..."?
Hi Robert,
For that particular example, I'm not entirely sure what the actual value
for VAR would be.
Also not sure what:
VAR = "snafu"
VAR_append = " more"
VAR_qemux86 = "qemu"
would mean for VAR.
Hi Robert,
For that particular example, I'm not entirely sure what the actual value
for VAR would be.
Also not sure what:
VAR = "snafu"
VAR_append = " more"
VAR_qemux86 = "qemu"
would mean for VAR.
|
By
Quentin Schulz
·
#52662
·
|
|
[meta-security][PATCH v2] samhain: fix compile error on powerpc
From: Kai Kang <kai.kang@...>
It fails to comile samhain for powerpc(qemuppc):
| x_sh_dbIO.c: In function 'swap_short':
| x_sh_dbIO.c:229:36: error: initializer element is not constant
|
From: Kai Kang <kai.kang@...>
It fails to comile samhain for powerpc(qemuppc):
| x_sh_dbIO.c: In function 'swap_short':
| x_sh_dbIO.c:229:36: error: initializer element is not constant
|
|
By
Kai Kang
·
#52661
·
|
|
Re: how often would one use "VAR_someoverride_append = ..."?
On Wed, 10 Mar 2021, Quentin Schulz wrote:
... snip ...
> 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
On Wed, 10 Mar 2021, Quentin Schulz wrote:
... snip ...
> 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
|
By
Robert P. J. Day
·
#52660
·
|
|
Re: How can I create a truly minimal distribution that runs entirely from RAM?
BBB example:
https://www.yoctoproject.org/pipermail/yocto/2018-July/041696.html
The line:
DISTRO_FEATURES_append = " ram"
Should be:
DISTRO_FEATURES_append = " nfs"
BSP Traces for BBB (YOCTO
BBB example:
https://www.yoctoproject.org/pipermail/yocto/2018-July/041696.html
The line:
DISTRO_FEATURES_append = " ram"
Should be:
DISTRO_FEATURES_append = " nfs"
BSP Traces for BBB (YOCTO
|
By
Zoran
·
#52659
·
|
|
[meta-security][PATCH] samhain: fix compile for powerpc
From: Kai Kang <kai.kang@...>
It fails to comile samhain for powerpc(qemuppc):
| x_sh_dbIO.c: In function 'swap_short':
| x_sh_dbIO.c:229:36: error: initializer element is not constant
|
From: Kai Kang <kai.kang@...>
It fails to comile samhain for powerpc(qemuppc):
| x_sh_dbIO.c: In function 'swap_short':
| x_sh_dbIO.c:229:36: error: initializer element is not constant
|
|
By
Kai Kang
·
#52658
·
|
|
Re: Assign IP address at boot time
On 3/10/21 1:32 PM, jchludzinski wrote:
Preferred method for local configuration is using /etc/systemd/network. However, the probable reason why it did not work is that the file
On 3/10/21 1:32 PM, jchludzinski wrote:
Preferred method for local configuration is using /etc/systemd/network. However, the probable reason why it did not work is that the file
|
By
Rudolf J Streif
·
#52657
·
|
|
How can I create a truly minimal distribution that runs entirely from RAM?
Hello everyone,
I am currently using this Yocto-based build setup provided by NXP to create a custom Linux distribution for one of the i.MX boards. My custom image is based on the core-image-minimal
Hello everyone,
I am currently using this Yocto-based build setup provided by NXP to create a custom Linux distribution for one of the i.MX boards. My custom image is based on the core-image-minimal
|
By
p32@...
·
#52656
·
|
|
Re: Assign IP address at boot time
That didn't work BUT editing /lib/systemd/network/80-wired.network
[Match]Name=en*
That didn't work BUT editing /lib/systemd/network/80-wired.network
[Match]Name=en*
|
By
jchludzinski
·
#52655
·
|
|
Integrating npm into install?
I've got a python app that uses some javascript assets that are normally built via webpack. In a normal build, the process is as follows:
* run "npm install" to get all the javascript dependencies
*
I've got a python app that uses some javascript assets that are normally built via webpack. In a normal build, the process is as follows:
* run "npm install" to get all the javascript dependencies
*
|
By
Paul Wicks
·
#52654
·
|
|
Re: Assign IP address at boot time
Create the file /etc/systemd/network/eth0.conf:
[Match]
Name=eth0
[Network]
Address=<ip>
Gateway=<ip>
DNS=<ip>
Restart systemd-networkd
# systemctl restart systemd-networkd
or reboot.
:rjs
--
Create the file /etc/systemd/network/eth0.conf:
[Match]
Name=eth0
[Network]
Address=<ip>
Gateway=<ip>
DNS=<ip>
Restart systemd-networkd
# systemctl restart systemd-networkd
or reboot.
:rjs
--
|
By
Rudolf J Streif
·
#52653
·
|
|
Re: Assign IP address at boot time
systemd
By
jchludzinski
·
#52652
·
|
|
[meta-security][PATCH] fscryptctl: Fix installation path
- Without the patch fscryptctl is installed in
/usr/bin/usr/local/bin instead of /usr/bin.
---
recipes-security/fscryptctl/fscryptctl_1.0.0.bb | 2 +-
1 file changed, 1 insertion(+), 1
- Without the patch fscryptctl is installed in
/usr/bin/usr/local/bin instead of /usr/bin.
---
recipes-security/fscryptctl/fscryptctl_1.0.0.bb | 2 +-
1 file changed, 1 insertion(+), 1
|
By
Łukasz Płachno
·
#52651
·
|
|
Demo of abi checker hook with hashequiv
Hi all,
I wanted to share with the mailing list a small proof of concept / demo I created that shows how the hashequiv checksum hook can be overridden with a custom hook to avoid rebuilds where
Hi all,
I wanted to share with the mailing list a small proof of concept / demo I created that shows how the hashequiv checksum hook can be overridden with a custom hook to avoid rebuilds where
|
By
Michael Ho <Michael.Ho@...>
·
#52650
·
|
|
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
·
|