Re: [meta-poky][PATCH] poky-tiny: Switch to using kernel 4.4 and busybox for init
On Thu, Apr 7, 2016 at 5:56 AM, Burton, Ross <ross.burton@...> wrote:
image boots fine with above and the scripts add about 15K compressed.
thats why its removed
On 7 April 2016 at 08:05, Khem Raj <raj.khem@...> wrote:Scripts would be fine, however the minimal
busybox based init system is available and used in many
other distributions e.g. buildroot, therefore use that
combination with mdev gives a scalable image and chance
to execute sysvinit scripts as well, adding nothing to
image size.
+VIRTUAL-RUNTIME_initscripts = "initscripts"
+VIRTUAL-RUNTIME_keymaps = "keymaps"
+DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"
Do you really want to have sysvinit removed from DISTRO_FEATURES if you're
claiming this lets you support init scripts?
image boots fine with above and the scripts add about 15K compressed.
thats why its removed