The correct field name is "supplier" according to SPDX schema.
The "supplier" field translates to "PackageSupplier", but that's for
tag-value format.
Signed-off-by: Mihai Lindner
---
meta/classes/create-spdx.bbclass | 6 +++---
meta/lib/oe/spdx.py
Fix "NameError: name 'orig_path' is not defined".
It's a typo from when this error was handled outside this function.
Signed-off-by: Mihai Lindner
---
scripts/lib/wic/plugins/source/rootfs.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scrip
Please backport this to dunfell.
Thanks,
Mihai
On Sat, Aug 29, 2020 at 06:09 AM, Michael Gloff wrote:
>
> psplash expects the fifo to be in /run or specified
> by PSPLASH_FIFO_DIR. This patch allows psplash to
> quit normally. Also, fix the work around of using
> echo directly into the fifo and
l-efi.sh: Remove unnecessary udev rules file to avoid
> errors
>
> .../initrdscripts/files/init-install-efi.sh|7 +--
> 1 file changed, 5 insertions(+), 2 deletions(-)
>
Both fixed; tested here also.
Thanks,
--
Mihai Lindner
Yocto Project QA
Intel OTC
___
Add ssh_options to be used, the same, by ssh and scp:
Decrease LogLevel to ERROR, to suppress warnings (e.g. ssh host
verifications, two warnings in case of having openssh with hpn patches);
We no longer presume that the first line is a warning.
Signed-off-by: Mihai Lindner
---
meta/lib/oeqa
Set longMessage to True for all tests derived from oeRuntimeTest, in
order to have somewhat info on assertions with cryptic or no messages.
Signed-off-by: Mihai Lindner
---
meta/lib/oeqa/oetest.py| 2 ++
meta/lib/oeqa/runtime/smart.py | 2 --
2 files changed, 2 insertions(+), 2
Use a file object to generate a our test file instead of calling `dd`;
removes dd's output from testimage.log, keeps unittest output clean.
Also remove unused imports.
Signed-off-by: Mihai Lindner
---
meta/lib/oeqa/runtime/scp.py | 19 +--
1 file changed, 9 insertions(+
/cgit.cgi/poky-contrib/log/?h=mihai/tests
Mihai Lindner (3):
oeqa/oetest: oeRuntimeTest: enable long messages
oeqa/utils/sshcontrol: tweak ssh options
oeqa/runtime/scp: replace dd call
meta/lib/oeqa/oetest.py | 2 ++
meta/lib/oeqa/runtime/scp.py | 19 +--
meta
Hello all,
The idea of "oe-selftest" would be to have an extra method of testing to
cover what's not addressed by sanity tests, bitbake-selftest or image
run-time testing. More information and some example tests are posted in
the related bug, here:
https://bugzilla.yoctoproject.org/show_bug.cgi?id
On 10/26/2012 05:44 PM, Paul Eggleton wrote:
On Friday 26 October 2012 17:37:17 Mihai Lindner wrote:
Check for lsb_release command (package name should be lsb-release for
most package managers) to avoid "Unknown" Linux distributions, untested
distro warnings and "Unknown" d
On 10/26/2012 05:44 PM, Paul Eggleton wrote:
On Friday 26 October 2012 17:37:17 Mihai Lindner wrote:
Check for lsb_release command (package name should be lsb-release for
most package managers) to avoid "Unknown" Linux distributions, untested
distro warnings and "Unknown" d
Check for lsb_release command (package name should be lsb-release for
most package managers) to avoid "Unknown" Linux distributions, untested
distro warnings and "Unknown" dir in ./sstate-cache/
Also add lsb-release in host's software needs, Fedora and CentOS for now.
Sig
Make sure `lsb_release` exists;
Documentation updated to reflect the above;
Replace "/" to avoid subdirectories in ./sstate-cache/
Signed-off-by: Mihai Lindner
---
The following changes since commit 3f14eb3674d44b61fe19016902d41cae57be8e6c:
poky.conf: Add multiarch to DISTRO_FEATURE
Use "-" instead of "/" in "n/a" strings ("Distributor ID" and/or
"Release"), provided by `lsb_release`.
This leads to directories and subdirectories created in ./sstate-cache/
e.g. Distro-n/a/ where "Distro-n" is dir and "a"
"ERROR: Nothing PROVIDES 'grub-efi-x86_64-native'" is returned when
trying to build meta-intel/meta-cedartrail with DEFAULTTUNE = "core2-64"
Used TRANSLATED_TARGET_ARCH instead of TARGET_ARCH in grub-efi.bbclass
[YOCTO #3013]
Signed-off-by: Mihai Lindner
---
Miha
"ERROR: Nothing PROVIDES 'grub-efi-x86_64-native'" is returned when
trying to build meta-intel/meta-cedartrail with DEFAULTTUNE = "core2-64"
Used TRANSLATED_TARGET_ARCH instead of TARGET_ARCH in grub-efi.bbclass
[YOCTO #3013]
Signed-off-by: Mihai Lindner
---
met
Yocto #2926: syslog.conf should not have tabs within the selector field.
Removed tabs from the selector field of syslog rules. Tabs or spaces
should be used, in syslog.conf, only when separating selectors from
actions.
Signed-off-by: Mihai Lindner
---
meta/recipes-extended/sysklogd/files
Yocto #2926: syslog.conf should not have tabs within the selector field.
Removed tabs from the selector field of syslog rules. Tabs or spaces
should be used, in syslog.conf, only when separating selectors from
actions.
Signed-off-by: Mihai Lindner
---
The following changes since commit
Badness:" or "is unsafe for cross-compilation".
#$ grep -e 'CROSS COMPILE Badness:' -e 'is unsafe for cross-compilation'
/home/ddalex/ssd/yocto/build/tmp/work/i586-poky-linux/gcc-4.7.1+svnr188658-r2/gcc-4_7-branch/build.i586-poky-lin
Placed $D between braces ${D} to be correctly expanded to the
workdir path, instead of a path relative to host rootfs.
Currently, bitbake sudo fails on host systems where sudo is not
installed.
Signed-off-by: Mihai Lindner
---
meta/recipes-extended/sudo/sudo_1.8.4p4.bb |6 +++---
1 file
Placed $D between braces ${D} to be correctly expanded to the
workdir path, instead of a path relative to host rootfs.
Currently, bitbake sudo fails on host systems where sudo is not
installed.
Signed-off-by: Mihai Lindner
---
meta/recipes-extended/sudo/sudo_1.8.4p4.bb |6 +++---
1 file
Signed-off-by: mihai lindner
---
.../{xf86-video-intel_2.18.0.bb => xf86-video-intel_2.19.0.bb} |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.18.0.bb =>
xf86-video-intel_2.19.0.bb} (82%)
diff --git
22 matches
Mail list logo