diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2017-02-13 23:32:40 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-16 12:06:36 +0100 |
commit | 1d8dca3e4a8879dd3b16bd96fe27cce24b7eedcd (patch) | |
tree | 36df606a2566d2e47845cce1229b01f36d15d115 /meta-initramfs/recipes-bsp/kexecboot | |
parent | 1fa716b28bdc413c6e38f09b9a8878e593180fd1 (diff) | |
download | meta-openembedded-1d8dca3e4a8879dd3b16bd96fe27cce24b7eedcd.tar.gz |
kexecboot(-klibc)_0.6: remove blacklisting
Recipe does build with the pending changes for meta-initramfs.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-initramfs/recipes-bsp/kexecboot')
-rw-r--r-- | meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb index a695ea6bf..45095f311 100644 --- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb +++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb | |||
@@ -73,6 +73,3 @@ 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/" | ||