mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
apparmor: ptest fail to build on arm
exclude arm and aarch64 ptest tasks [v2&3] Sent before committing. Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -123,6 +123,15 @@ do_install () {
|
||||
fi
|
||||
}
|
||||
|
||||
#Building ptest on arm fails.
|
||||
do_compile_ptest_aarch64 () {
|
||||
:
|
||||
}
|
||||
|
||||
do_compile_ptest_arm () {
|
||||
:
|
||||
}
|
||||
|
||||
do_compile_ptest () {
|
||||
oe_runmake -C ${B}/tests/regression/apparmor
|
||||
oe_runmake -C ${B}/parser/tst
|
||||
@@ -150,6 +159,15 @@ do_install_ptest () {
|
||||
cp -rf ${B}/binutils ${t}
|
||||
}
|
||||
|
||||
#Building ptest on arm fails.
|
||||
do_install_ptest_aarch64 () {
|
||||
:
|
||||
}
|
||||
|
||||
do_install_ptest_arm() {
|
||||
:
|
||||
}
|
||||
|
||||
pkg_postinst_ontarget_${PN} () {
|
||||
if [ ! -d /etc/apparmor.d/cache ] ; then
|
||||
mkdir /etc/apparmor.d/cache
|
||||
|
||||
Reference in New Issue
Block a user