]> code.ossystems Code Review - openembedded-core.git/commit
apt/package_mamager: Ensure WORKDIR is used for lists directory
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Mar 2014 11:41:31 +0000 (11:41 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Mar 2014 12:15:12 +0000 (12:15 +0000)
commitdc4abfc8f99c08e0c1ac9d098ce17838d0eda028
treef90e0f739b81ea1d3ab16bd363c542a18da0817d
parenta3965b76ed4361455c89c982761263be03e1a8e5
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/package_manager.py
meta/recipes-devtools/apt/files/apt.conf