| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | rebuilding-packages.txt | 4 [[full-rebuild]] 5 === Understanding when a full rebuild is necessary 10 tools. In some cases, Buildroot should rebuild the entire system, in 16 rebuild is necessary. As a hint, here are a few rules of thumb that 20 rebuild is needed. Changing the architecture variant, the binary 24 * When the toolchain configuration is changed, a complete rebuild 31 rebuild is not necessarily needed. Buildroot will detect that this 34 have already been built, Buildroot will not automatically rebuild 36 can rebuild them manually, or you should do a full rebuild. For 44 either have to do a full rebuild, or rebuild +ctorrent+ itself. [all …]
|
| H A D | using-buildroot-development.txt | 21 source code of one package, and be able to quickly rebuild the system 73 <pkg>-rebuild+ and +make <pkg>-reconfigure+ targets. A +make 74 <pkg>-rebuild all+ sequence will _rsync_ the source code from 83 make linux-rebuild all 91 make busybox-rebuild all
|
| H A D | faq-troubleshooting.txt | 90 then you should certainly run a full rebuild (see xref:make-tips[] for 136 and rebuild all those packages. For example, package A depends 158 applied on the output directory without having to rebuild 161 are changed (we would have to detect this, and rebuild the package 220 complete rebuild, approximately 15 to 20 minutes. Note that 228 about (see xref:rebuild-pkg[]), but beware that sometimes full 229 rebuilds are anyway necessary (see xref:full-rebuild[]);
|
| H A D | package-make-target.txt | 88 | +rebuild+ | Re-run the compilation commands - this only makes 92 | +reconfigure+ | Re-run the configure commands, then rebuild - this only
|
| H A D | customize-rootfs.txt | 79 directly and rebuild the image. The target filesystem is available 81 rebuild the target filesystem image. 86 refer to xref:full-rebuild[] for details. This solution is therefore
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/crash/crash/ |
| H A D | gdb_build_jobs_and_not_write_crash_target.patch | 8 Don't write ${TARGET} to crash.target which causes rebuild fails. 21 - else make --no-print-directory rebuild; fi 23 + else make --no-print-directory ${GDB_MAKE_JOBS} rebuild; fi
|
| H A D | 0001-cross_add_configure_option.patch | 23 else make --no-print-directory rebuild; fi
|
| /OK3568_Linux_fs/u-boot/lib/optee_clientApi/ |
| H A D | README | 66 a515160d optee: v1 rebuild ca/ta to support new OP-TEE MSG 68 a515160d optee: v1 rebuild ca/ta to support new OP-TEE MSG 70 26c9dd9b rebuild libRkTeeWeaver.v1.so for new OP-TEE MSG
|
| /OK3568_Linux_fs/buildroot/package/oracle-mysql/ |
| H A D | 0004-Fix-gen_lex_hash-execution.patch | 13 # this avoid the rebuild of the built files in a source dist 25 # this avoid the rebuild of the built files in a source dist
|
| /OK3568_Linux_fs/buildroot/build/ |
| H A D | envsetup.sh | 85 rebuild) bpkg_run "build install deploy" $2 ;; 89 rebuild-update) bpkg_run "build install update" $2 ;;
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | envsetup.sh | 85 rebuild) bpkg_run "build install deploy" $2 ;; 89 rebuild-update) bpkg_run "build install update" $2 ;;
|
| H A D | README.rockchip | 17 5. Run "make <pkg>-dirclean <pkg>" to perform a clean-rebuild for a package
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | kirkwood-iomega_ix2_200.dts | 55 pmx_led_rebuild: pmx-led-rebuild { 95 pmx_led_rebuild_brt_ctrl_1: pmx-led-rebuild-brt-ctrl-1 { 99 pmx_led_rebuild_brt_ctrl_2: pmx-led-rebuild-brt-ctrl-2 {
|
| /OK3568_Linux_fs/buildroot/linux/ |
| H A D | linux.mk | 638 .PHONY: linux-rebuild-with-initramfs 639 linux-rebuild-with-initramfs: $(LINUX_DIR)/.stamp_target_installed 640 linux-rebuild-with-initramfs: $(LINUX_DIR)/.stamp_images_installed 641 linux-rebuild-with-initramfs: rootfs-cpio 642 linux-rebuild-with-initramfs:
|
| /OK3568_Linux_fs/kernel/kernel/bpf/preload/iterators/ |
| H A D | README | 2 If you change "iterators.bpf.c" do "make -j" in this directory to rebuild "iterators.skel.h".
|
| /OK3568_Linux_fs/buildroot/fs/initramfs/ |
| H A D | initramfs.mk | 22 rootfs-initramfs: linux-rebuild-with-initramfs
|
| /OK3568_Linux_fs/u-boot/doc/SPI/ |
| H A D | README.altera_spi | 2 - Instantiate EPCS/EPCQx1 Serial flash controller in QSys and rebuild
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/ |
| H A D | quote_cctype.patch | 5 …@$(SH) -c '(test $(BUILDTYPE) = rebuild -o $(BUILDTYPE) = `$(CAT) OSTYPE`) || (echo Already built …
|
| /OK3568_Linux_fs/debian/scripts/ |
| H A D | rockbian.sh | 9 rebuild)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/drbd/drbd-utils/ |
| H A D | 0001-drbdmon-add-LDFLAGS-when-linking.patch | 28 # do not try to rebuild Makefile itself
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/ |
| H A D | binutils-cross-canadian.inc | 12 # We have to point binutils at a sysroot but we don't need to rebuild if this changes
|
| /OK3568_Linux_fs/buildroot/package/ |
| H A D | pkg-generic.mk | 1126 $(1)-clean-for-rebuild: $(1)-clean-for-reinstall 1129 $(1)-rebuild: $(1)-clean-for-rebuild $(1) 1131 $(1)-clean-for-reconfigure: $(1)-clean-for-rebuild 1320 $(1)-clean-for-rebuild \ 1338 $(1)-rebuild \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/libnftnl/ |
| H A D | libnftnl_1.2.1.bb | 37 # Alter the Makefile so that it does not try and rebuild anything in
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/ |
| H A D | meta-extsdk-toolchain.bb | 19 # If a taskhash changes we need to use the latest hash changes. With unihash we may not rebuild.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/ |
| H A D | libstd-rs.inc | 36 …# files that get installed. Those are really only needed to incrementally rebuild the libstd libra…
|