This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
===================================== | |
GRUB 2.12~rc1: ./test-suite.log | |
===================================== | |
# TOTAL: 85 | |
# PASS: 62 | |
# SKIP: 2 | |
# XFAIL: 0 | |
# FAIL: 1 | |
# XPASS: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
date total(ml) total(count) day(ml) day(count) night(ml) night(count) percentage(night/total) | |
10-25.txt 2695 15 1180 8 1515 7 56.215 | |
10-28.txt 1385 10 1025 7 360 3 25.992 | |
10-29.txt 2575 12 2205 8 370 4 14.368 | |
10-30.txt 965 6 465 3 500 3 51.813 | |
10-31.txt 2375 11 2255 8 120 3 5.052 | |
11-01.txt 1235 8 855 5 380 3 30.769 | |
11-02.txt 1500 10 785 6 715 4 47.666 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/tmp$ mkdir spm | |
~/tmp$ cd spm/ | |
~/tmp/spm$ wget -c -m -A .fd -np -nd https://downloads.trustedfirmware.org/tf-a/spm/ | |
--2020-11-19 10:15:44-- https://downloads.trustedfirmware.org/tf-a/spm/ | |
Resolving downloads.trustedfirmware.org (downloads.trustedfirmware.org)... 65.9.144.102, 65.9.144.9, 65.9.144.80, ... | |
Connecting to downloads.trustedfirmware.org (downloads.trustedfirmware.org)|65.9.144.102|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 2496 (2.4K) [text/html] | |
Saving to: ‘index.html.tmp’ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -u /home/lsandov1/repos/tf/dockerfiles/bionic-amd64-tf-a-build/Dockerfile /home/lsandov1/repos/tf/dockerfiles/bionic-amd64-tf-m-build/Dockerfile | |
--- /home/lsandov1/repos/tf/dockerfiles/bionic-amd64-tf-a-build/Dockerfile 2020-10-30 11:27:16.014786401 -0600 | |
+++ /home/lsandov1/repos/tf/dockerfiles/bionic-amd64-tf-m-build/Dockerfile 2020-10-30 11:11:52.069777265 -0600 | |
@@ -93,10 +93,14 @@ | |
&& apt clean \ | |
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | |
+## Latest toolchains, available in $PATH. There can be newer versions of toolchains at | |
+## upstream projects but these are latest for the docker image | |
+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- job: | |
name: tf-a-builder | |
project-type: freestyle | |
defaults: global | |
properties: | |
- build-discarder: | |
days-to-keep: 180 | |
num-to-keep: 180 | |
- authorization: | |
anonymous: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; This buffer is for text that is not saved, and for Lisp evaluation. | |
;; To create a file, visit it with C-x C-f and enter text in its buffer. | |
-*- mode: compilation; default-directory: "/ext/repos/tf-a-m-static-check/" -*- | |
Compilation started at Thu Sep 3 11:36:47 | |
make TF-M-CI-SCRIPTS-REPO=/home/lsandov1/repos/tf-m/tf-m-ci-scripts tf-m-coverity | |
rm -rf /ext/repos/tf-a-m-static-check/workspace | |
mkdir -p /ext/repos/tf-a-m-static-check/workspace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo swupd bundle-list | grep dev-utils | |
dev-utils | |
dev-utils-dev | |
$ swupd bundle-list | grep dev-utils | |
Error: Failed to retrieve 30880 MoM manifest | |
Warning: Could not determine which installed bundles are experimental | |
dev-utils | |
dev-utils-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Patchtest | |
From Intelpedia | |
Patchtest | |
Patchtest is community project which aims to do basic checks for community patches that get into the Openembedded-Core mailing list. Patchtest gets patches from Patchwork and execute the suite defined on Patchtest-OE, the latter containing checks that apply to OpenEmbedded-Core project. | |
Current server running patchtest (patchtest.yocto.io) through a cronjob can be reached through this ssh config | |
Host yoctoiojump |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PPLIMAGE='set terminal png fontscale 1 size 1280,720' | |
function bsplots() { | |
local STAT=$1 | |
OUT="set output '$STAT.task-recipe.png'" | |
../scripts/contrib/bb-perf/buildstats-plot.sh -s "$STAT" -n 20 > input.gpl | |
gnuplot -e "$GPLIMAGE;$OUT" input.gpl | |
OUT="set output '$STAT.task.png'" | |
../scripts/contrib/bb-perf/buildstats-plot.sh -s "$STAT" -S > input.gpl | |
gnuplot -e "$GPLIMAGE;$OUT" input.gpl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
== Patching in the YP | |
. <<anchor-git-basics,Basics>> Git commands | |
. Table of YP's <<anchor-yp-repositories, Repositories>> | |
. Patch's <<anchor-patch-creation,creation>> | |
. Patch's <<anchor-patch-submission,submission>> | |
. <<anchor-post-patch, Post-patch>> submission | |
. <<anchor-good-os-practices,Good OpenSource practices>> | |
. <<anchor-scripts, Scritps>> | |
. <<anchor-links, Links>> |
NewerOlder