OE-Core has include a package.bbclass change which has changes
the behaviour from the strip logic.
This patch restore the old beaviour so we have same functional
result as before.
See http://patches.openembedded.org/patch/65311/
Change-Id: Iee83b7b057c5db01c5b7ea435f6b35b508e23119
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true"
PACKAGES_DYNAMIC = "${PN}-*"
+INHIBIT_PACKAGE_STRIP = "1"
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
PACKAGES += "${PN}-meta"