aboutsummaryrefslogtreecommitdiff
path: root/mkroot
AgeCommit message (Expand)Author
2024-05-05Doc: fix typos in mkroot READMEIvan Mirić
2024-04-29Don't rely on (skippable) airlock build to set mkroot VERSION.Rob Landley
2024-04-29If /dev/tty was never associated, writing to it produces an error.Rob Landley
2024-04-20Two changes to record-commands: 1) busybox find doesn't understand commasRob Landley
2024-04-18Let record-commands be run from an arbitrary directory.Rob Landley
2024-04-08Build armv4l kernel.Rob Landley
2024-04-08Stop forcing CONFIG_EXPERT on to disable other symbols.Rob Landley
2024-04-07Fix powerpc, mips64, and s390x boards under qemu.Rob Landley
2024-04-05Fix creating initramfs.cpio.gz without building kernel.Rob Landley
2024-04-01Move GENERIC_KCONF adjacent to get_target_config() and allow it toRob Landley
2024-03-31Use be2csv on all kernel configs, including generic section.Rob Landley
2024-03-31Simplify record-commands a little.Rob Landley
2024-03-30Add microblaze kernel config, and be2csv function to convertRob Landley
2024-03-30Peel out KARGS and VMLINUX default values.Rob Landley
2024-03-30Update README generation.Rob Landley
2024-03-30Add /etc/os-release file.Rob Landley
2024-03-28Add sh4eb target, with BINFMT_FLAT support.Rob Landley
2024-02-13Fixed typo in mkroot/packages/busyboxAskar Safin
2024-01-28Fix ps in mkroot (claim tty) and redirect stdout/stderr to real console as well.Rob Landley
2024-01-18The dtb files wander around the linux source tree, so use find.Rob Landley
2023-12-29Move the target config if/else staircase into its own function.Rob Landley
2023-12-29Stop using oneit, manually redirect console instead.Rob Landley
2023-12-16First chunk of mkroot README. Still missing a lot.Rob Landley
2023-12-16Move the modules archive under docs.Rob Landley
2023-12-15Add basic or1k support. (Kernel doesn't know how to exit qemu yet.)Rob Landley
2023-12-15Replace panic=1 argument with PANIC_TIMEOUT=1 confg symbol, andRob Landley
2023-12-15Add NOTOYBOX variable to optionally skip the toybox build.Rob Landley
2023-11-13Update package version and hit build with a rock until it finishes.Rob Landley
2023-11-13Let run-qemu.sh be run from other directories.Rob Landley
2023-09-01Slight simplification.Rob Landley
2023-07-30Also pull out toybox-$ARCH binaries, and scp to website with command line args.Rob Landley
2023-07-30Better "no kernel" calculation.Rob Landley
2023-07-28Replace $TARGET with $CROSS, fix .config dependency on sh, move OUTDOC=Rob Landley
2023-07-27Comment tweaks.Rob Landley
2023-07-27Old script I had lying around to build busybox as a mkroot package.Rob Landley
2023-07-27Move mkroot/root to mkroot/packages.Rob Landley
2023-07-25Script to tar up mkroot output for web page, with top level README.Rob Landley
2023-07-25Use logpath out of $PATH if available.Rob Landley
2023-07-25Move kernel configs into "docs" subdirectory, and add microconfig.Rob Landley
2023-07-25Move -m 256 before $@ so setting memory on command line overrides default.Rob Landley
2023-07-13Use portable cpio -R instead of --no-preserve-owner.Rob Landley
2023-05-08Fix space embedded in KCONF= string.Rob Landley
2023-05-06Alas, mount -t vfat needs NLS nonsense to work, even when UTF8 enabled.Rob Landley
2023-05-05Shell can test if a fd is open with "2>/dev/null <fd" so remove test -TRob Landley
2023-05-05Merge most KERNEL_CONFIG uses into KCONF=csv via new NAME=VALUE syntax.Rob Landley
2023-05-05Use test -T in mkroot init.Rob Landley
2023-04-24Simplify J-core config slightly.Rob Landley
2023-04-23Update sh2eb config (for j-core turtle board).Rob Landley
2023-04-16Move mkroot into its own directory.Rob Landley