summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-yocto/conf/local.conf.sample.extended23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended
index 1032bdef51..b156319163 100644
--- a/meta-yocto/conf/local.conf.sample.extended
+++ b/meta-yocto/conf/local.conf.sample.extended
@@ -308,3 +308,26 @@
308#INITRAMFS_IMAGE = "core-image-minimal-initramfs" 308#INITRAMFS_IMAGE = "core-image-minimal-initramfs"
309#INITRAMFS_IMAGE_BUNDLE = "1" 309#INITRAMFS_IMAGE_BUNDLE = "1"
310 310
311#
312# IPK Hierarchical feed
313#
314# In some cases it may be desirable not to have all package files in the same
315# directory. An example would be when package feeds are to be uploaded to a
316# shared webhosting service or transferred to a Windows machine which may have
317# problems with directories containing multiple thousands of files.
318#
319# If the IPK_HIERARCHICAL_FEED variable is set to "1", packages will be split
320# between subdirectories in a similar way to how Debian package feeds are
321# organised. In the hierarchical feed, package files are written to
322# <outdir>/<arch>/<pkg_prefix>/<pkg_subdir>, where pkg_prefix is the first
323# letter of the package file name for non-lib packages or "lib" plus the 4th
324# letter of the package file name for lib packages (eg, 'l' for less, 'libc' for
325# libc6). pkg_subdir is the root of the package file name, discarding the
326# version and architecture parts and the common suffixes '-dbg', '-dev', '-doc',
327# '-staticdev', '-locale' and '-locale-*' which are listed in
328# meta/conf/bitbake.conf.
329#
330# If IPK_HIERARCHICAL_FEED is unset or set to any other value, the traditional
331# feed layout is used where package files are placed in <outdir>/<arch>/.
332#
333#IPK_HIERARCHICAL_FEED = "1"