]> code.ossystems Code Review - openembedded-core.git/commit
rootfs.py: strip kernel-abiversion useless readline
authorHongxu Jia <hongxu.jia@windriver.com>
Sun, 26 Jan 2014 10:14:17 +0000 (18:14 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Feb 2014 11:50:28 +0000 (11:50 +0000)
commit17a0a8f44fe344ab1ae49730d9f17705b43987e5
tree109a94262959b20822da98fb922b451bc9d0ed00
parent9cdecb3935962653733705ad6313558bfd4fda29
rootfs.py: strip kernel-abiversion useless readline

It failed to read Kernel version from kernel-abiversion
file, the reason was it didn't strip the readline.
...
 Error: Kernel version 3.10.25-yocto-standard
  does not match kernel-abiversion (3.10.25-yocto-standard)
...

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
meta/lib/oe/rootfs.py