-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add generic image_builder #206
Conversation
…cript JIRA: CI-494
In phoenixrtos/build there is no libasan.so.8 installed by default which results in broken host tools. JIRA: CI-494
PREFIX_H PREFIX_ROOTFS CROSS CFLAGS CXXFLAGS LDFLAGS CC LD AR AS MAKEFLAGS DEVICE_FLAGS PLO_SCRIPT_DIR\ | ||
PREFIX_SYSROOT LIBPHOENIX_DEVEL_MODE | ||
|
||
source ./build.project |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unit Test Results6 800 tests 6 174 ✅ 31m 20s ⏱️ Results for commit f7fc6cf. ♻️ This comment has been updated with latest results. |
c2785ed
to
1981594
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's ok to me for merge as-is my comments are mainly notes, typos or ideas for future
JIRA: CI-494
JIRA: CI-494
1981594
to
5838e8d
Compare
New generic tool for generating target plo scripts and partition / disk images. JIRA: CI-494
5838e8d
to
f7fc6cf
Compare
Description
New generic tool for generating target plo scripts and partition / disk
images.
size
param parsingIn phoenixrtos/build there is no libasan.so.8 installed by default which
results in broken host tools.
Motivation and Context
Types of changes
How Has This Been Tested?
Checklist:
Building: add new dependencies phoenix-rtos-doc#212
Special treatment
PR with usage: Introduce generic image_builder phoenix-rtos-project#1169