summaryrefslogtreecommitdiffstats
path: root/classes/fsl-eula-unpack.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* fsl-eula-unpack: add FSL_EULA_FILE to vardepsexcludeChristopher Larson2013-10-281-0/+2
| | | | | | | | | | | FSL_EULA_FILE is defined with :=, which means it contains a full absolute path to the layer directory. If this is allowed to make it into the task checksum, it becomes impossible to use the shared states for these recipes without having meta-fsl-arm in the exact same path in the filesystem it was in when the sstate archives were created. Add FSL_EULA_FILE to do_unpack[vardepsexclude]. Signed-off-by: Christopher Larson <kergoth@gmail.com>
* fsl-eula-unpack: Avoid unbound local exception.Alex Gonzalez2012-12-041-0/+1
| | | | | | | This commit fixes an unbound local exception caused by save_cwd not being defined when fsl-eula is not true. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fsl-eula-unpack.bbclass: Support Freescale EULA binaries unpackOtavio Salvador2012-10-021-0/+60
This class provides the mechanism used for unpacking the .bin file downloaded by HTTP and handle the EULA acceptance. Change-Id: I88857c7dac94568c5bced4e712744087638de68a Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>