Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
petalinux_2019.2_install_structure [2019/11/07 11:07] – [components/yocto/source/aarch64/] rpjdaypetalinux_2019.2_install_structure [2019/11/07 11:12] (current) – [layers/] rpjday
Line 142: Line 142:
   * environment-setup-aarch64-xilinx-linux   * environment-setup-aarch64-xilinx-linux
  
-==== conf/bblayers.conf ====+==== conf/ files ==== 
 + 
 +=== local.conf === 
 + 
 +<code> 
 +# WARNING: this configuration has been automatically generated and in 
 +# most cases should not be edited. If you need more flexibility than 
 +# this configuration provides, it is strongly suggested that you set 
 +# up a proper instance of the full build system and use that instead. 
 + 
 +MACHINE ??= "qemuzynq" 
 +DISTRO ?= "petalinux" 
 +PACKAGE_CLASSES ?= "package_rpm" 
 +EXTRA_IMAGE_FEATURES = "debug-tweaks" 
 +USER_CLASSES ?= "buildstats image-mklibs" 
 +PATCHRESOLVE = "noop" 
 +BB_DISKMON_DIRS = "\ 
 +    STOPTASKS,${TMPDIR},1G,100K \ 
 +    STOPTASKS,${DL_DIR},1G,100K \ 
 +    STOPTASKS,${SSTATE_DIR},1G,100K \ 
 +    STOPTASKS,/tmp,100M,100K \ 
 +    ABORT,${TMPDIR},100M,1K \ 
 +    ABORT,${DL_DIR},100M,1K \ 
 +    ABORT,${SSTATE_DIR},100M,1K \ 
 +    ABORT,/tmp,10M,1K" 
 +XILINX_VER_MAIN = "2019.2" 
 +PMU_FIRMWARE_DEPLOY_DIR = "${DEPLOY_DIR_IMAGE}" 
 +PMU_FIRMWARE_IMAGE_NAME = "pmu-firmware-${MACHINE}" 
 +include conf/plnxbuild.conf 
 +INHERIT += "rm_work" 
 + 
 +TMPDIR = "${TOPDIR}/tmp" 
 +TCLIBCAPPEND = "" 
 +DL_DIR = "${TOPDIR}/downloads" 
 +INHERIT += "uninative" 
 +UNINATIVE_CHECKSUM[x86_64] = "c6954563dad3c95608117c6fc328099036c832bbd924ebf5fdccb622fc0a8684" 
 + 
 +CONF_VERSION = "1" 
 + 
 +INHERIT_remove = "buildhistory icecc" 
 +CONNECTIVITY_CHECK_URIS = "" 
 + 
 +SIGGEN_LOCKEDSIGS_SSTATE_EXISTS_CHECK = "none" 
 + 
 +SIGGEN_LOCKEDSIGS_TASKSIG_CHECK = "warn" 
 + 
 +BB_HASHCONFIG_WHITELIST_append = " SIGGEN_UNLOCKED_RECIPES" 
 + 
 +BB_SETSCENE_ENFORCE_WHITELIST = "%:* *:do_shared_workdir *:do_rm_work wic-tools:* *:do_addto_recipe_sysroot" 
 + 
 +BUILDCFG_HEADER = "" 
 + 
 +# Provide a flag to indicate we are in the EXT_SDK Context 
 +WITHIN_EXT_SDK = "1" 
 + 
 +SSTATE_MIRRORS += " file://universal/(.*) file://universal-4.9/\1 file://universal-4.9/(.*) file://universal-4.8/\1" 
 + 
 +USE_XSCT_TARBALL = "0" 
 +require conf/locked-sigs.inc 
 +require conf/unlocked-sigs.inc 
 + 
 +# Extra settings from environment: 
 +MACHINE = "zynqmp-generic" 
 +</code> 
 + 
 +=== bblayers.conf ===
  
 <code> <code>
Line 175: Line 240:
 </code> </code>
  
-  * layers/ +==== layers/ ==== 
-    core/ + 
-    meta-browser/ +=== core/ === 
-    meta-openamp/ + 
-    meta-openembedded/ +=== meta-browser/ === 
-    meta-petalinux/ + 
-    meta-qt5/ +=== meta-jupyter/ === 
-    meta-virtualization/ + 
-    meta-xilinx/ +=== meta-openamp/ === 
-    meta-xilinx-tools/+ 
 +=== meta-openembedded/ === 
 + 
 +=== meta-petalinux/ === 
 + 
 +=== meta-qt5/ === 
 + 
 +=== meta-virtualization/ === 
 + 
 +=== meta-xilinx/ === 
 + 
 +=== meta-xilinx-tools/ ===
  
  • petalinux_2019.2_install_structure.1573124839.txt.gz
  • Last modified: 2019/11/07 11:07
  • by rpjday