The debug symbol split now raises an error as bellow:
,----[ Error ]
| Failed to write file: invalid section alignment
| ERROR: debugedit failed with exit code 1 ...
`----
This happens because the binaries from Freescale are stripped, to
avoid it we need to avoid the debug splitting.
Change-Id: I1a1aee2a8e3bf806455300c21e6e5c41eb543795
Reported-by: Michael Urbaniak <MikeU@ebtron.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true"
PACKAGES_DYNAMIC = "${PN}-*"
+INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
do_install_append() {
# FIXME: This link points to nowhere