X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl.git;a=blobdiff_plain;f=templates%2Fqemux86-64%2Fconf%2Flocal.conf.sample;fp=meta-agl%2Fconf%2Flocal.conf.sample;h=c2da6e6be779b03c46eac9fd36373ac8146d2da9;hp=5be9aa2076bbe6864695397138b1f288569d5767;hb=8cd9f905fe9a7ba21d792dbb3961d9997c2dd3b7;hpb=59fb43fa95a212af20009247332b4c5c34302b1f diff --git a/meta-agl/conf/local.conf.sample b/templates/qemux86-64/conf/local.conf.sample similarity index 98% rename from meta-agl/conf/local.conf.sample rename to templates/qemux86-64/conf/local.conf.sample index 5be9aa207..c2da6e6be 100644 --- a/meta-agl/conf/local.conf.sample +++ b/templates/qemux86-64/conf/local.conf.sample @@ -110,7 +110,7 @@ PACKAGE_CLASSES ?= "package_rpm" # SDK/ADT target architecture # # This variable specifies the architecture to build SDK/ADT items for and means -# you can build the SDK packages for architectures other than the machine you are +# you can build the SDK packages for architectures other than the machine you are # running the build on (i.e. building i686 packages on an x86_64 host). # Supported values are i686 and x86_64 #SDKMACHINE ?= "i686" @@ -118,7 +118,7 @@ PACKAGE_CLASSES ?= "package_rpm" # # Extra image configuration defaults # -# The EXTRA_IMAGE_FEATURES variable allows extra packages to be added to the generated +# The EXTRA_IMAGE_FEATURES variable allows extra packages to be added to the generated # images. Some of these options are added to certain image types automatically. The # variable can contain the following options: # "dbg-pkgs" - add -dbg packages for all installed packages @@ -143,7 +143,7 @@ EXTRA_IMAGE_FEATURES = "debug-tweaks" # Additional image features # # The following is a list of additional classes to use when building images which -# enable extra features. Some available options which can be included in this variable +# enable extra features. Some available options which can be included in this variable # are: # - 'buildstats' collect build statistics # - 'image-mklibs' to reduce shared library files size for an image @@ -194,18 +194,18 @@ BB_DISKMON_DIRS = "\ STOPTASKS,${SSTATE_DIR},1G,100K \ ABORT,${TMPDIR},100M,1K \ ABORT,${DL_DIR},100M,1K \ - ABORT,${SSTATE_DIR},100M,1K" + ABORT,${SSTATE_DIR},100M,1K" # # Shared-state files from other locations # -# As mentioned above, shared state files are prebuilt cache data objects which can +# As mentioned above, shared state files are prebuilt cache data objects which can # used to accelerate build time. This variable can be used to configure the system # to search other mirror locations for these objects before it builds the data itself. # # This can be a filesystem directory, or a remote url such as http or ftp. These -# would contain the sstate-cache results from previous builds (possibly from other -# machines). This variable works like fetcher MIRRORS/PREMIRRORS and points to the +# would contain the sstate-cache results from previous builds (possibly from other +# machines). This variable works like fetcher MIRRORS/PREMIRRORS and points to the # cache locations to check for the shared objects. # NOTE: if the mirror uses the same structure as SSTATE_DIR, you need to add PATH # at the end as shown in the examples below. This will be substituted with the