diff options
author | Zhenhua Luo <zhenhua.luo@nxp.com> | 2016-06-13 19:47:34 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-14 12:56:33 +0100 |
commit | 46bc438374de74af76d288520c6252c9b7840767 (patch) | |
tree | b69326e9f934493c6f9e6d6da22a8dd025ec9039 /meta/lib/oe/terminal.py | |
parent | d2b6e325a00e77e6fbee25f3b46cb73af29f1652 (diff) | |
download | openembedded-core-46bc438374de74af76d288520c6252c9b7840767.tar.gz openembedded-core-46bc438374de74af76d288520c6252c9b7840767.tar.bz2 openembedded-core-46bc438374de74af76d288520c6252c9b7840767.zip |
image.bbclass: do exact match for rootfs type
Do exact match for rootfs type, instead of pattern match, to avoid
unexpected build error due to redundant rootfs type build.
E.g. when building ext2.gz.u-boot, both .gz.u-boot and .u-boot are matched,
the following build error will appear, actually .u-boot is not needed.
| mkimage: Can't open .../core-image-minimal-<machine>-<yyyymmddhhmmss>.rootfs.ext2.gz: No such file or directory
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oe/terminal.py')
0 files changed, 0 insertions, 0 deletions