Fixed
Created: Apr 1, 2015
Updated: Sep 8, 2018
Resolved Date: Oct 13, 2015
Found In Version: 7.0
Fix Version: 7.0.0.10
Severity: Standard
Applicable for: Wind River Linux 7
Component/s: Userspace
In wrlinux 6 a series of xinetd provided services does not get installed on the target.
Such as:
/etc/xinetd.d/daytime-stream
In wrlinux 4.3 this was installed properly.
In wrl6, the scripts are being generated properly under build/xinetd/xinetd-2.3.15/contrib/xinetd.d but are not installed on the target.
The 4.3 xinetd spec file contained the following line:
install -m 644 contrib/xinetd.d/* $RPM_BUILD_ROOT/etc/xinetd.d which is missing from the wrl6 spec
1. configure a project based on:
--enable-board=intel-x86-64 --enable-kernel=preempt-rt --enable-rootfs=glibc-std+installer-support --enable-checkout-all-layers=yes --enable-reconfig --enable-jobs=9 --enable-parallel-pkgbuilds=9 --with-template=feature/target-toolchain,feature/lttng2,feature/wrsv-ltt,feature/nfsd,feature/build_libc --enable-rm-oldimgs=yes --enable-bootimage=ext3 --with-rcpl-version=0017
add the xinetd package.
2. build and check under /etc/xinetd.d/