Bug 255861 - [WPE][Tools] cross-toolchain-helper: allow several image types per target and add support deploying those.
Summary: [WPE][Tools] cross-toolchain-helper: allow several image types per target and...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WPE WebKit (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Carlos Alberto Lopez Perez
URL:
Keywords:
Depends on:
Blocks: 249031 256283
  Show dependency treegraph
 
Reported: 2023-04-24 04:05 PDT by Carlos Alberto Lopez Perez
Modified: 2023-05-09 06:06 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Alberto Lopez Perez 2023-04-24 04:05:26 PDT
The script cross-toolchain-helper should be able to generate different image types that are useful for different scenarios.

 - For example:

 Use case 1) a raw or wic image: useful for deploying the image to a SDCard
 Use case 2) a tarball image: useful for deploying the image to a local directory for network (NFS) booting

So in the config of each target board it should be possible to specify which types of images should be generated, which can be more than one type.

The script should be able also to deploy the image generated. This will be used on the bots for automating the deployment after building the images
Comment 1 Carlos Alberto Lopez Perez 2023-04-24 04:40:44 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13096
Comment 2 EWS 2023-05-09 06:06:13 PDT
Committed 263861@main (e00e2b475934): <https://commits.webkit.org/263861@main>

Reviewed commits have been landed. Closing PR #13096 and removing active labels.