Skip to content

Commit

Permalink
Added commented out options in local.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
erstoddard committed Jun 1, 2023
1 parent 6bf2c16 commit 2b434bf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions conf/rzboard/local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ PACKAGE_CLASSES ?= "package_rpm"
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
EXTRA_IMAGE_FEATURES ?= "debug-tweaks tools-sdk tools-debug"

# Uncomment following line to remove Simple ISP
#REMOVE_SIMPLE_ISP = "1"

PATCHRESOLVE = "noop"

BB_DISKMON_DIRS ??= "\
Expand Down Expand Up @@ -61,6 +64,14 @@ BB_NO_NETWORK = "0"
# Source code download options
#DL_DIR = "${HOME}/downloads"

# Uncomment following lines to set desired number of threads
#PARALLEL_MAKE = "-j x"
#BB_NUMBER_THREADS = "y"

# Uncomment following lines to enable icecc compilation
#INHERIT += "icecc"
#ICECC_PARALLEL_MAKE = "-j 24"

# How to change a local repository group
# eg: Suppose the kernel and u-boot code are stored in the local Gitlab group repository
# http://192.168.2.100/renesas/
Expand Down

0 comments on commit 2b434bf

Please sign in to comment.