image: don't override opkg list directory in per-device rootfs mode
authorMatthias Schiffer <mschiffer@universe-factory.net>
Sat, 24 Sep 2016 01:29:31 +0000 (03:29 +0200)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Sat, 24 Sep 2016 01:37:08 +0000 (03:37 +0200)
commitc15d70c6d6a00529a119a41b97953eac9c41a8fc
tree5270851a7efecdf7fa01f348f0188acc72096f6f
parentd72e838429cbe7638b383b99bf16d97a63f80837
image: don't override opkg list directory in per-device rootfs mode

opkg's -l option is always interpreted relative to the installation root.
This leads to very weird paths inside the rootfs (containing the whole path
to the LEDE tree on the build machine) and causes the subsequent deletion
of the list directory to fail (cluttering the resulting images).

Instead, use the default list directory and remove its contents in
prepare_rootfs.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
include/image.mk
include/rootfs.mk