diff options
| -rw-r--r-- | meta-yocto/conf/local.conf.sample.extended | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended index 196590e55e..1995732619 100644 --- a/meta-yocto/conf/local.conf.sample.extended +++ b/meta-yocto/conf/local.conf.sample.extended | |||
| @@ -361,3 +361,14 @@ | |||
| 361 | # feed layout is used where package files are placed in <outdir>/<arch>/. | 361 | # feed layout is used where package files are placed in <outdir>/<arch>/. |
| 362 | # | 362 | # |
| 363 | #IPK_HIERARCHICAL_FEED = "1" | 363 | #IPK_HIERARCHICAL_FEED = "1" |
| 364 | # | ||
| 365 | |||
| 366 | # Using RPM4 | ||
| 367 | # | ||
| 368 | # Currently the rootfs_rpm code has a hard depends on rpmresolve:do_populate_sysroot, | ||
| 369 | # when using rpm4 the rpmresolve code will not compile due to a missing header file. | ||
| 370 | # That dependency needs to be removed when using RPM4, also the PREFRRED_VERSION needs | ||
| 371 | # to be set. This example shows how to enable rpm4 | ||
| 372 | # PREFERRED_VERSION_rpm = "4.11.2" | ||
| 373 | # PREFERRED_VERSION_rpm-native = "4.11.2" | ||
| 374 | # RPMROOTFSDEPENDS_remove = "rpmresolve-native:do_populate_sysroot" | ||
