mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 12:49:34 +02:00
bitbake-dev: Note that python 2.6 is needed
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -32,6 +32,10 @@ from bb.ui import uievent
|
|||||||
|
|
||||||
__version__ = "1.9.0"
|
__version__ = "1.9.0"
|
||||||
|
|
||||||
|
if sys.hexversion < 0x020600F0:
|
||||||
|
print "Sorry, python 2.6 or later is required for this version of bitbake"
|
||||||
|
sys.exit(1)
|
||||||
|
|
||||||
#============================================================================#
|
#============================================================================#
|
||||||
# BBOptions
|
# BBOptions
|
||||||
#============================================================================#
|
#============================================================================#
|
||||||
|
|||||||
Reference in New Issue
Block a user