diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-11 09:37:12 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-10-03 19:19:54 +0200 |
| commit | 6ba3b309d7e3c2db0421ddae0f9204961b5cebdb (patch) | |
| tree | f8c8d2bc328c94191b4707d9947c6f8988270e7a | |
| parent | 754111f078d986ee811aba64dab70e58da123412 (diff) | |
| download | meta-openembedded-6ba3b309d7e3c2db0421ddae0f9204961b5cebdb.tar.gz | |
xfsprogs, xfsdump, dmapi: blacklist, needs upgrade to stay compatible with default kernel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-filesystems/recipes-utils/dmapi/dmapi_2.2.12.bb | 2 | ||||
| -rw-r--r-- | meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.4.bb | 2 | ||||
| -rw-r--r-- | meta-filesystems/recipes-utils/xfsprogs/xfsprogs_3.2.3.bb | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-utils/dmapi/dmapi_2.2.12.bb b/meta-filesystems/recipes-utils/dmapi/dmapi_2.2.12.bb index 50ecef179b..0242a70231 100644 --- a/meta-filesystems/recipes-utils/dmapi/dmapi_2.2.12.bb +++ b/meta-filesystems/recipes-utils/dmapi/dmapi_2.2.12.bb | |||
| @@ -29,3 +29,5 @@ do_install () { | |||
| 29 | install -d ${D}${libdir} | 29 | install -d ${D}${libdir} |
| 30 | oe_runmake install install-dev PKG_DEVLIB_DIR=${libdir} | 30 | oe_runmake install install-dev PKG_DEVLIB_DIR=${libdir} |
| 31 | } | 31 | } |
| 32 | |||
| 33 | PNBLACKLIST[dmapi] ?= "Depends on broken xfsprogs" | ||
diff --git a/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.4.bb b/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.4.bb index 5fa5339342..fe5aef1583 100644 --- a/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.4.bb +++ b/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.4.bb | |||
| @@ -34,3 +34,5 @@ do_install () { | |||
| 34 | oe_runmake install | 34 | oe_runmake install |
| 35 | oe_runmake install-dev | 35 | oe_runmake install-dev |
| 36 | } | 36 | } |
| 37 | |||
| 38 | PNBLACKLIST[xfsdump] ?= "Depends on broken xfsprogs" | ||
diff --git a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_3.2.3.bb b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_3.2.3.bb index f38239c373..460a898691 100644 --- a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_3.2.3.bb +++ b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_3.2.3.bb | |||
| @@ -50,3 +50,6 @@ do_install () { | |||
| 50 | # needed for xfsdump | 50 | # needed for xfsdump |
| 51 | oe_runmake install-dev | 51 | oe_runmake install-dev |
| 52 | } | 52 | } |
| 53 | |||
| 54 | # http://errors.yoctoproject.org/Errors/Details/83236/ | ||
| 55 | PNBLACKLIST[xfsprogs] ?= "BROKEN: Needs upgrade to 4.5.0 version to be compatible with Kernel uapi changes from 4.5" | ||
