gateway-dk-ask: pin ASK with libxml2 2.12+ compat fix for fmc

Update ASK to a commit that adds a libxml2 compatibility patch for
fmc. Newer libxml2 (2.12+) changed the xmlStructuredErrorFunc
callback signature to take a const error pointer. Without the patch,
fmc fails to compile against libxml2 2.12+ headers (Ubuntu Resolute
and other distros with newer libxml2).
This commit is contained in:
Tomaz Zaman 2026-04-15 13:40:55 +02:00 committed by Igor
parent 3e9a2bb058
commit efa6a22cde

View File

@ -15,7 +15,7 @@
# Source repos and refs (pinned to match Yocto)
# For local testing: set ASK_REPO="file:///path/to/ASK" — the Docker mount hook below handles it
declare -g ASK_REPO="https://github.com/we-are-mono/ASK.git"
declare -g ASK_BRANCH="commit:252b6db5a274383917c7a7688c931d61409978c2"
declare -g ASK_BRANCH="commit:9ea9bda759de70f75fc994fdc8bfa83a54f66f67"
declare -g FMLIB_REPO="https://github.com/nxp-qoriq/fmlib.git"
declare -g FMLIB_COMMIT="7a58ecaf0d90d71d6b78d3ac7998282a472c4394"
declare -g FMC_REPO="https://github.com/nxp-qoriq/fmc.git"