Skip to content

Instantly share code, notes, and snippets.

View sparklespdx's full-sized avatar

J Farwell sparklespdx

  • Seattle, WA
View GitHub Profile
@sparklespdx
sparklespdx / disable-secureboot-lockdown.patch
Created November 4, 2018 18:48
disable-secureboot-lockdown.patch
From b441037246a1398a1504de430d69e8c879cea65c Mon Sep 17 00:00:00 2001
From: Fedora Kernel Team <kernel-team@fedoraproject.org>
Date: Sat, 20 Oct 2018 17:44:11 -0700
Subject: [PATCH] disable compulsory lockdown in secure boot mode
Signed-off-by: Fedora Kernel Team <kernel-team@fedoraproject.org>
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index 06b7e82..9629a76 100644
--- a/arch/x86/kernel/setup.c
@sparklespdx
sparklespdx / Dockerfile.bladeRF_git_2017.12-rc1
Last active August 15, 2018 05:43
SoapyBladeRF Docker Test Cases
# This dockerfile builds BladeRF, SoapySDR, and SoapyBladeRF.
# We are using the 2017.12-rc1 release because it's the version in the PPA.
# This is mainly to validate the build environment.
# This build passes.
# BladeRF2 board is not recognized by bladeRF-cli or Soapy.
FROM ubuntu:18.04
ENV DEBIAN_FRONTEND noninteractive
ENV LD_PRELOAD_DIR /usr/local/lib:/usr/local/lib64
ENV PATH $PATH:/usr/local/bin:/usr/local/sbin