diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:51:18 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 20:34:21 +0100 |
commit | 044e5189549de11b2a94efd29a6009a76162b8f1 (patch) | |
tree | 4dc85b3a341140dad9f203b10d711cb74fe2dc3a /meta-initramfs | |
parent | 7f3176f6288516fb79378c3e6ec4c03fa1a8c98d (diff) | |
download | meta-openembedded-044e5189549de11b2a94efd29a6009a76162b8f1.tar.gz |
smbnetfs gnome-disk-utility contacts kexecboot initramfs-kexecboot-klibc-image system-config-keyboard system-setup-keyboard geany geany-plugins efivar efibootmgr gimp system-config-keyboard tumbler: Blacklist
* fails repeatedly as reported in:
http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111112.html
http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111173.html
http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111180.html
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-initramfs')
-rw-r--r-- | meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb | 1 | ||||
-rw-r--r-- | meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb index b7a8a9356..8010c91e5 100644 --- a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb +++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb | |||
@@ -11,3 +11,4 @@ python () { | |||
11 | raise bb.parse.SkipPackage("'nios2' not supported arch") | 11 | raise bb.parse.SkipPackage("'nios2' not supported arch") |
12 | } | 12 | } |
13 | 13 | ||
14 | PNBLACKLIST[initramfs-kexecboot-klibc-image] ?= "Runtime depends on blacklisted kexecboot-klibc" | ||
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb index 45095f311..a695ea6bf 100644 --- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb +++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb | |||
@@ -73,3 +73,6 @@ pkg_postinst_${PN} () { | |||
73 | } | 73 | } |
74 | 74 | ||
75 | BBCLASSEXTEND = "klibc" | 75 | BBCLASSEXTEND = "klibc" |
76 | |||
77 | PNBLACKLIST[kexecboot] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132823/" | ||
78 | PNBLACKLIST[kexecboot-klibc] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132853/" | ||