Skip to content

Commit

Permalink
feat: dump thead-kernel's version
Browse files Browse the repository at this point in the history
feat: update .gitignore
  • Loading branch information
ryan4yin committed Aug 7, 2023
1 parent 1957ece commit cdc9764
Show file tree
Hide file tree
Showing 3 changed files with 608 additions and 22 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,16 @@
# (WIP)the rootfs and boot image for boot from emmc.
boot = self.nixosConfigurations.lp4a-cross-emmc.config.system.build.bootImage;
rootfs = self.nixosConfigurations.lp4a-cross-emmc.config.system.build.rootfsImage;

# the custom kernel, only used for debugging.
# use `nix develop .#kernel` to enter the environment with the custom kernel build environment available.
# and then use `unpackPhase` to unpack the kernel source code and cd into it.
# then you can use `make menuconfig` to configure the kernel.
#
# problem
# - using `make menuconfig` - Unable to find the ncurses package.
# - using `make revyos_defconfig` - awk not found.
kernel = pkgsKernelCross.linuxPackages_thead.kernel.dev;
};

# use `nix develop .#fhsEnv` to enter the fhs test environment defined here.
Expand Down
Loading

0 comments on commit cdc9764

Please sign in to comment.