|
[[PATCH][qa-tools] 09/16] toaster/__init__.py: Update toaster test to match new ToasterHelper.
Signed-off-by: Aníbal Limón <anibal.limon@...>
---
tests/toaster/__init__.py | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/tests/toaster/__init__.py
Signed-off-by: Aníbal Limón <anibal.limon@...>
---
tests/toaster/__init__.py | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/tests/toaster/__init__.py
|
By
Aníbal Limón <anibal.limon@...>
·
#28374
·
|
|
[[PATCH][qa-tools] 08/16] toaster/helper.py: Add force mode to stop method.
The stop method have force mode because toaster without production
setup have known issues when is on load, the server response 503
service unavailable.
This mode iterates over process to found PID's
The stop method have force mode because toaster without production
setup have known issues when is on load, the server response 503
service unavailable.
This mode iterates over process to found PID's
|
By
Aníbal Limón <anibal.limon@...>
·
#28375
·
|
|
[[PATCH][qa-tools] 07/16] ts/toaster/helpers.py: Add new class ToasterHelper instead functions.
In order to provide a better interface add a ToasterHelper class the
functionality is the same so only modified functions to match method
definitions.
Signed-off-by: Aníbal Limón
In order to provide a better interface add a ToasterHelper class the
functionality is the same so only modified functions to match method
definitions.
Signed-off-by: Aníbal Limón
|
By
Aníbal Limón <anibal.limon@...>
·
#28372
·
|
|
[[PATCH][qa-tools] 06/16] tests/toaster/helpers.py: Fix toaster_start deadlocks.
When call toaster_start on failing scenarios (already started) it
becomes blocked on process.communicate() function so add my own
function for solve this issue.
The new function uses a tempfile
When call toaster_start on failing scenarios (already started) it
becomes blocked on process.communicate() function so add my own
function for solve this issue.
The new function uses a tempfile
|
By
Aníbal Limón <anibal.limon@...>
·
#28373
·
|
|
[[PATCH][qa-tools] 05/16] tests/toaster/helpers.py: When execute bash remove interactive mode.
From: Aníbal Limón <limon.anibal@...>
Bash interactive mode isn't useful so remove it.
Signed-off-by: Aníbal Limón <limon.anibal@...>
---
tests/toaster/helpers.py | 6 +++---
1 file
From: Aníbal Limón <limon.anibal@...>
Bash interactive mode isn't useful so remove it.
Signed-off-by: Aníbal Limón <limon.anibal@...>
---
tests/toaster/helpers.py | 6 +++---
1 file
|
By
Aníbal Limón <anibal.limon@...>
·
#28371
·
|
|
[[PATCH][qa-tools] 04/16] tests/toaster/__init__.py: Add support for clone/setup/start/stop
From: Aníbal Limón <limon.anibal@...>
The main idea is to have an script for execute tests against toaster
so for now the arguments to execute toaster tests are fixed but
will be configured
From: Aníbal Limón <limon.anibal@...>
The main idea is to have an script for execute tests against toaster
so for now the arguments to execute toaster tests are fixed but
will be configured
|
By
Aníbal Limón <anibal.limon@...>
·
#28370
·
|
|
[[PATCH][qa-tools] 03/16] toaster: Add helpers for clone, setup, start and stop.
From: Aníbal Limón <limon.anibal@...>
README.md: Toaster tests requires bash so add it.
TODO is add a sanity module for test this kind of issues
like shell compatibility.
Signed-off-by:
From: Aníbal Limón <limon.anibal@...>
README.md: Toaster tests requires bash so add it.
TODO is add a sanity module for test this kind of issues
like shell compatibility.
Signed-off-by:
|
By
Aníbal Limón <anibal.limon@...>
·
#28368
·
|
|
[[PATCH][qa-tools] 02/16] utils/run/toaster.sh: Get rid of toaster shell script.
From: Aníbal Limón <limon.anibal@...>
A module in python will be created for have toaster helpers
with clone, setup, start, stop.
Signed-off-by: Aníbal Limón <limon.anibal@...>
---
From: Aníbal Limón <limon.anibal@...>
A module in python will be created for have toaster helpers
with clone, setup, start, stop.
Signed-off-by: Aníbal Limón <limon.anibal@...>
---
|
By
Aníbal Limón <anibal.limon@...>
·
#28369
·
|
|
[[PATCH][qa-tools] 01/16] README.md: Update instructions on how install host deps on debian.
From: Aníbal Limón <limon.anibal@...>
Signed-off-by: Aníbal Limón <limon.anibal@...>
---
README.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md
From: Aníbal Limón <limon.anibal@...>
Signed-off-by: Aníbal Limón <limon.anibal@...>
---
README.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md
|
By
Aníbal Limón <anibal.limon@...>
·
#28366
·
|
|
[[PATCH][qa-tools] 00/16] Add Toaster test suite support
This set of changes adds toaster test suite to qa-tools repo.
Summary,
- Add ToasterHelper class for clone/setup/start/stop toaster.
- Add Toaster test suite script, mainly work did by QA Rumania
This set of changes adds toaster test suite to qa-tools repo.
Summary,
- Add ToasterHelper class for clone/setup/start/stop toaster.
- Add Toaster test suite script, mainly work did by QA Rumania
|
By
Aníbal Limón <anibal.limon@...>
·
#28367
·
|
|
Re: Where should I append Yocto bitbake task to create work folder symlink ?
If you're using a postfunc you don't need to addtask at all: using postfuncs means you don't need to have a separate task at all.
Ross
If you're using a postfunc you don't need to addtask at all: using postfuncs means you don't need to have a separate task at all.
Ross
|
By
Burton, Ross <ross.burton@...>
·
#28365
·
|
|
Re: Where should I append Yocto bitbake task to create work folder symlink ?
Cheers, mate!
That solves my issue (but with small fix).
do_unpack[postfuncs] += "do_latest_link"
instead
do_unpack[postfuncs] += "latest_link"
Because, without
Cheers, mate!
That solves my issue (but with small fix).
do_unpack[postfuncs] += "do_latest_link"
instead
do_unpack[postfuncs] += "latest_link"
Because, without
|
By
Woronicz, Bartosz ( NSN - PL/Wroclaw) <bartosz.woronicz@...>
·
#28364
·
|
|
Re: Installing only part of linux-firmware
Digging deeper, I can see that versions 13 and 16 are in the linux-firmware source repository, so it is just a question of adding a package. I was already just adding the one firmware image I
Digging deeper, I can see that versions 13 and 16 are in the linux-firmware source repository, so it is just a question of adding a package. I was already just adding the one firmware image I
|
By
Chris Trobridge <christrobridge@...>
·
#28363
·
|
|
Re: systemd and update-rc.d
Okay, solved it. It turned out that systemd was not in the image package.
This separation between distro.conf and image.conf is little error-prone to me.
But now it works.
Greetings
Okay, solved it. It turned out that systemd was not in the image package.
This separation between distro.conf and image.conf is little error-prone to me.
But now it works.
Greetings
|
By
Norbert Belfin <nbelfin@...>
·
#28362
·
|
|
Re: Installing only part of linux-firmware
I have been pondering linux-firmware recently too.
I have a device fitted that requires the 'iwlwifi-7260' firmware.
This was working but the current driver is requesting versions 13 to 10 of the
I have been pondering linux-firmware recently too.
I have a device fitted that requires the 'iwlwifi-7260' firmware.
This was working but the current driver is requesting versions 13 to 10 of the
|
By
Chris Trobridge <christrobridge@...>
·
#28361
·
|
|
Re: Where should I append Yocto bitbake task to create work folder symlink ?
do_unpack[postfuncs] += "latest_link" will run latest_link after unpack has executed.
Ross
do_unpack[postfuncs] += "latest_link" will run latest_link after unpack has executed.
Ross
|
By
Burton, Ross <ross.burton@...>
·
#28360
·
|
|
Re: Where should I append Yocto bitbake task to create work folder symlink ?
Ok, but I don't want to run it everytime, just after the do_unpack. What I need to put it in requirements for each recipe ?
Maybe something like
do_unpack[require] = "latest_link"
but I cannot find
Ok, but I don't want to run it everytime, just after the do_unpack. What I need to put it in requirements for each recipe ?
Maybe something like
do_unpack[require] = "latest_link"
but I cannot find
|
By
Woronicz, Bartosz ( NSN - PL/Wroclaw) <bartosz.woronicz@...>
·
#28359
·
|
|
wic adds wrong mount lines to my fstab
Hello list,
I am using wic to generate partitioned yocto images. After I boot such
an Image, I see two added entrys in my /etc/fstab wich are not correct.
cat /etc/fstab
#
# /etc/fstab: static file
Hello list,
I am using wic to generate partitioned yocto images. After I boot such
an Image, I see two added entrys in my /etc/fstab wich are not correct.
cat /etc/fstab
#
# /etc/fstab: static file
|
By
Oliver Graute
·
#28358
·
|
|
systemd and update-rc.d
Hello,
I "activated" systemd as described in the development manual .
My distro.conf (excerpt):
When I build my distribution the following error appears while do_rootfs:
Hello,
I "activated" systemd as described in the development manual .
My distro.conf (excerpt):
When I build my distribution the following error appears while do_rootfs:
|
By
Norbert Belfin <nbelfin@...>
·
#28357
·
|
|
Re: What is the correct way to get a list of package run-time dependencies during the build process?
>So I wasn't quite right - I think you also need to come after do_packagedata and also you'll need to read the subpackage metadata. Inspired by insane.bbclass, this works:
>addtask printrdeps
>So I wasn't quite right - I think you also need to come after do_packagedata and also you'll need to read the subpackage metadata. Inspired by insane.bbclass, this works:
>addtask printrdeps
|
By
Reshetova, Elena <elena.reshetova@...>
·
#28356
·
|