• Adam Wujek's avatar
    build: remove buildroot packages from download-info · 242fbd5a
    Adam Wujek authored
    Instead of keeping the list of archives in build/download-info which should be
    downloaded for buildroot, we use "make source" to do the same job.
    However, the task of building buildroot had to split into 3 tasks:
    --init (unpack and configure buildroot)
    --download (download the source of used buildroot packages)
    --build (compile buildroot packages, etc.)
    
    The reason for this change is to avoid updating the download-info file when
    buildroot package is updated. Additionally ltrace is not downloaded as an
    archive, but it is cloned git repo. After the clone it is packed into archive.
    In the current state our framework cannot do the same.
    Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
    242fbd5a
Name
Last commit
Last update
..
wrs_build_at91boot Loading commit data...
wrs_build_barebox Loading commit data...
wrs_build_gateware Loading commit data...
wrs_build_kernel Loading commit data...
wrs_build_modules Loading commit data...
wrs_build_ptp Loading commit data...
wrs_build_userspace Loading commit data...
wrs_build_wraprootfs Loading commit data...
wrs_buildroot_build Loading commit data...
wrs_buildroot_download Loading commit data...
wrs_buildroot_init Loading commit data...
wrs_download Loading commit data...
wrs_functions Loading commit data...