diff options
| -rw-r--r-- | meta-xilinx-core/conf/bblayers.conf.sample | 38 | ||||
| -rw-r--r-- | meta-xilinx-core/conf/local.conf.sample | 278 |
2 files changed, 0 insertions, 316 deletions
diff --git a/meta-xilinx-core/conf/bblayers.conf.sample b/meta-xilinx-core/conf/bblayers.conf.sample deleted file mode 100644 index a98e8936..00000000 --- a/meta-xilinx-core/conf/bblayers.conf.sample +++ /dev/null | |||
| @@ -1,38 +0,0 @@ | |||
| 1 | LCONF_VERSION = "7" | ||
| 2 | |||
| 3 | BBPATH = "${TOPDIR}" | ||
| 4 | BBFILES ?= "" | ||
| 5 | |||
| 6 | BBLAYERS ?= " \ | ||
| 7 | ##OEROOT##/meta \ | ||
| 8 | ##OEROOT##/meta-poky \ | ||
| 9 | ##OEROOT##/../meta-openembedded/meta-perl \ | ||
| 10 | ##OEROOT##/../meta-openembedded/meta-python \ | ||
| 11 | ##OEROOT##/../meta-openembedded/meta-filesystems \ | ||
| 12 | ##OEROOT##/../meta-openembedded/meta-gnome \ | ||
| 13 | ##OEROOT##/../meta-openembedded/meta-multimedia \ | ||
| 14 | ##OEROOT##/../meta-openembedded/meta-networking \ | ||
| 15 | ##OEROOT##/../meta-openembedded/meta-webserver \ | ||
| 16 | ##OEROOT##/../meta-openembedded/meta-xfce \ | ||
| 17 | ##OEROOT##/../meta-openembedded/meta-initramfs \ | ||
| 18 | ##OEROOT##/../meta-openembedded/meta-oe \ | ||
| 19 | ##OEROOT##/../meta-browser/meta-chromium \ | ||
| 20 | ##OEROOT##/../meta-qt5 \ | ||
| 21 | ##OEROOT##/../meta-xilinx/meta-xilinx-core \ | ||
| 22 | ##OEROOT##/../meta-xilinx/meta-xilinx-bsp \ | ||
| 23 | ##OEROOT##/../meta-xilinx/meta-xilinx-pynq \ | ||
| 24 | ##OEROOT##/../meta-xilinx/meta-xilinx-standalone \ | ||
| 25 | ##OEROOT##/../meta-xilinx/meta-xilinx-contrib \ | ||
| 26 | ##OEROOT##/../meta-xilinx/meta-xilinx-vendor \ | ||
| 27 | ##OEROOT##/../meta-xilinx-tools \ | ||
| 28 | ##OEROOT##/../meta-petalinux \ | ||
| 29 | ##OEROOT##/../meta-virtualization \ | ||
| 30 | ##OEROOT##/../meta-openamp \ | ||
| 31 | ##OEROOT##/../meta-jupyter \ | ||
| 32 | ##OEROOT##/../meta-python2 \ | ||
| 33 | ##OEROOT##/../meta-clang \ | ||
| 34 | " | ||
| 35 | |||
| 36 | BBLAYERS_NON_REMOVABLE ?= " \ | ||
| 37 | ##OEROOT##/meta \ | ||
| 38 | " | ||
diff --git a/meta-xilinx-core/conf/local.conf.sample b/meta-xilinx-core/conf/local.conf.sample deleted file mode 100644 index 10134d53..00000000 --- a/meta-xilinx-core/conf/local.conf.sample +++ /dev/null | |||
| @@ -1,278 +0,0 @@ | |||
| 1 | # | ||
| 2 | # This file is your local configuration file and is where all local user settings | ||
| 3 | # are placed. The comments in this file give some guide to the options a new user | ||
| 4 | # to the system might want to change but pretty much any configuration option can | ||
| 5 | # be set in this file. More adventurous users can look at local.conf.extended | ||
| 6 | # which contains other examples of configuration which can be placed in this file | ||
| 7 | # but new users likely won't need any of them initially. | ||
| 8 | # | ||
| 9 | # Lines starting with the '#' character are commented out and in some cases the | ||
| 10 | # default values are provided as comments to show people example syntax. Enabling | ||
| 11 | # the option is a question of removing the # character and making any change to the | ||
| 12 | # variable as required. | ||
| 13 | |||
| 14 | # | ||
| 15 | # Machine Selection | ||
| 16 | # | ||
| 17 | # You need to select a specific machine to target the build with. There are a selection | ||
| 18 | # of emulated machines available which can boot and run in the QEMU emulator: | ||
| 19 | # | ||
| 20 | #MACHINE ?= "microblazeel-v11.0-bs-cmp-mh-div-generic.conf" | ||
| 21 | #MACHINE ?= "zynq-generic" | ||
| 22 | #MACHINE ?= "zynqmp-generic" | ||
| 23 | #MACHINE ?= "versal-generic" | ||
| 24 | # | ||
| 25 | # There are also the following hardware board target machines included for | ||
| 26 | # demonstration purposes: | ||
| 27 | # | ||
| 28 | #MACHINE ?= "ultra96-zynqmp" | ||
| 29 | # | ||
| 30 | # This sets the default machine if no other machine is selected: | ||
| 31 | MACHINE ??= "zynqmp-generic" | ||
| 32 | |||
| 33 | # | ||
| 34 | # Where to place downloads | ||
| 35 | # | ||
| 36 | # During a first build the system will download many different source code tarballs | ||
| 37 | # from various upstream projects. This can take a while, particularly if your network | ||
| 38 | # connection is slow. These are all stored in DL_DIR. When wiping and rebuilding you | ||
| 39 | # can preserve this directory to speed up this part of subsequent builds. This directory | ||
| 40 | # is safe to share between multiple builds on the same machine too. | ||
| 41 | # | ||
| 42 | # The default is a downloads directory under TOPDIR which is the build directory. | ||
| 43 | # | ||
| 44 | #DL_DIR ?= "${TOPDIR}/downloads" | ||
| 45 | |||
| 46 | # | ||
| 47 | # Where to place shared-state files | ||
| 48 | # | ||
| 49 | # BitBake has the capability to accelerate builds based on previously built output. | ||
| 50 | # This is done using "shared state" files which can be thought of as cache objects | ||
| 51 | # and this option determines where those files are placed. | ||
| 52 | # | ||
| 53 | # You can wipe out TMPDIR leaving this directory intact and the build would regenerate | ||
| 54 | # from these files if no changes were made to the configuration. If changes were made | ||
| 55 | # to the configuration, only shared state files where the state was still valid would | ||
| 56 | # be used (done using checksums). | ||
| 57 | # | ||
| 58 | # The default is a sstate-cache directory under TOPDIR. | ||
| 59 | # | ||
| 60 | #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" | ||
| 61 | |||
| 62 | # | ||
| 63 | # Where to place the build output | ||
| 64 | # | ||
| 65 | # This option specifies where the bulk of the building work should be done and | ||
| 66 | # where BitBake should place its temporary files and output. Keep in mind that | ||
| 67 | # this includes the extraction and compilation of many applications and the toolchain | ||
| 68 | # which can use Gigabytes of hard disk space. | ||
| 69 | # | ||
| 70 | # The default is a tmp directory under TOPDIR. | ||
| 71 | # | ||
| 72 | #TMPDIR = "${TOPDIR}/tmp" | ||
| 73 | |||
| 74 | # | ||
| 75 | # Default policy config | ||
| 76 | # | ||
| 77 | # The distribution setting controls which policy settings are used as defaults. | ||
| 78 | # The default value is fine for general Yocto project use, at least initially. | ||
| 79 | # Ultimately when creating custom policy, people will likely end up subclassing | ||
| 80 | # these defaults. | ||
| 81 | # | ||
| 82 | DISTRO ?= "petalinux" | ||
| 83 | |||
| 84 | # | ||
| 85 | # Package Management configuration | ||
| 86 | # | ||
| 87 | # This variable lists which packaging formats to enable. Multiple package backends | ||
| 88 | # can be enabled at once and the first item listed in the variable will be used | ||
| 89 | # to generate the root filesystems. | ||
| 90 | # Options are: | ||
| 91 | # - 'package_deb' for debian style deb files | ||
| 92 | # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager) | ||
| 93 | # - 'package_rpm' for rpm style packages | ||
| 94 | # E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk" | ||
| 95 | # We default to rpm: | ||
| 96 | PACKAGE_CLASSES ?= "package_rpm" | ||
| 97 | |||
| 98 | # | ||
| 99 | # SDK target architecture | ||
| 100 | # | ||
| 101 | # This variable specifies the architecture to build SDK items for and means | ||
| 102 | # you can build the SDK packages for architectures other than the machine you are | ||
| 103 | # running the build on (i.e. building i686 packages on an x86_64 host). | ||
| 104 | # Supported values are i686, x86_64, aarch64 | ||
| 105 | #SDKMACHINE ?= "i686" | ||
| 106 | |||
| 107 | # | ||
| 108 | # Extra image configuration defaults | ||
| 109 | # | ||
| 110 | # The EXTRA_IMAGE_FEATURES variable allows extra packages to be added to the generated | ||
| 111 | # images. Some of these options are added to certain image types automatically. The | ||
| 112 | # variable can contain the following options: | ||
| 113 | # "dbg-pkgs" - add -dbg packages for all installed packages | ||
| 114 | # (adds symbol information for debugging/profiling) | ||
| 115 | # "src-pkgs" - add -src packages for all installed packages | ||
| 116 | # (adds source code for debugging) | ||
| 117 | # "dev-pkgs" - add -dev packages for all installed packages | ||
| 118 | # (useful if you want to develop against libs in the image) | ||
| 119 | # "ptest-pkgs" - add -ptest packages for all ptest-enabled packages | ||
| 120 | # (useful if you want to run the package test suites) | ||
| 121 | # "tools-sdk" - add development tools (gcc, make, pkgconfig etc.) | ||
| 122 | # "tools-debug" - add debugging tools (gdb, strace) | ||
| 123 | # "eclipse-debug" - add Eclipse remote debugging support | ||
| 124 | # "tools-profile" - add profiling tools (oprofile, lttng, valgrind) | ||
| 125 | # "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.) | ||
| 126 | # "debug-tweaks" - make an image suitable for development | ||
| 127 | # e.g. ssh root access has a blank password | ||
| 128 | # There are other application targets that can be used here too, see | ||
| 129 | # meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details. | ||
| 130 | # We default to enabling the debugging tweaks. | ||
| 131 | EXTRA_IMAGE_FEATURES ?= "debug-tweaks" | ||
| 132 | |||
| 133 | # | ||
| 134 | # Additional image features | ||
| 135 | # | ||
| 136 | # The following is a list of additional classes to use when building images which | ||
| 137 | # enable extra features. Some available options which can be included in this variable | ||
| 138 | # are: | ||
| 139 | # - 'buildstats' collect build statistics | ||
| 140 | USER_CLASSES ?= "buildstats" | ||
| 141 | |||
| 142 | # | ||
| 143 | # Runtime testing of images | ||
| 144 | # | ||
| 145 | # The build system can test booting virtual machine images under qemu (an emulator) | ||
| 146 | # after any root filesystems are created and run tests against those images. It can also | ||
| 147 | # run tests against any SDK that are built. To enable this uncomment these lines. | ||
| 148 | # See classes/test{image,sdk}.bbclass for further details. | ||
| 149 | #IMAGE_CLASSES += "testimage testsdk" | ||
| 150 | #TESTIMAGE_AUTO:qemuall = "1" | ||
| 151 | |||
| 152 | # | ||
| 153 | # Interactive shell configuration | ||
| 154 | # | ||
| 155 | # Under certain circumstances the system may need input from you and to do this it | ||
| 156 | # can launch an interactive shell. It needs to do this since the build is | ||
| 157 | # multithreaded and needs to be able to handle the case where more than one parallel | ||
| 158 | # process may require the user's attention. The default is iterate over the available | ||
| 159 | # terminal types to find one that works. | ||
| 160 | # | ||
| 161 | # Examples of the occasions this may happen are when resolving patches which cannot | ||
| 162 | # be applied, to use the devshell or the kernel menuconfig | ||
| 163 | # | ||
| 164 | # Supported values are auto, gnome, xfce, rxvt, screen, konsole (KDE 3.x only), none | ||
| 165 | # Note: currently, Konsole support only works for KDE 3.x due to the way | ||
| 166 | # newer Konsole versions behave | ||
| 167 | #OE_TERMINAL = "auto" | ||
| 168 | # By default disable interactive patch resolution (tasks will just fail instead): | ||
| 169 | PATCHRESOLVE = "noop" | ||
| 170 | |||
| 171 | # | ||
| 172 | # Disk Space Monitoring during the build | ||
| 173 | # | ||
| 174 | # Monitor the disk space during the build. If there is less than 1GB of space or less | ||
| 175 | # than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully | ||
| 176 | # shutdown the build. If there is less than 100MB or 1K inodes, perform a hard abort | ||
| 177 | # of the build. The reason for this is that running completely out of space can corrupt | ||
| 178 | # files and damages the build in ways which may not be easily recoverable. | ||
| 179 | # It's necessary to monitor /tmp, if there is no space left the build will fail | ||
| 180 | # with very exotic errors. | ||
| 181 | BB_DISKMON_DIRS ??= "\ | ||
| 182 | STOPTASKS,${TMPDIR},1G,100K \ | ||
| 183 | STOPTASKS,${DL_DIR},1G,100K \ | ||
| 184 | STOPTASKS,${SSTATE_DIR},1G,100K \ | ||
| 185 | STOPTASKS,/tmp,100M,100K \ | ||
| 186 | ABORT,${TMPDIR},100M,1K \ | ||
| 187 | ABORT,${DL_DIR},100M,1K \ | ||
| 188 | ABORT,${SSTATE_DIR},100M,1K \ | ||
| 189 | ABORT,/tmp,10M,1K" | ||
| 190 | |||
| 191 | # | ||
| 192 | # Shared-state files from other locations | ||
| 193 | # | ||
| 194 | # As mentioned above, shared state files are prebuilt cache data objects which can be | ||
| 195 | # used to accelerate build time. This variable can be used to configure the system | ||
| 196 | # to search other mirror locations for these objects before it builds the data itself. | ||
| 197 | # | ||
| 198 | # This can be a filesystem directory, or a remote url such as http or ftp. These | ||
| 199 | # would contain the sstate-cache results from previous builds (possibly from other | ||
| 200 | # machines). This variable works like fetcher MIRRORS/PREMIRRORS and points to the | ||
| 201 | # cache locations to check for the shared objects. | ||
| 202 | # NOTE: if the mirror uses the same structure as SSTATE_DIR, you need to add PATH | ||
| 203 | # at the end as shown in the examples below. This will be substituted with the | ||
| 204 | # correct path within the directory structure. | ||
| 205 | #SSTATE_MIRRORS ?= "\ | ||
| 206 | #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ | ||
| 207 | #file://.* file:///some/local/dir/sstate/PATH" | ||
| 208 | |||
| 209 | XILINX_RELEASE_VERSION = "v2022.2" | ||
| 210 | |||
| 211 | # Uncomment below lines to provide path for custom xsct trim | ||
| 212 | # | ||
| 213 | #EXTERNAL_XSCT_TARBALL = "/proj/yocto/xsct-trim/2022.2_xsct_daily_latest" | ||
| 214 | #VALIDATE_XSCT_CHECKSUM = '0' | ||
| 215 | |||
| 216 | # | ||
| 217 | # Yocto Project SState Mirror | ||
| 218 | # | ||
| 219 | # The Yocto Project has prebuilt artefacts available for its releases, you can enable | ||
| 220 | # use of these by uncommenting the following lines. This will mean the build uses | ||
| 221 | # the network to check for artefacts at the start of builds, which does slow it down | ||
| 222 | # equally, it will also speed up the builds by not having to build things if they are | ||
| 223 | # present in the cache. It assumes you can download something faster than you can build it | ||
| 224 | # which will depend on your network. | ||
| 225 | # Note: For this to work you also need hash-equivalence passthrough to the matching server | ||
| 226 | # | ||
| 227 | #BB_HASHSERVE_UPSTREAM = "typhoon.yocto.io:8687" | ||
| 228 | #SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/3.4/PATH;downloadfilename=PATH" | ||
| 229 | |||
| 230 | # | ||
| 231 | # Qemu configuration | ||
| 232 | # | ||
| 233 | # By default native qemu will build with a builtin VNC server where graphical output can be | ||
| 234 | # seen. The line below enables the SDL UI frontend too. | ||
| 235 | PACKAGECONFIG:append:pn-qemu-system-native = " sdl" | ||
| 236 | # By default libsdl2-native will be built, if you want to use your host's libSDL instead of | ||
| 237 | # the minimal libsdl built by libsdl2-native then uncomment the ASSUME_PROVIDED line below. | ||
| 238 | #ASSUME_PROVIDED += "libsdl2-native" | ||
| 239 | |||
| 240 | # You can also enable the Gtk UI frontend, which takes somewhat longer to build, but adds | ||
| 241 | # a handy set of menus for controlling the emulator. | ||
| 242 | #PACKAGECONFIG:append:pn-qemu-system-native = " gtk+" | ||
| 243 | |||
| 244 | #Add below lines to use runqemu for ZU+ machines | ||
| 245 | PMU_FIRMWARE_DEPLOY_DIR ??= "${DEPLOY_DIR_IMAGE}" | ||
| 246 | PMU_FIRMWARE_IMAGE_NAME ??= "pmu-firmware-${MACHINE}" | ||
| 247 | |||
| 248 | #Enable the below line to use pmu-rom.elf from a specific path | ||
| 249 | #PMU_ROM = "/proj/yocto/pmu-rom/pmu-rom.elf" | ||
| 250 | |||
| 251 | # | ||
| 252 | # Hash Equivalence | ||
| 253 | # | ||
| 254 | # Enable support for automatically running a local hash equivalence server and | ||
| 255 | # instruct bitbake to use a hash equivalence aware signature generator. Hash | ||
| 256 | # equivalence improves reuse of sstate by detecting when a given sstate | ||
| 257 | # artifact can be reused as equivalent, even if the current task hash doesn't | ||
| 258 | # match the one that generated the artifact. | ||
| 259 | # | ||
| 260 | # A shared hash equivalent server can be set with "<HOSTNAME>:<PORT>" format | ||
| 261 | # | ||
| 262 | #BB_HASHSERVE = "auto" | ||
| 263 | #BB_SIGNATURE_HANDLER = "OEEquivHash" | ||
| 264 | |||
| 265 | # | ||
| 266 | # Memory Resident Bitbake | ||
| 267 | # | ||
| 268 | # Bitbake's server component can stay in memory after the UI for the current command | ||
| 269 | # has completed. This means subsequent commands can run faster since there is no need | ||
| 270 | # for bitbake to reload cache files and so on. Number is in seconds, after which the | ||
| 271 | # server will shut down. | ||
| 272 | # | ||
| 273 | #BB_SERVER_TIMEOUT = "60" | ||
| 274 | |||
| 275 | # CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to | ||
| 276 | # track the version of this file when it was generated. This can safely be ignored if | ||
| 277 | # this doesn't mean anything to you. | ||
| 278 | CONF_VERSION = "2" | ||
