From 8d79fb4e0cec07fe05ca440578414eaa6be80a3a Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Wed, 12 Mar 2014 12:12:32 -0700 Subject: Remove chiefriver, sys940x & n450 BSPs Configuration for the chiefriver, sys940x, sys940x-noemgd, n450 BSPs are deleted. The consolidated BSPs viz intel-corei7-64 and intel-core2-32 support these boards. As part of the usual retirement process, a heads-up email was sent to the meta-intel mailing list requesting any feedback regarding retirement of these BSPs. The community did not had any concerning feedback to reconsider the retirement decision. The MAINTAINERS file and the layer version of the meta-intel layer are updated to reflect removal of the BSPs. Signed-off-by: Nitin A Kamble CC: Darren Hart Reviewed-by: Darren Hart --- meta-sys940x/recipes-bsp/genmac/genmac.bb | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 meta-sys940x/recipes-bsp/genmac/genmac.bb (limited to 'meta-sys940x/recipes-bsp/genmac/genmac.bb') diff --git a/meta-sys940x/recipes-bsp/genmac/genmac.bb b/meta-sys940x/recipes-bsp/genmac/genmac.bb deleted file mode 100644 index 29276603..00000000 --- a/meta-sys940x/recipes-bsp/genmac/genmac.bb +++ /dev/null @@ -1,30 +0,0 @@ -SUMMARY = "Provide a basic init script to generate a random MAC" -DESCRIPTION = "Set the MAC from the config file." -SECTION = "base" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" - -PR = "r0" - -inherit update-rc.d - -RDEPENDS_${PN} = "ranpwd" - -SRC_URI = "file://genmac" - -INITSCRIPT_NAME = "genmac" -# Run as early as possible to ensure we are before the networking scripts -INITSCRIPT_PARAMS = "start 39 S ." - -do_install() { - install -d ${D}${sysconfdir} \ - ${D}${sysconfdir}/init.d - install -m 0755 ${WORKDIR}/${INITSCRIPT_NAME} ${D}${sysconfdir}/init.d - cat ${WORKDIR}/${INITSCRIPT_NAME} | \ - sed -e 's,/etc,${sysconfdir},g' \ - -e 's,/usr/sbin,${sbindir},g' \ - -e 's,/var,${localstatedir},g' \ - -e 's,/usr/bin,${bindir},g' \ - -e 's,/usr,${prefix},g' > ${D}${sysconfdir}/init.d/${INITSCRIPT_NAME} - chmod 755 ${D}${sysconfdir}/init.d/${INITSCRIPT_NAME} -} -- cgit v1.2.3-54-g00ecf