[yocto] [meta-selinux][PATCH] audit: fix qa warning of unrecognised config

Shrikant Bobade bobadeshrikant at gmail.com
Fri Aug 14 02:36:31 PDT 2015


On Fri, Aug 14, 2015 at 2:29 PM, Khem Raj <raj.khem at gmail.com> wrote:

> On Fri, Aug 14, 2015 at 1:53 AM, Shrikant Bobade
> <bobadeshrikant at gmail.com> wrote:
> > Hi,
> >
> > observed: WARNING: QA Issue: audit: configure was passed unrecognised
> > options: --with-armeb [unknown-configure-option]
> > on core-image-selinux (poky-selinux distro)
> >
> > build tag:
> > Build Configuration:
> > BB_VERSION        = "1.27.1"
> > BUILD_SYS         = "x86_64-linux"
> > NATIVELSBSTRING   = "Ubuntu-12.04"
> > TARGET_SYS        = "arm-poky-linux-gnueabi"
> > MACHINE           = "qemuarm"
> > DISTRO            = "poky-selinux"
> > DISTRO_VERSION    = "1.8+snapshot-20150814"
> > TUNE_FEATURES     = "arm armv5 thumb dsp"
> > TARGET_FPU        = "soft"
> > meta
> > meta-yocto
> > meta-yocto-bsp    = "master:a533776d6ff83b6e3e830137455b8382d002768b"
> > meta-selinux      = "master:684ee9401f33db7c9d5b183988d89c688c9dd0be"
> >
> >
> > Thanks
> > Shrikant
> >
> > On Fri, Aug 14, 2015 at 2:16 PM, Shrikant Bobade <
> bobadeshrikant at gmail.com>
> > wrote:
> >>
> >> From: Shrikant Bobade <shrikant_bobade at mentor.com>
> >>
> >> remove --with-armeb=yes to fix the configure
> >> unrecognised option qa warning.
> >>
> >> Signed-off-by: Shrikant Bobade <shrikant_bobade at mentor.com>
> >> ---
> >>  recipes-security/audit/audit_2.4.3.bb |    1 -
> >>  1 file changed, 1 deletion(-)
> >>
> >> diff --git a/recipes-security/audit/audit_2.4.3.bb
> >> b/recipes-security/audit/audit_2.4.3.bb
> >> index 8f125c0..31f4b03 100644
> >> --- a/recipes-security/audit/audit_2.4.3.bb
> >> +++ b/recipes-security/audit/audit_2.4.3.bb
> >> @@ -41,7 +41,6 @@ EXTRA_OECONF += "--without-prelude \
> >>          --without-python3 \
> >>          --disable-zos-remote \
> >>         "
> >> -EXTRA_OECONF_append_arm = " --with-armeb=yes"
>
> this is not right fix because the option has been renamed so you
> should change it to
>
> EXTRA_OECONF_append_arm = " --with-arm=yes"
>
> and while you are at ti also add
>
> EXTRA_OECONF_append_aarch64 = " --with-aarch64=yes"
>

Thanks, I will update the patch and will re-send it.

Thanks
Shrikant
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20150814/2f509005/attachment.html>


More information about the yocto mailing list