fs: add rootfs dependencies to PACKAGES
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 12 Apr 2015 16:37:49 +0000 (18:37 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 14 Apr 2015 08:17:04 +0000 (10:17 +0200)
commit4570dbcb14b394d8f3c97baf4c9e5f4f225d1d37
tree4ee42cd7d7a55caffbe0fb5f1aca97b3c9f729cb
parent8a58e0238ef3099d31fdd01cbbcca6ae1421eea5
fs: add rootfs dependencies to PACKAGES

The logic for creating most of the filesystem images requires a
certain number of host packages to be built. However, those packages
are not currently listed in the global PACKAGES variables, and they
are not dependencies of any other package listed in the PACKAGES
variable.

While it does not have any practical implications, it makes sense to
have those packages listed in the global PACKAGES variable, which this
commit implements.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
fs/common.mk