Changes to images/qemuarm64/glibc/core-image-full-cmdline (files-in-image.txt): /etc/systemd/system/multi-user.target.wants/ninfod.service was removed /etc/systemd/system/multi-user.target.wants/rdisc.service was removed /lib/systemd/system/ninfod.service was removed /lib/systemd/system-preset/98-iputils-ninfod.preset was removed /lib/systemd/system-preset/98-iputils-rdisc.preset was removed /lib/systemd/system/rarpd@.service was removed /lib/systemd/system/rdisc.service was removed /sbin/ninfod was removed /sbin/rarpd was removed /sbin/rdisc was removed Changes to images/qemuarm64/glibc/core-image-full-cmdline (installed-package-names.txt): iputils-rarpd was removed iputils-rdisc was removed iputils-ninfod was removed packages/cortexa57-poky-linux/iputils/iputils-dbg: PKGSIZE changed from 608600 to 387680 (-36%) packages/cortexa57-poky-linux/iputils/iputils-dev: RRECOMMENDS: removed "iputils-rdisc-dev iputils-ninfod-dev systemd-dev iputils-rarpd-dev" packages/cortexa57-poky-linux/iputils/iputils-ping: PKGSIZE changed from 68296 to 147032 (+115%) packages/cortexa57-poky-linux/iputils/iputils-src: PKGSIZE changed from 315592 to 197293 (-37%) packages/cortexa57-poky-linux/iputils/iputils: RDEPENDS: removed "iputils-rarpd iputils-rdisc iputils-ninfod" packages/cortexa57-poky-linux/iputils: PACKAGES: removed "iputils-rarpd iputils-rdisc iputils-ninfod" packages/cortexa57-poky-linux/mesa: PACKAGES: added "libglx-mesa-dev libglx-mesa" packages/cortexa57-poky-linux/iputils/iputils-ninfod: pkg_postinst cleared: @@ -1,24 +0,0 @@ -#!/bin/sh -set -e -if systemctl >/dev/null 2>/dev/null; then - OPTS="" - - if [ -n "$D" ]; then - OPTS="--root=$D" - fi - - if [ "enable" = "enable" ]; then - for service in ninfod.service; do - systemctl ${OPTS} enable "$service" - done - fi - - if [ -z "$D" ]; then - systemctl daemon-reload - systemctl preset ninfod.service - - if [ "enable" = "enable" ]; then - systemctl --no-block restart ninfod.service - fi - fi -fi -- packages/cortexa57-poky-linux/iputils/iputils-ninfod: pkg_prerm cleared: @@ -1,9 +0,0 @@ -#!/bin/sh -set -e -if systemctl >/dev/null 2>/dev/null; then - if [ -z "$D" ]; then - systemctl stop ninfod.service - - systemctl disable ninfod.service - fi -fi -- packages/cortexa57-poky-linux/iputils/iputils-rdisc: pkg_postinst cleared: @@ -1,24 +0,0 @@ -#!/bin/sh -set -e -if systemctl >/dev/null 2>/dev/null; then - OPTS="" - - if [ -n "$D" ]; then - OPTS="--root=$D" - fi - - if [ "enable" = "enable" ]; then - for service in rdisc.service; do - systemctl ${OPTS} enable "$service" - done - fi - - if [ -z "$D" ]; then - systemctl daemon-reload - systemctl preset rdisc.service - - if [ "enable" = "enable" ]; then - systemctl --no-block restart rdisc.service - fi - fi -fi -- packages/cortexa57-poky-linux/iputils/iputils-rdisc: pkg_prerm cleared: @@ -1,9 +0,0 @@ -#!/bin/sh -set -e -if systemctl >/dev/null 2>/dev/null; then - if [ -z "$D" ]; then - systemctl stop rdisc.service - - systemctl disable rdisc.service - fi -fi --