diff options
Diffstat (limited to 'meta/recipes-devtools/apt/files/apt.conf')
| -rw-r--r-- | meta/recipes-devtools/apt/files/apt.conf | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/meta/recipes-devtools/apt/files/apt.conf b/meta/recipes-devtools/apt/files/apt.conf new file mode 100644 index 0000000000..2bd9ddbfaf --- /dev/null +++ b/meta/recipes-devtools/apt/files/apt.conf | |||
| @@ -0,0 +1,43 @@ | |||
| 1 | Dir "${STAGING_DIR_NATIVE}/" | ||
| 2 | { | ||
| 3 | State "var/lib/apt/" | ||
| 4 | { | ||
| 5 | Lists "lists/"; | ||
| 6 | status "${IMAGE_ROOTFS}/var/dpkg/status"; | ||
| 7 | }; | ||
| 8 | Cache "var/cache/apt/" | ||
| 9 | { | ||
| 10 | Archives "archives/"; | ||
| 11 | pkgcache ""; | ||
| 12 | srcpkgcache ""; | ||
| 13 | }; | ||
| 14 | Bin "${STAGING_BINDIR_NATIVE}/" | ||
| 15 | { | ||
| 16 | methods "${STAGING_LIBDIR}/apt/methods/"; | ||
| 17 | gzip "/bin/gzip"; | ||
| 18 | dpkg "dpkg"; | ||
| 19 | dpkg-source "dpkg-source"; | ||
| 20 | dpkg-buildpackage "dpkg-buildpackage"; | ||
| 21 | apt-get "apt-get"; | ||
| 22 | apt-cache "apt-cache"; | ||
| 23 | }; | ||
| 24 | Etc "etc/apt/" | ||
| 25 | { | ||
| 26 | Preferences "preferences"; | ||
| 27 | }; | ||
| 28 | }; | ||
| 29 | |||
| 30 | APT | ||
| 31 | { | ||
| 32 | Install-Recommends "true"; | ||
| 33 | Immediate-Configure "false"; | ||
| 34 | Architecture "i586"; | ||
| 35 | Get | ||
| 36 | { | ||
| 37 | Assume-Yes "true"; | ||
| 38 | Force-Yes "true" | ||
| 39 | }; | ||
| 40 | }; | ||
| 41 | |||
| 42 | DPkg::Options {"--root=${IMAGE_ROOTFS}";"--admindir=${IMAGE_ROOTFS}/var/dpkg";"--force-all";"--no-debsig"}; | ||
| 43 | }; | ||
