]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
system: fix unmet dependencies
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 11 Sep 2016 12:38:55 +0000 (14:38 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 11 Sep 2016 13:45:24 +0000 (15:45 +0200)
commitc9ea19e8fb4952db6748023f613ebb19f78fc036
treeb0d7c0cca0c9fd63b6dba24cbb2095efbb3f6ad5
parent251b9142631bc9d574352e0bb9b595f9dc8fb6a4
system: fix unmet dependencies

Don't force remounting / read/write when using a customskeleton and
systemd as init system, to fix the following unmet dependencies:

    warning: (BR2_INIT_SYSTEMD) selects BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW
    which has unmet direct dependencies (BR2_ROOTFS_SKELETON_DEFAULT)

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
system/Config.in