|
[psplash][PATCH] Supress initial background clearing if using a full screen img
If a full screen image is used there is no need to clear the background
as it will just be drawn over again shortly.
This provides a small performance speed up when using full screen
If a full screen image is used there is no need to clear the background
as it will just be drawn over again shortly.
This provides a small performance speed up when using full screen
|
By
Marc
·
#51633
·
|
|
qtwebkit - riscv doubleconversion issue qt5.12 webkit version
ERROR: qtwebkit-5.15.0+gitAUTOINC+10cd6a106e-r0 do_compile: Execution of
ERROR: qtwebkit-5.15.0+gitAUTOINC+10cd6a106e-r0 do_compile: Execution of
|
By
sateesh m
·
#51632
·
|
|
Re: ninja: error: unknown target 'install'
#yocto
#toolchain
#linux
Hi Quentin,
Thanks for the reply. I had recently started learning, can you please explain me little more in detail. How to add target named? And How to override do_install? I searched online, but
Hi Quentin,
Thanks for the reply. I had recently started learning, can you please explain me little more in detail. How to add target named? And How to override do_install? I searched online, but
|
By
Vijay Rakesh Munganda
·
#51631
·
|
|
Re: ninja: error: unknown target 'install'
#yocto
#toolchain
#linux
Hi,
No target named install. Add one or override do_install task since by
default it "calls" the install target.
[...]
IIRC, gitsm in SRC_URI instead of git should handle
Hi,
No target named install. Add one or override do_install task since by
default it "calls" the install target.
[...]
IIRC, gitsm in SRC_URI instead of git should handle
|
By
Quentin Schulz
·
#51630
·
|
|
ninja: error: unknown target 'install'
#yocto
#toolchain
#linux
Hi All,
I had written a bitbake file to download and install AWS SDK C from GitHub https://github.com/aws/aws-iot-device-sdk-embedded-C based on existing recipes https://github.com/aws/meta-aws, but
Hi All,
I had written a bitbake file to download and install AWS SDK C from GitHub https://github.com/aws/aws-iot-device-sdk-embedded-C based on existing recipes https://github.com/aws/meta-aws, but
|
By
Vijay Rakesh Munganda
·
#51629
·
|
|
Re: Using OVERRIDES to set variables from outside the recipe file
i'm going to weigh in on this, as it *seems* that andrew has the
same misunderstanding i had when, lo those many years ago, i read that
section in the BB manual, and read this:
OVERRIDES =
i'm going to weigh in on this, as it *seems* that andrew has the
same misunderstanding i had when, lo those many years ago, i read that
section in the BB manual, and read this:
OVERRIDES =
|
By
Robert P. J. Day
·
#51628
·
|
|
Re: Using OVERRIDES to set variables from outside the recipe file
Hi Andrew,
OVERRIDES is set in configuration files usually (always?). It can be
either in a distro if you use DISTROOVERRIDES, in a machine if you use
MACHINEOVERRIDES, and you might be able to add
Hi Andrew,
OVERRIDES is set in configuration files usually (always?). It can be
either in a distro if you use DISTROOVERRIDES, in a machine if you use
MACHINEOVERRIDES, and you might be able to add
|
By
Quentin Schulz
·
#51627
·
|
|
Re: hostapd_free_hapd_data: Interface wlan0 wasn't started
#linux
#kernel
#dunfell
Hi All,
Can anyone please help me this issue.
Thanks & Regards,
VR
Hi All,
Can anyone please help me this issue.
Thanks & Regards,
VR
|
By
Vijay Rakesh Munganda
·
#51626
·
|
|
Re: How to write custom recipe to install AWS C SDK from github
#dunfell
#linux
#yocto
Hi,
do_install failed with an error "ninja: error: unknown target 'install'". Kindly please help me to fix the above issue.
-- Configuring done
-- Generating done
-- Build files have been written
Hi,
do_install failed with an error "ninja: error: unknown target 'install'". Kindly please help me to fix the above issue.
-- Configuring done
-- Generating done
-- Build files have been written
|
By
Vijay Rakesh Munganda
·
#51625
·
|
|
Using OVERRIDES to set variables from outside the recipe file
In the bitbake user manual it has an example of how to set the variable value using the OVERRIDE variable
OVERRIDES = "architecture:os:machine"
TEST = "default"
TEST_os =
In the bitbake user manual it has an example of how to set the variable value using the OVERRIDE variable
OVERRIDES = "architecture:os:machine"
TEST = "default"
TEST_os =
|
By
Andrew Loader
·
#51624
·
|
|
[ANNOUNCEMENT] Yocto Project 3.1.4 (Dunfell 23.0.4) is Released
Hello,
We are pleased to announce the Yocto Project 3.1.4 (dunfell-23.0.4) Release is now available for
Hello,
We are pleased to announce the Yocto Project 3.1.4 (dunfell-23.0.4) Release is now available for
|
By
Vineela
·
#51623
·
|
|
Re: Adding modules to Apache2 during build
On 2020-12-01 3:02 p.m., mailings@... wrote:
I looked at the apache source briefly and those modules do not appear to be part of apache2.
From an ubuntu system:
$ apt
On 2020-12-01 3:02 p.m., mailings@... wrote:
I looked at the apache source briefly and those modules do not appear to be part of apache2.
From an ubuntu system:
$ apt
|
By
Randy MacLeod
·
#51622
·
|
|
Re: #yocto zeus X11 keyboard
#yocto
Does anyone know how to work through this issue, so as to resolve the conflict generated ?
Can I modify recipe or replace with a functionally equivalent package ?
Running on Intel 64 based platform...
Does anyone know how to work through this issue, so as to resolve the conflict generated ?
Can I modify recipe or replace with a functionally equivalent package ?
Running on Intel 64 based platform...
|
By
Monsees, Steven C (US)
·
#51621
·
|
|
Disable/Enable DHCLIENT in Yocto
Hi Developers,
I am trying to add DHCLIENT package to my Yocto Zeus Build. However If we include "dhcp-client" package in yocto, the dhclient takes the priority over existing Busy box udhcpc and
Hi Developers,
I am trying to add DHCLIENT package to my Yocto Zeus Build. However If we include "dhcp-client" package in yocto, the dhclient takes the priority over existing Busy box udhcpc and
|
By
Aashik Aswin
·
#51620
·
|
|
Re: How to write custom recipe to install AWS C SDK from github
#dunfell
#linux
#yocto
Hi Quentin Schulz & Ross,
Thanks for the information. Based on meta-aws I had written the recipe and do_compile has completed. Now I want to install demos in to the build which are located at
Hi Quentin Schulz & Ross,
Thanks for the information. Based on meta-aws I had written the recipe and do_compile has completed. Now I want to install demos in to the build which are located at
|
By
Vijay Rakesh Munganda
·
#51619
·
|
|
Re: #yocto
#yocto
Thanks you, this should help...
Thanks you, this should help...
|
By
Monsees, Steven C (US)
·
#51618
·
|
|
Re: How to write custom recipe to install AWS C SDK from github
#dunfell
#linux
#yocto
Hi VR,
You need to put the SDK filename into SRC_URI as well otherwise Yocto
does not fetch it from the files directory.
Also, Ross had a good suggestion too, please check that the recipe or
Hi VR,
You need to put the SDK filename into SRC_URI as well otherwise Yocto
does not fetch it from the files directory.
Also, Ross had a good suggestion too, please check that the recipe or
|
By
Quentin Schulz
·
#51617
·
|
|
Re: How to write custom recipe to install AWS C SDK from github
#dunfell
#linux
#yocto
Hi Quentin Schulz,
Thanks for the reply. I had downloaded the SDK into "files" folder of my recipe and given CMakeLists.txt as SRCURI. Is it correct to do like this?
Here is the Error: (It's a long
Hi Quentin Schulz,
Thanks for the reply. I had downloaded the SDK into "files" folder of my recipe and given CMakeLists.txt as SRCURI. Is it correct to do like this?
Here is the Error: (It's a long
|
By
Vijay Rakesh Munganda
·
#51616
·
|
|
Re: qt5 directory not creating using qt5.15.0 master branch
See QT_DIR_NAME variable in meta-qt5 and b716195f609de6547cfdfadfd4fd25292a6bbf09 commit which changed the default value.
See QT_DIR_NAME variable in meta-qt5 and b716195f609de6547cfdfadfd4fd25292a6bbf09 commit which changed the default value.
|
By
Martin Jansa
·
#51615
·
|
|
Re: How to write custom recipe to install AWS C SDK from github
#dunfell
#linux
#yocto
Hi VR,
If you don't give us the log, we won't be able to help you.
Where is the sdk? You need to add it into your SRC_URI (you can also
just pass a URL to a git repo or tarball download
Hi VR,
If you don't give us the log, we won't be able to help you.
Where is the sdk? You need to add it into your SRC_URI (you can also
just pass a URL to a git repo or tarball download
|
By
Quentin Schulz
·
#51614
·
|