|
yocto linux with dual boot for dual images
#yocto
#grub
have two yocoto images and i need to make a dual boot for them. I make two partitions in dev/mmcblk1 called mmcblk1p1 & mmcblk1p2. I install first image in mmcblk1p1 & the second image in mmcblk1p2 wi
have two yocoto images and i need to make a dual boot for them. I make two partitions in dev/mmcblk1 called mmcblk1p1 & mmcblk1p2. I install first image in mmcblk1p1 & the second image in mmcblk1p2 wi
|
By
ben.s.doron@...
· #57116
·
|
|
Yocto cyrillic characters support
#yocto
I have enabled those options in Busybox to no avail. I still cant see my files : # touch 1Чернаяг # ls -l 1Чернаяг -rw-r--r-- 1 root root 0 May 3 13:35 1??????? The file is created though and visible
I have enabled those options in Busybox to no avail. I still cant see my files : # touch 1Чернаяг # ls -l 1Чернаяг -rw-r--r-- 1 root root 0 May 3 13:35 1??????? The file is created though and visible
|
By
Ashutosh Naik
· #56982
·
|
|
Yocto cyrillic characters support
#yocto
Is your file created with the wrong name or is it actually just the 'ls' output that doesn't support unicode characters? If you're using busybox, I think these configuration options could be of intere
Is your file created with the wrong name or is it actually just the 'ls' output that doesn't support unicode characters? If you're using busybox, I think these configuration options could be of intere
|
By
Nicolas Jeker
· #56973
·
|
|
Yocto cyrillic characters support
#yocto
I am having trouble creating files with cyrillic characters on a yocto generated image. For eg. If I try to create a file like : # touch 1Черная I do get: # ls 1?????? I have verified that my locale h
I am having trouble creating files with cyrillic characters on a yocto generated image. For eg. If I try to create a file like : # touch 1Черная I do get: # ls 1?????? I have verified that my locale h
|
By
Ashutosh Naik
· #56961
·
|
|
SRC_URI from AWS codecommit with user and password
#yocto
Thank you Khem Raj i am following ".netrc" conf file able to clone he repo.
Thank you Khem Raj i am following ".netrc" conf file able to clone he repo.
|
By
mail2uvijay@...
· #56838
·
|
|
SRC_URI from AWS codecommit with user and password
#yocto
you might have to figure out how the clone should work firstly. then you can either encode it into SRC_URI, but I would say be careful since you might leak password and url info into packages, other o
you might have to figure out how the clone should work firstly. then you can either encode it into SRC_URI, but I would say be careful since you might leak password and url info into packages, other o
|
By
Khem Raj
· #56833
·
|
|
SRC_URI from AWS codecommit with user and password
#yocto
I think i figured out the issue, repo password having "=" sigh due to that its throwing below error. i dont have access to change password in the repo, can someone suggest some ideas on how to resolve
I think i figured out the issue, repo password having "=" sigh due to that its throwing below error. i dont have access to change password in the repo, can someone suggest some ideas on how to resolve
|
By
mail2uvijay@...
· #56830
·
|
|
SRC_URI from AWS codecommit with user and password
#yocto
Hi All, I have an application writing in Qt/QML for specific embedded target, The repo for this application is maintained in AWS codecommit which has user and password . How to mentioned in the recipe
Hi All, I have an application writing in Qt/QML for specific embedded target, The repo for this application is maintained in AWS codecommit which has user and password . How to mentioned in the recipe
|
By
mail2uvijay@...
· #56820
·
|
|
firewalld isssue
#yocto
Trevor was looking into this as well so I've CCed him. ../Randy
Trevor was looking into this as well so I've CCed him. ../Randy
|
By
Randy MacLeod
· #56587
·
|
|
firewalld isssue
#yocto
Judging by this stack exchange thread[1] from a quick search, you might be missing the appropriate kernel configs[2]. [1]: https://unix.stackexchange.com/questions/632113 [2]: https://wiki.gentoo.org/
Judging by this stack exchange thread[1] from a quick search, you might be missing the appropriate kernel configs[2]. [1]: https://unix.stackexchange.com/questions/632113 [2]: https://wiki.gentoo.org/
|
By
Nicolas Jeker
· #56567
·
|
|
firewalld isssue
#yocto
Hi Team, I have built a custom image core-image-base on riscv target machine installed nftables,firewalld,JSON packages support. I am using firewalld_0.9.3 sources depends nftables-python is present.
Hi Team, I have built a custom image core-image-base on riscv target machine installed nftables,firewalld,JSON packages support. I am using firewalld_0.9.3 sources depends nftables-python is present.
|
By
sateesh m
· #56565
·
|
|
firewalld isssue
#yocto
Hi Team, I have built a custom image core-image-base with nftables,firewalld,json packages support. I am using firewalld_0.9.3 sources depends nftables-python is present. But I am getting error python
Hi Team, I have built a custom image core-image-base with nftables,firewalld,json packages support. I am using firewalld_0.9.3 sources depends nftables-python is present. But I am getting error python
|
By
sateesh m
· #56564
·
|
|
bus service inactive issue
#yocto
Hi Team, I am trying to start service dbus. I have built an image on riscv target machine. I want to access firewalld , firewalld service is running but dbus-deamon service also should be start to get
Hi Team, I am trying to start service dbus. I have built an image on riscv target machine. I want to access firewalld , firewalld service is running but dbus-deamon service also should be start to get
|
By
sateesh m
· #56560
·
|
|
nftables_0.9.7 build failure issue
#yocto
Hi Team, I am trying to build a net filter package firewalld on my riscv target machine. I am using gatesgarth sources nftables version - 0.9.7 firewalld - 0.9.1 While building yocto image I am facing
Hi Team, I am trying to build a net filter package firewalld on my riscv target machine. I am using gatesgarth sources nftables version - 0.9.7 firewalld - 0.9.1 While building yocto image I am facing
|
By
sateesh m
· #56545
·
|
|
Two DSI ports and only one fb0
#yocto
#kernel
I am working on a BSP build using Yocto. My physical board has two DSI ports to which panels are connected. Both are 4-lane DSI panels. Panels are defined in device tree and they are initialized and l
I am working on a BSP build using Yocto. My physical board has two DSI ports to which panels are connected. Both are 4-lane DSI panels. Panels are defined in device tree and they are initialized and l
|
By
...
· #56380
·
|
|
opkg not picking up RPROVIDES alias.
#yocto
#vivado
I encountered a similar issue when updating one of my builds that uses a package feed: https://lists.yoctoproject.org/g/yocto/topic/88553371#55926 In my case the issue was that bitbake no longer resol
I encountered a similar issue when updating one of my builds that uses a package feed: https://lists.yoctoproject.org/g/yocto/topic/88553371#55926 In my case the issue was that bitbake no longer resol
|
By
Robert Joslyn
· #56326
·
|
|
opkg not picking up RPROVIDES alias.
#yocto
#vivado
I have a recipe aliased by RPROVIDES which I assume is working due to the project picking it up during the compile. However, opkg does not seem to pick up the alias, returning this error: Collected er
I have a recipe aliased by RPROVIDES which I assume is working due to the project picking it up during the compile. However, opkg does not seem to pick up the alias, returning this error: Collected er
|
By
Sam
· #56325
·
|
|
Creating Package Feed for An Application Using SDK build
#yocto
#sdk
Hi, I came to know about the package feed feature, through which we can update the application in the target image by using apt-get commands. I just read about it on following link. https://subscripti
Hi, I came to know about the package feed feature, through which we can update the application in the target image by using apt-get commands. I just read about it on following link. https://subscripti
|
By
Hariom@...
· #56279
·
|
|
#yocto #raspberrypi0-wifi #honister
#yocto
#raspberrypi0-wifi
#honister
So now after doing the last pull on meta -raspberrypi. The one to change the kernel version. I have a hdmi output but my boot process block at please wait : booting . Do you have an idea why it is doi
So now after doing the last pull on meta -raspberrypi. The one to change the kernel version. I have a hdmi output but my boot process block at please wait : booting . Do you have an idea why it is doi
|
By
safouane maaloul
· #56277
·
|
|
Updating BBappend files in yocto
#yocto
#python
#devtool
Apologies but I have to say no. Updating these three variables from a bbappend is not a good idea and I strongly recommend that you do not do it. If you need a different version of something, write a
Apologies but I have to say no. Updating these three variables from a bbappend is not a good idea and I strongly recommend that you do not do it. If you need a different version of something, write a
|
By
Alexander Kanavin
· #56274
·
|