update container to the pyro supported version

(cherry picked from commit 1b8883be12)
This commit is contained in:
Doug Goldstein
2017-09-28 13:55:43 -05:00
parent c7d40b7e36
commit f822a1e21f

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# what container are we using to build this
CONTAINER="starlabio/yocto:1.5"
CONTAINER="cardoe/yocto:pyro"
einfo() {
echo "$*" >&2