From 68f3a571f422170ef0fcef0243cdb6fadc11fade Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 26 Mar 2014 11:41:31 +0000 Subject: apt/package_mamager: Ensure WORKDIR is used for lists directory The native sysroot should not be used as a store for the lists files since multiple images running at once would conflict over this. Instead redirect this to WORKDIR. This means some extra directories need to be created. Also create apt.conf.d to silence some warnings. (From OE-Core rev: dc4abfc8f99c08e0c1ac9d098ce17838d0eda028) Signed-off-by: Richard Purdie --- meta/recipes-devtools/apt/files/apt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/apt') diff --git a/meta/recipes-devtools/apt/files/apt.conf b/meta/recipes-devtools/apt/files/apt.conf index 5058650..0335135 100644 --- a/meta/recipes-devtools/apt/files/apt.conf +++ b/meta/recipes-devtools/apt/files/apt.conf @@ -2,7 +2,7 @@ Dir "${STAGING_DIR_NATIVE}/" { State "var/lib/apt/" { - Lists "lists/"; + Lists "#APTCONF#/lists/"; status "#ROOTFS#/var/lib/dpkg/status"; }; Cache "var/cache/apt/" -- cgit v1.1