aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/irqbalance/irqbalance_git.bb
blob: aa7f0de9424a665b338b318e8e422a0f4fc70de1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Copyright (C) 2015 Wind River Systems, Inc.
#

require irqbalance.inc

SRCREV = "b3adb5fd1496833e4e2cebc958d3919178cd5e3d"
PV = "1.8.0+git"

SRC_URI = "git://github.com/Irqbalance/irqbalance;branch=master;protocol=https \
           file://add-initscript.patch \
           file://irqbalance-Add-status-and-reload-commands.patch \
          "

S = "${WORKDIR}/git"

CFLAGS += "-Wno-error=format-security"