summaryrefslogtreecommitdiffstats
path: root/classes
AgeCommit message (Collapse)Author
2016-09-07releaseinfo.bbclass: ignore dependency on DATETIMEReinette Chatre
As part of rootfs generation the date is written to filesystem. Having DATETIME in the function causes the do_rootfs task hash to change frequently as reported with errors like: ERROR: systemdev-image-1.0-r0 do_rootfs: Taskhash mismatch a1c74ee774635585c54d2a99b174b52b verses 92fa56f8bc76ff7d1c927202fe918b29 for <snip>/meta-systemdev/recipes-systemdev/images/systemdev-image.bb.do_rootfs ERROR: Taskhash mismatch a1c74ee774635585c54d2a99b174b52b verses 92fa56f8bc76ff7d1c927202fe918b29 for <snip>/meta-systemdev/recipes-systemdev/images/systemdev-image.bb.do_rootfs Exclude the DATETIME value from the checksum computation. Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Reviewed-by: Joe Konno <joe.konno@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
2015-01-23Systemdev: Initial commitDarren Hart
The meta-systemdev layer provides a Distro definition (systemdev), and image recipes intended for system development, validation, and benchmarking. The base systemdev-image provides a console-based image with analysis tools, test suites, and benchmarks. The SDK variants add a toolchain and development libraries. The XFCE variants add the XFCE desktop and graphical benchmarks. Signed-off-by: Darren Hart <dvhart@linux.intel.com>