image build and composition scripts for Flatcar Container Linux
Go to file
Chris Masone 6224cba9c7 [crosutils] Make chromium/libcros mismatch messages more semantically accurate
The messages printed out by the code that checks if chromium's libcros and the system's libcros are
in sync were kind of confusing and not quite accurate.  The system library implements a range of API
versions, and it is chromium that requires a particular version of the API.  The messages now clearly
reflect this.

BUG=None
TEST=manual

Change-Id: I7308d7eb724edfb7fa11edbe0fbec86ee12c5afe
Reviewed-on: http://gerrit.chromium.org/gerrit/1136
Reviewed-by: David James <davidjames@chromium.org>
Tested-by: Chris Masone <cmasone@chromium.org>
2011-05-19 13:31:52 -07:00
bin Revert "ARM: enable kernel signing by default" 2011-05-12 12:39:53 -07:00
bootperf-bin Enhancements to bootperf, based on recent user feedback. 2011-02-17 10:33:28 -08:00
chroot_version_hooks.d chroot_upgrade: rename things before it's too late 2011-05-13 15:36:10 -07:00
lib Arbitrarily large output can't be used in an exception. 2011-04-28 15:29:12 -07:00
mod_for_factory_scripts fix factory scripts based on nvrm changes 2011-04-08 10:00:01 -07:00
mod_for_test_scripts Revert "This change removes the autotest mount-specific change from the mod_for_test scripts as we no longer need executable /tmp or /home for autotest." 2011-01-12 14:36:51 -08:00
.gitignore ignore: tmp files and .pyc files 2010-09-09 14:25:33 -07:00
archive_build.sh Archive build uses commands that may need to reassemble and re-emerge components. This gets it to pass USE flags in case some of the components are desired in a non-default configuration. 2011-05-02 11:37:12 -04:00
archive_hwqual Fix archive_hwqual to point to non-py file. 2011-03-24 19:55:28 -07:00
bash_completion cros_workon: fix comments/messages to be consistent with new location 2011-02-05 11:42:19 -08:00
build_gpt.sh Add 64bit support to the build scripts. 2011-05-18 10:07:46 -07:00
build_image Add 64bit support to the build scripts. 2011-05-18 10:07:46 -07:00
build_kernel_image.sh Revert "ARM: enable kernel signing by default" 2011-05-12 12:39:53 -07:00
build_packages Add symlinks to new build scripts. This obviates the need to run setup_source_tree.sh. 2010-02-19 14:54:50 -08:00
call_autoserv.py Added HWQual utility script - call_script.py 2011-01-27 16:19:55 -08:00
check_control_files.sh This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
check_deps Add more exceptions to check_deps to allow usage of icedtea. 2010-05-13 11:06:51 -07:00
chromeos_blacklist Blacklist pulseaudio and perl to make sure they don't creep in. 2011-04-26 11:50:52 -07:00
chromeos-common.sh Switch to GPT-format disk images. 2010-03-30 14:17:34 -07:00
clean_loopback_devices This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
common.sh Remove testing utilities and fix symlinks. 2011-03-24 16:06:59 -07:00
create_esp.sh This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
create_legacy_bootloader_templates.sh This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
cros_deps_diff add cros_deps_diff tool that creates dependency graph diffs 2010-07-08 14:52:37 -07:00
cros_download_latest_image This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
cros_generate_breakpad_symbols This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
cros_generate_deps_graphs Refactor the dot graph generation out of cros_generate_deps_graphs 2010-07-01 13:41:25 -07:00
cros_run_unit_tests Remove testing utilities and fix symlinks. 2011-03-24 16:06:59 -07:00
cros_show_stacks This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
dot_helper.py Refactor the dot graph generation out of cros_generate_deps_graphs 2010-07-01 13:41:25 -07:00
emit_gpt_scripts.sh This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
enable_localaccount.sh This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
enter_chroot.sh Fix chroot permissions on shared memory so POSIX semaphores work. 2011-05-05 20:10:16 -07:00
file_copy.py Changes to enable dev in stateful partition for usb and startup 2010-03-11 15:30:38 -08:00
fixup_image_for_qemu.py Use 1280x1024 resolution when running ChromeOS under qemu. 2011-03-29 06:58:17 -07:00
generate_au_zip.py Packaging convert_recovery_to_ssd script for use during the delta generation. 2011-05-06 16:18:25 -07:00
generate_test_report Remove testing utilities and fix symlinks. 2011-03-24 16:06:59 -07:00
get_latest_image.sh This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
get_package_list This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
image_to_live.sh Move some dev scripts into dev/host. 2011-03-23 14:34:53 -07:00
image_to_usb.sh Allow file in --from arg 2011-03-21 18:56:04 -07:00
image_to_vm.sh Use 1280x1024 resolution when running ChromeOS under qemu. 2011-03-29 06:58:17 -07:00
inherit-review-settings-ok Update WATCHLISTS and CRR 2010-06-10 01:36:40 -07:00
make_chroot Add symlinks to new build scripts. This obviates the need to run setup_source_tree.sh. 2010-02-19 14:54:50 -08:00
make_developer_script_runner.sh This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
make_factory_package.sh make_factory_package: allow calling from outside the chroot 2011-02-09 01:16:04 +01:00
make_universal_factory_shim.sh crosutils: rename "merge_shim_image.sh' to 'make_universal_factory_shim.sh" 2011-05-18 23:09:38 -07:00
mk_memento_images.sh This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
mod_image_for_recovery.sh Add 64bit support to the build scripts. 2011-05-18 10:07:46 -07:00
mod_image_for_test.sh Add 64bit support to the build scripts. 2011-05-18 10:07:46 -07:00
mount_gpt_image.sh Allow file in --from arg 2011-03-21 18:56:04 -07:00
namevalue These files are required by 'pushimage'. 2011-05-18 11:52:32 -07:00
pushimage Copy over updates to pushimage from crostools (isn't forking scripts fun?) 2011-05-18 17:35:26 -07:00
remote_access.sh Revert remote_access refactor. 2011-02-01 17:06:12 -08:00
resize_stateful_partition.sh This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
run_chroot_version_hooks chroot_upgrade: rename things before it's too late 2011-05-13 15:36:10 -07:00
run_remote_tests.sh Remove testing utilities and fix symlinks. 2011-03-24 16:06:59 -07:00
serve_factory_packages.py Run devserver with --factory_config. Add --start_devserver flag. 2010-11-04 12:56:02 -07:00
set_shared_user_password.sh Cleanup set_shared_user_password related transitional code. 2011-04-29 10:24:26 -07:00
setup_board Add symlinks to new build scripts. This obviates the need to run setup_source_tree.sh. 2010-02-19 14:54:50 -08:00
ssh_test.sh Restore ssh test as its a direct dep of cros_vm_lib.sh 2011-03-25 15:39:30 -07:00
start_devserver scripts: call devserver/payload generators from chroot & delete moved scripts 2011-03-01 22:57:33 +01:00
stdlib.sh These files are required by 'pushimage'. 2011-05-18 11:52:32 -07:00
sysroot_wrapper Add symlinks to new build scripts. This obviates the need to run setup_source_tree.sh. 2010-02-19 14:54:50 -08:00
test_build_root [crosutils] Make chromium/libcros mismatch messages more semantically accurate 2011-05-19 13:31:52 -07:00
test_image This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
update_bootloaders.sh Revert "Install VbNvContext storage file" 2011-04-22 15:55:53 +08:00
update_chroot version_hooks: integrate upgrade hooks into chroot updater 2011-05-17 15:51:32 -07:00
update_kernel.sh update_kernel: be smarter 2011-04-20 17:27:37 -07:00
upload_symbols This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
verify_rootfs_chksum.sh src/scripts: remove all references to verity_depth 2011-04-28 13:50:33 -07:00
WATCHLISTS Broaden jimhebert watchlist to include both sources of kernelparam changes 2011-03-31 14:15:46 -07:00