mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
yocto-bsp: Get rid of 'strange' filenames in x86 templates
For the x86 templates, 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: 9fa30ad9cf1291a37d365515ec8d969fb4fd4aef) Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
cac5446989
commit
37a6affc48
|
|
@ -1,3 +1,4 @@
|
|||
# yocto-bsp-filename {{=machine}}.conf
|
||||
#@TYPE: Machine
|
||||
#@NAME: {{=machine}}
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
# yocto-bsp-dirname {{=machine}}
|
||||
|
|
@ -0,0 +1 @@
|
|||
# yocto-bsp-filename {{ if xserver == "y": }} this
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# yocto-bsp-filename {{ if xserver == "y": }} this
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
|
@ -1 +0,0 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
|
@ -0,0 +1 @@
|
|||
# yocto-bsp-dirname {{ if kernel_choice != "custom": }} files
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
# yocto-bsp-filename {{=machine}}-preempt-rt.scc
|
||||
define KMACHINE {{=machine}}
|
||||
define KTYPE preempt-rt
|
||||
define KARCH i386
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
# yocto-bsp-filename {{=machine}}-standard.scc
|
||||
define KMACHINE {{=machine}}
|
||||
define KTYPE standard
|
||||
define KARCH i386
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
# yocto-bsp-filename {{=machine}}-tiny.scc
|
||||
define KMACHINE {{=machine}}
|
||||
define KTYPE tiny
|
||||
define KARCH i386
|
||||
|
|
@ -0,0 +1 @@
|
|||
# yocto-bsp-filename {{=machine}}-user-config.cfg
|
||||
|
|
@ -0,0 +1 @@
|
|||
# yocto-bsp-filename {{=machine}}-user-features.scc
|
||||
|
|
@ -0,0 +1 @@
|
|||
# yocto-bsp-filename {{=machine}}-user-patches.scc
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
# yocto-bsp-filename {{=machine}}.cfg
|
||||
CONFIG_X86_32=y
|
||||
CONFIG_MATOM=y
|
||||
CONFIG_PRINTK=y
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
# yocto-bsp-filename {{=machine}}.scc
|
||||
kconf hardware {{=machine}}.cfg
|
||||
|
||||
include features/intel-e1xxxx/intel-e100.scc
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
# yocto-bsp-filename {{ if kernel_choice == "linux-yocto-dev": }} this
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||
|
||||
PR := "${PR}.1"
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
# yocto-bsp-filename {{ if kernel_choice == "linux-yocto-rt_3.10": }} this
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||
|
||||
PR := "${PR}.1"
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
# yocto-bsp-filename {{ if kernel_choice == "linux-yocto-rt_3.14": }} this
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||
|
||||
PR := "${PR}.1"
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
# yocto-bsp-filename {{ if kernel_choice == "linux-yocto-tiny_3.10": }} this
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||
|
||||
PR := "${PR}.1"
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
# yocto-bsp-filename {{ if kernel_choice == "linux-yocto-tiny_3.14": }} this
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||
|
||||
PR := "${PR}.1"
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
# yocto-bsp-filename {{ if kernel_choice == "linux-yocto-tiny_3.17": }} this
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||
|
||||
PR := "${PR}.1"
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
# yocto-bsp-filename {{ if kernel_choice == "linux-yocto_3.10": }} this
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||
|
||||
PR := "${PR}.1"
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
# yocto-bsp-filename {{ if kernel_choice == "linux-yocto_3.14": }} this
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||
|
||||
PR := "${PR}.1"
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
# yocto-bsp-filename {{ if kernel_choice == "linux-yocto_3.17": }} this
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||
|
||||
PR := "${PR}.1"
|
||||
Loading…
Reference in New Issue
Block a user