Bug 14686 - genimage.cfg have a hard-coded .ext4 extension which is not compatible with others filesystems's extension
Summary: genimage.cfg have a hard-coded .ext4 extension which is not compatible with o...
Status: RESOLVED WONTFIX
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-23 12:47 UTC by Roman
Modified: 2022-03-24 08:32 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
Last portion of the log (2.04 KB, text/x-log)
2022-03-23 12:47 UTC, Roman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman 2022-03-23 12:47:53 UTC
Created attachment 9251 [details]
Last portion of the log

Hello, I tried to build an image with a btrfs filesystem for a raspberry pi but at the end of the make command the genimage script look for a file ending by a .ext4 extension where it should be a .btrfs in my case. Setting the desired extension make the build succeed. 

Please note that I'm new to the embedded world so I may be missing a configuration somewhere, you can find the relevant part of the log attached.

Thank you very much.
Comment 1 Arnout Vandecappelle 2022-03-23 19:49:25 UTC
The genimage.cfg that is shipped with Buildroot is only meant for the Buildroot configuration. If you change the configuration, you're also expected to change other parts accordingly.
Comment 2 Roman 2022-03-24 08:32:07 UTC
My bad, thank you for your time :-)