Skip to content

Instantly share code, notes, and snippets.

View silvio's full-sized avatar

silvio silvio

  • reutlingen, germany
View GitHub Profile
@silvio
silvio / 0001-package-fftw-correct-openmp-flag-handling.patch
Last active February 4, 2016 12:43
wrong fftw flag handling in buildroot
From 87c6aafa804248d322f5e958672920966326db87 Mon Sep 17 00:00:00 2001
Message-Id: <87c6aafa804248d322f5e958672920966326db87.1454589756.git.silvio.fricke@gmail.com>
From: Silvio Fricke <silvio.fricke@gmail.com>
Date: Thu, 4 Feb 2016 13:42:30 +0100
Subject: [PATCH] package/fftw: correct openmp flag handling
Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com>
---
package/fftw/fftw.mk | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
@silvio
silvio / keybase.md
Last active November 23, 2015 08:46
keybase.io approve gist

Keybase proof

I hereby claim:

  • I am silvio on github.
  • I am silviof (https://keybase.io/silviof) on keybase.
  • I have a public key whose fingerprint is A728 8DB1 2833 B8DB B232 5AC4 F1AB F9DB 2186 BC24

To claim this, I am signing this object:

@silvio
silvio / main.rs
Created July 28, 2015 08:35
Wrong print of self.datasize of a struct.
use std::io::Write;
use std::error::Error;
use std::fs::File;
use std::io::Read;
use std::ops::Range;
use std::ops::Index;
macro_rules! println_stderr {
($($arg:tt)*) => {
#name:user:group:mode
gemalto-*:sfr:sfr:0700
From a5e137918a0d940b51ad5611eff270a904be41a0 Mon Sep 17 00:00:00 2001
From: Silvio Fricke <silvio.fricke@gmail.com>
Date: Thu, 11 Dec 2014 20:04:22 +0100
Subject: [PATCH] linux-git: remove rc indication
The rc indication breaks with the version ruling of pacman. Before this
patch we have the situation that pacman assumpting that
3.18.rc4.r278.g5f01feb greater than 3.18.r2866.g92a578b, but this isn't
right. Commit 92a578b in fact is a (3.19.)rc0 tag which are not tagged
at all. So we remove the rc completly.
### Keybase proof
I hereby claim:
* I am silvio on github.
* I am silviof (https://keybase.io/silviof) on keybase.
* I have a public key whose fingerprint is 1376 84BF 3EBF 5A25 0F12 773B C80B FF32 026F C011
To claim this, I am signing this object:
@silvio
silvio / gist:2991b98d291c3e15ba79
Created May 9, 2014 13:42
fuse based fielsystem - problems with listing of files
usr@usrpod /development/gitarchives/bb-x86-build % ./scripts/bbenvfs -f ./x &
usr@urrpod /development/gitarchives/bb-x86-build % ls -al ./x
ls: cannot access ./x/config-board: Input/output error
ls: cannot access ./x/config: Input/output error
ls: cannot access ./x/init: Input/output error
ls: reading directory ./x: Input/output error
total 4
drwxr-xr-x 2 usr usr 0 Jan 1 1970 .
drwxr-xr-x 16 usr usr 4096 May 9 15:32 ..
-????????? ? ? ? ? ? config
@silvio
silvio / 0001-git-fix-30473.patch
Created April 18, 2014 08:27
patch for git PKGBUILD to get git-subtree in git package
From 952dad6a928a1e9fe89b4147e8ec2a5458c1e67b Mon Sep 17 00:00:00 2001
From: Silvio Fricke <silvio.fricke@gmail.com>
Date: Fri, 18 Apr 2014 09:56:44 +0200
Subject: [PATCH] git: fix #30473
Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com>
---
git/trunk/PKGBUILD | 5 +++++
1 file changed, 5 insertions(+)
@silvio
silvio / gist:9810198
Last active August 29, 2015 13:57
openocd some failures
> reset
adapter speed: 1000 kHz
JTAG tap: imx6.dap tap/device found: 0x4ba00477 (mfg: 0x23b, part: 0xba00, ver: 0x4)
TAP imx6.sdma does not have IDCODE
JTAG tap: imx6.sjc tap/device found: 0x2191c01d (mfg: 0x00e, part: 0x191c, ver: 0x2)
Locking debug access failed on first, but succeeded on second try.
BUG: can't assert only SRST
Locking debug access failed on first, but succeeded on second try.
@silvio
silvio / 0001-rework-install-pathes.patch
Created February 18, 2014 22:27
some patches to improve aur package icecc
From 708e341c4968408b4304c81d3b10417a137569ac Mon Sep 17 00:00:00 2001
From: Silvio F <silvio@port1024.net>
Date: Tue, 18 Feb 2014 23:06:52 +0100
Subject: [PATCH 1/3] rework install pathes
Signed-off-by: Silvio F <silvio@port1024.net>
---
PKGBUILD | 12 ++++--------
icecc-scheduler.service | 2 +-
icecc.service | 2 +-