Skip to content

Instantly share code, notes, and snippets.

@rossburton
rossburton / patch.mermaid
Created October 12, 2023 12:53
Patch Triage Workflow
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#! /usr/bin/env python3
import re
import datetime
import sys
def line_parser(line):
# 2020-11-13 14:18:50 - INFO - NOTE: recipe kmod-27-r0: task do_populate_lic_setscene: Started
regex = re.compile(r"^([-\d]{10} [:\d]{8}).+NOTE: recipe (.+): task (.+): (\w+)$")
match = regex.match(line)
SUMMARY = "Power management tests"
LICENSE = "GPLv2+"
SRC_URI = "git://git.linaro.org/power/pm-qa.git;protocol=https;branch=master"
SRCREV = "5ead8481bc9b315dfd71e0d34384d1cc7a923007"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
S = "${WORKDIR}/git"
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by myproject configure 123, which was
generated by GNU Autoconf 2.69b. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
@rossburton
rossburton / proxy-test.swift
Created May 18, 2020 10:54
List all proxies
//
// main.swift
// thingfortoss
//
// Created by iain on 20/04/2020.
// Copyright © 2020 Falsevictories. All rights reserved.
//
import Foundation
#! /bin/sh
set -e
ENVS=`mktemp --suffix -wipe-deploy-envs`
bitbake -p -e > $ENVS
eval `grep -F STAMPS_DIR= $ENVS`
eval `grep -F DEPLOY_DIR= $ENVS`
rm -f $ENVS
ross 29674 1.7 0.0 99264 46068 pts/0 S+ 14:52 0:00 | \_ python /home/ross/Yocto/poky/bitbake/bin/bitbake core-image-weston
ross 29686 37.0 0.3 586308 238116 pts/0 Sl+ 14:52 0:18 | \_ python /home/ross/Yocto/poky/bitbake/bin/bitbake core-image-weston
ross 29688 0.0 0.0 168536 41784 pts/0 Sl+ 14:52 0:00 | \_ python /home/ross/Yocto/poky/bitbake/bin/bitbake core-image-weston
ross 29755 2.8 0.1 132808 88340 pts/0 S+ 14:52 0:00 | \_ bitbake-worker: binutils-cross_2.25.1.bb:do_populate_sysroot
ross 29759 0.7 0.1 135344 87364 ? Ss 14:52 0:00 | \_ bitbake-worker: linux-yocto_4.1.bb:do_patch
ross 30148 0.7 0.1 135124 87232 ? Ss 14:52 0:00 | \_ bitbake-worker: opensp_1.5.2.bb:do_configure
ross 32609 1.0 0.1 135236 87344 ? Ss 14:52 0:00 | \_ bitba
#! /bin/sh
set -e
ENVS=`mktemp --suffix -wipe-deploy-envs`
bitbake -p -e > $ENVS
eval `grep -F STAMPS_DIR= $ENVS`
eval `grep -F DEPLOY_DIR= $ENVS`
rm -f $ENVS
Owners by count
Jussi Kukkonen <jussi.kukkonen@intel.com> 230
Alexander Kanavin <alexander.kanavin@intel.com> 109
No maintainer 72
Ross Burton <ross.burton@intel.com> 51
Robert Yang <liezhi.yang@windriver.com> 48
Chen Qi <Qi.Chen@windriver.com> 48
Maxin B. John <maxin.john@intel.com> 45
Alejandro Hernandez <alejandro.hernandez@linux.intel.com> 38
Hongxu Jia <hongxu.jia@windriver.com> 37
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.