yocto-bsp: Get rid of 'strange' filenames

Give all the 'strange' yocto-bsp template filenames 'normal' names,
adding new yocto-bsp-filename and yocto-bsp-dirname tags for the new
filename processing pass where needed.

(From meta-yocto rev: c66a5b2acb2e243b857e5eb31c1427af296b4c9d)

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Tom Zanussi 2014-12-16 18:41:01 -06:00 committed by Richard Purdie
parent ed99aeeb68
commit cac5446989
36 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1 @@
# yocto-bsp-dirname {{=machine}}

View File

@ -1,3 +1,4 @@
# yocto-bsp-filename {{ if kernel_choice == "custom": }} this
# This file was derived from the linux-yocto-custom.bb recipe in
# oe-core.
#

View File

@ -0,0 +1 @@
# yocto-bsp-dirname {{ if kernel_choice == "custom": }} linux-yocto-custom

View File

@ -1,3 +1,4 @@
# yocto-bsp-filename {{=machine}}.conf
#@TYPE: Machine
#@NAME: {{=machine}}

View File

@ -0,0 +1 @@
# yocto-bsp-dirname {{=machine}}

View File

@ -0,0 +1 @@
# yocto-bsp-dirname {{ if kernel_choice != "custom": }} files

View File

@ -1,3 +1,4 @@
# yocto-bsp-filename {{=machine}}-preempt-rt.scc
define KMACHINE {{=machine}}
define KTYPE preempt-rt
define KARCH {{=qemuarch}}

View File

@ -1,3 +1,4 @@
# yocto-bsp-filename {{=machine}}-standard.scc
define KMACHINE {{=machine}}
define KTYPE standard
define KARCH {{=qemuarch}}

View File

@ -1,3 +1,4 @@
# yocto-bsp-filename {{=machine}}-tiny.scc
define KMACHINE {{=machine}}
define KTYPE tiny
define KARCH {{=qemuarch}}

View File

@ -0,0 +1 @@
# yocto-bsp-filename {{=machine}}-user-config.cfg

View File

@ -0,0 +1 @@
# yocto-bsp-filename {{=machine}}-user-features.scc

View File

@ -0,0 +1 @@
# yocto-bsp-filename {{=machine}}-user-patches.scc

View File

@ -0,0 +1 @@
# yocto-bsp-filename {{=machine}}.cfg

View File

@ -1,3 +1,4 @@
# yocto-bsp-filename {{=machine}}.scc
kconf hardware {{=machine}}.cfg
kconf hardware {{=machine}}-user-config.cfg

View File

@ -1,3 +1,4 @@
# yocto-bsp-filename {{ if kernel_choice == "linux-yocto-dev": }} this
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
PR := "${PR}.1"

View File

@ -1,3 +1,4 @@
# yocto-bsp-filename {{ if kernel_choice == "linux-yocto-rt_3.10": }} this
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
PR := "${PR}.1"

View File

@ -1,3 +1,4 @@
# yocto-bsp-filename {{ if kernel_choice == "linux-yocto-rt_3.14": }} this
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
PR := "${PR}.1"

View File

@ -1,3 +1,4 @@
# yocto-bsp-filename {{ if kernel_choice == "linux-yocto-tiny_3.10": }} this
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
PR := "${PR}.1"

View File

@ -1,3 +1,4 @@
# yocto-bsp-filename {{ if kernel_choice == "linux-yocto-tiny_3.17": }} this
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
PR := "${PR}.1"

View File

@ -1,3 +1,4 @@
# yocto-bsp-filename {{ if kernel_choice == "linux-yocto-tiny_3.4": }} this
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
PR := "${PR}.1"

View File

@ -1,3 +1,4 @@
# yocto-bsp-filename {{ if kernel_choice == "linux-yocto_3.10": }} this
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
PR := "${PR}.1"

View File

@ -1,3 +1,4 @@
# yocto-bsp-filename {{ if kernel_choice == "linux-yocto_3.14": }} this
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
PR := "${PR}.1"

View File

@ -1,3 +1,4 @@
# yocto-bsp-filename {{ if kernel_choice == "linux-yocto_3.17": }} this
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
PR := "${PR}.1"