bitbake.conf: use .ubifs.img extension in IMAGE_CMD_ubi
authorBen Gardiner <bengardiner@nanometrics.ca>
Tue, 15 Mar 2011 18:13:55 +0000 (14:13 -0400)
committerTom Rini <tom_rini@mentor.com>
Wed, 16 Mar 2011 02:05:55 +0000 (19:05 -0700)
commit7308e68fc26cdbffa08d311a2319c8d1c3b2805f
tree6b8d260b8b0d877286613cc3868e7bf06349e918
parentcfde49e8d0f1cf09d589910f1a342849db148519
bitbake.conf: use .ubifs.img extension in IMAGE_CMD_ubi

The current IMAGE_CMD_ubi creates an interim image with a .rootfs.ubifs
extension.

The ubifs image created is not considered a valid rootfs without a UBI
container.

Change the filename of the iterim ubifs image used by IMAGE_CMD_ubi to
.ubifs.img to match the IMAGE_CMD_ubifs command.

Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca>
Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
conf/bitbake.conf