| Submitter | Ting Liu |
|---|---|
| Date | March 7, 2013, 9:31 a.m. |
| Message ID | <1362648677-4031-1-git-send-email-b28495@freescale.com> |
| Download | mbox | patch |
| Permalink | /patch/45649/ |
| State | Changes Requested |
| Delegated to: | Otavio Salvador |
| Headers | show |
Comments
On Thu, Mar 7, 2013 at 6:31 AM, <b28495@freescale.com> wrote: > From: Ting Liu <b28495@freescale.com> > > This is BSP specific, and was recommended to go to BSP layer: > http://patches.openembedded.org/patch/34623/ > > Signed-off-by: Ting Liu <b28495@freescale.com> meta-fsl-ppc is the BSP layer so I think you intended to say SDK layer. However you need to have a bbappend to preserv the upgrade path here. Another issues, please use the '--subject-prefix' for meta-fsl-ppc.
Patch
diff --git a/recipes-append/sysvinit/files/auto-detect-hostname.patch b/recipes-append/sysvinit/files/auto-detect-hostname.patch deleted file mode 100644 index da70184..0000000 --- a/recipes-append/sysvinit/files/auto-detect-hostname.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/rcS b/rcS -index 080b04f..51425ff 100755 ---- a/rcS -+++ b/rcS -@@ -22,6 +22,11 @@ export PATH runlevel prevlevel - . /etc/default/rcS - - # -+# Update the hostname according to actual board type -+# -+echo `cat /proc/cpuinfo | grep model | cut -d "," -f 2 | tr "[A-Z]" "[a-z]"` > /etc/hostname -+ -+# - # Trap CTRL-C &c only in this shell so we can interrupt subprocesses. - # - trap ":" INT QUIT TSTP diff --git a/recipes-append/sysvinit/sysvinit_2.88dsf.bbappend b/recipes-append/sysvinit/sysvinit_2.88dsf.bbappend deleted file mode 100644 index 9c9dc75..0000000 --- a/recipes-append/sysvinit/sysvinit_2.88dsf.bbappend +++ /dev/null @@ -1,5 +0,0 @@ -FILESEXTRAPATHS_prepend_fsl := "${THISDIR}/files:" - -PR_fsl .= "+${DISTRO}.1" - -SRC_URI_append_fsl = " file://auto-detect-hostname.patch;patchdir=../"