mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
314541f600
Used items() and range() APIs instead of iteritems() and xrange() as latter don't exist in python 3 [YOCTO #9584] (Bitbake rev: 372dd3abcb201bd9ac2c3189c5505d3578ce0dd0) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
contrib directory for toaster This directory holds code that works with Toaster, without being an integral part of the Toaster project. It is intended for testing code, testing fixtures, tools for Toaster, etc. NOTE: This directory is NOT a Python module.