xfsprogs, xfsdump, dmapi: blacklist, needs upgrade to stay compatible with default kernel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2016-09-11 09:37:12 +02:00
parent 754111f078
commit 6ba3b309d7
3 changed files with 7 additions and 0 deletions

View File

@ -29,3 +29,5 @@ do_install () {
install -d ${D}${libdir}
oe_runmake install install-dev PKG_DEVLIB_DIR=${libdir}
}
PNBLACKLIST[dmapi] ?= "Depends on broken xfsprogs"

View File

@ -34,3 +34,5 @@ do_install () {
oe_runmake install
oe_runmake install-dev
}
PNBLACKLIST[xfsdump] ?= "Depends on broken xfsprogs"

View File

@ -50,3 +50,6 @@ do_install () {
# needed for xfsdump
oe_runmake install-dev
}
# http://errors.yoctoproject.org/Errors/Details/83236/
PNBLACKLIST[xfsprogs] ?= "BROKEN: Needs upgrade to 4.5.0 version to be compatible with Kernel uapi changes from 4.5"