Home
last modified time | relevance | path

Searched refs:rebuild (Results 1 – 25 of 140) sorted by relevance

123456

/OK3568_Linux_fs/buildroot/docs/manual/
H A Drebuilding-packages.txt4 [[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 Dusing-buildroot-development.txt21 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 Dfaq-troubleshooting.txt90 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 Dpackage-make-target.txt88 | +rebuild+ | Re-run the compilation commands - this only makes
92 | +reconfigure+ | Re-run the configure commands, then rebuild - this only
H A Dcustomize-rootfs.txt79 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 Dgdb_build_jobs_and_not_write_crash_target.patch8 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 D0001-cross_add_configure_option.patch23 else make --no-print-directory rebuild; fi
/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DREADME66 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 D0004-Fix-gen_lex_hash-execution.patch13 # 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 Denvsetup.sh85 rebuild) bpkg_run "build install deploy" $2 ;;
89 rebuild-update) bpkg_run "build install update" $2 ;;
/OK3568_Linux_fs/buildroot/
H A Denvsetup.sh85 rebuild) bpkg_run "build install deploy" $2 ;;
89 rebuild-update) bpkg_run "build install update" $2 ;;
H A DREADME.rockchip17 5. Run "make <pkg>-dirclean <pkg>" to perform a clean-rebuild for a package
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dkirkwood-iomega_ix2_200.dts55 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 Dlinux.mk638 .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 DREADME2 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 Dinitramfs.mk22 rootfs-initramfs: linux-rebuild-with-initramfs
/OK3568_Linux_fs/u-boot/doc/SPI/
H A DREADME.altera_spi2 - 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 Dquote_cctype.patch5 …@$(SH) -c '(test $(BUILDTYPE) = rebuild -o $(BUILDTYPE) = `$(CAT) OSTYPE`) || (echo Already built …
/OK3568_Linux_fs/debian/scripts/
H A Drockbian.sh9 rebuild)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/drbd/drbd-utils/
H A D0001-drbdmon-add-LDFLAGS-when-linking.patch28 # do not try to rebuild Makefile itself
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/
H A Dbinutils-cross-canadian.inc12 # 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 Dpkg-generic.mk1126 $(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 Dlibnftnl_1.2.1.bb37 # Alter the Makefile so that it does not try and rebuild anything in
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/
H A Dmeta-extsdk-toolchain.bb19 # 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 Dlibstd-rs.inc36 …# files that get installed. Those are really only needed to incrementally rebuild the libstd libra…

123456