Kernel should be unique in a multilib system, so we remove the linux-yocto's extension in multilib.conf
Signed-off-by: Dongxiao Xu <[email protected]> --- meta/conf/multilib.conf | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index eec1da7..f23fbb7 100644 --- a/meta/conf/multilib.conf +++ b/meta/conf/multilib.conf @@ -242,7 +242,6 @@ BBCLASSEXTEND_append_pn-libxxf86vm = " ${MULTILIBS}" BBCLASSEXTEND_append_pn-libzypp = " ${MULTILIBS}" BBCLASSEXTEND_append_pn-lighttpd = " ${MULTILIBS}" BBCLASSEXTEND_append_pn-linux-libc-headers = " ${MULTILIBS}" -BBCLASSEXTEND_append_pn-linux-yocto = " ${MULTILIBS}" BBCLASSEXTEND_append_pn-logrotate = " ${MULTILIBS}" BBCLASSEXTEND_append_pn-lrzsz = " ${MULTILIBS}" BBCLASSEXTEND_append_pn-lsb = " ${MULTILIBS}" -- 1.7.1 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
