diff options
| author | Joshua Lock <joshua.g.lock@intel.com> | 2017-10-23 16:45:32 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-05 22:33:24 +0000 |
| commit | 58ef101032c301f54b9ecc9fcc9b84b5038df030 (patch) | |
| tree | 5db5fec052601ff482a359eb7117ea09d391857f /scripts/lib/bsp/substrate/target/arch/powerpc/conf | |
| parent | 2813a9380f6266aa803f7425cefff1d5d44444bf (diff) | |
| download | poky-58ef101032c301f54b9ecc9fcc9b84b5038df030.tar.gz | |
scripts/lib/bsp: delete, all users have been removed
With the removal of yocto-bsp and yocto-kernel there are no longer any users
of this library, therefore delete it.
(From meta-yocto rev: 0d44e59bfaa95162cf2133df1d08f6419314bb8e)
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/bsp/substrate/target/arch/powerpc/conf')
| -rw-r--r-- | scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/machine.conf | 86 |
1 files changed, 0 insertions, 86 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/machine.conf b/scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/machine.conf deleted file mode 100644 index 352b97231d..0000000000 --- a/scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/machine.conf +++ /dev/null | |||
| @@ -1,86 +0,0 @@ | |||
| 1 | # yocto-bsp-filename {{=machine}}.conf | ||
| 2 | #@TYPE: Machine | ||
| 3 | #@NAME: {{=machine}} | ||
| 4 | |||
| 5 | #@DESCRIPTION: Machine configuration for {{=machine}} systems | ||
| 6 | |||
| 7 | TARGET_FPU = "" | ||
| 8 | |||
| 9 | {{ input type:"choicelist" name:"tunefile" prio:"40" msg:"Which machine tuning would you like to use?" default:"tune_ppce300c3" }} | ||
| 10 | {{ input type:"choice" val:"tune_ppc476" msg:"ppc476 tuning optimizations" }} | ||
| 11 | {{ input type:"choice" val:"tune_ppc603e" msg:"ppc603e tuning optimizations" }} | ||
| 12 | {{ input type:"choice" val:"tune_ppc7400" msg:"ppc7400 tuning optimizations" }} | ||
| 13 | {{ input type:"choice" val:"tune_ppce300c2" msg:"ppce300c2 tuning optimizations" }} | ||
| 14 | {{ input type:"choice" val:"tune_ppce300c3" msg:"ppce300c3 tuning optimizations" }} | ||
| 15 | {{ input type:"choice" val:"tune_ppce500" msg:"ppce500 tuning optimizations" }} | ||
| 16 | {{ input type:"choice" val:"tune_ppce500mc" msg:"ppce500mc tuning optimizations" }} | ||
| 17 | {{ input type:"choice" val:"tune_ppce500v2" msg:"ppce500v2 tuning optimizations" }} | ||
| 18 | {{ input type:"choice" val:"tune_ppce5500" msg:"ppce5500 tuning optimizations" }} | ||
| 19 | {{ input type:"choice" val:"tune_ppce6500" msg:"ppce6500 tuning optimizations" }} | ||
| 20 | {{ input type:"choice" val:"tune_power5" msg:"power5 tuning optimizations" }} | ||
| 21 | {{ input type:"choice" val:"tune_power6" msg:"power6 tuning optimizations" }} | ||
| 22 | {{ input type:"choice" val:"tune_power7" msg:"power7 tuning optimizations" }} | ||
| 23 | {{ if tunefile == "tune_ppc476": }} | ||
| 24 | include conf/machine/include/tune-ppc476.inc | ||
| 25 | {{ if tunefile == "tune_ppc603e": }} | ||
| 26 | include conf/machine/include/tune-ppc603e.inc | ||
| 27 | {{ if tunefile == "tune_ppc7400": }} | ||
| 28 | include conf/machine/include/tune-ppc7400.inc | ||
| 29 | {{ if tunefile == "tune_ppce300c2": }} | ||
| 30 | include conf/machine/include/tune-ppce300c2.inc | ||
| 31 | {{ if tunefile == "tune_ppce300c3": }} | ||
| 32 | include conf/machine/include/tune-ppce300c3.inc | ||
| 33 | {{ if tunefile == "tune_ppce500": }} | ||
| 34 | include conf/machine/include/tune-ppce500.inc | ||
| 35 | {{ if tunefile == "tune_ppce500mc": }} | ||
| 36 | include conf/machine/include/tune-ppce500mc.inc | ||
| 37 | {{ if tunefile == "tune_ppce500v2": }} | ||
| 38 | include conf/machine/include/tune-ppce500v2.inc | ||
| 39 | {{ if tunefile == "tune_ppce5500": }} | ||
| 40 | include conf/machine/include/tune-ppce5500.inc | ||
| 41 | {{ if tunefile == "tune_ppce6500": }} | ||
| 42 | include conf/machine/include/tune-ppce6500.inc | ||
| 43 | {{ if tunefile == "tune_power5": }} | ||
| 44 | include conf/machine/include/tune-power5.inc | ||
| 45 | {{ if tunefile == "tune_power6": }} | ||
| 46 | include conf/machine/include/tune-power6.inc | ||
| 47 | {{ if tunefile == "tune_power7": }} | ||
| 48 | include conf/machine/include/tune-power7.inc | ||
| 49 | |||
| 50 | KERNEL_IMAGETYPE = "uImage" | ||
| 51 | |||
| 52 | EXTRA_IMAGEDEPENDS += "u-boot" | ||
| 53 | UBOOT_MACHINE_{{=machine}} = "MPC8315ERDB_config" | ||
| 54 | |||
| 55 | SERIAL_CONSOLE = "115200 ttyS0" | ||
| 56 | |||
| 57 | MACHINE_FEATURES = "keyboard pci ext2 ext3 serial" | ||
| 58 | |||
| 59 | {{ if kernel_choice == "custom": preferred_kernel = "linux-yocto-custom" }} | ||
| 60 | {{ if kernel_choice == "linux-yocto-dev": preferred_kernel = "linux-yocto-dev" }} | ||
| 61 | {{ if kernel_choice == "custom" or kernel_choice == "linux-yocto-dev" : }} | ||
| 62 | PREFERRED_PROVIDER_virtual/kernel ?= "{{=preferred_kernel}}" | ||
| 63 | |||
| 64 | {{ if kernel_choice != "custom" and kernel_choice != "linux-yocto-dev": preferred_kernel = kernel_choice.split('_')[0] }} | ||
| 65 | {{ if kernel_choice != "custom" and kernel_choice != "linux-yocto-dev": preferred_kernel_version = kernel_choice.split('_')[1] }} | ||
| 66 | {{ if kernel_choice != "custom" and kernel_choice != "linux-yocto-dev": }} | ||
| 67 | PREFERRED_PROVIDER_virtual/kernel ?= "{{=preferred_kernel}}" | ||
| 68 | PREFERRED_VERSION_{{=preferred_kernel}} ?= "{{=preferred_kernel_version}}%" | ||
| 69 | |||
| 70 | {{ input type:"boolean" name:"xserver" prio:"50" msg:"Do you need support for X? (y/n)" default:"y" }} | ||
| 71 | {{ if xserver == "y": }} | ||
| 72 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | ||
| 73 | XSERVER ?= "xserver-xorg \ | ||
| 74 | xf86-video-fbdev" | ||
| 75 | |||
| 76 | PREFERRED_VERSION_u-boot ?= "v2016.01%" | ||
| 77 | {{ input type:"edit" name:"uboot_entrypoint" prio:"40" msg:"Please specify a value for UBOOT_ENTRYPOINT:" default:"0x00000000" }} | ||
| 78 | UBOOT_ENTRYPOINT = "{{=uboot_entrypoint}}" | ||
| 79 | |||
| 80 | {{ input type:"edit" name:"kernel_devicetree" prio:"40" msg:"Please specify a [arch/powerpc/boot/dts/xxx] value for KERNEL_DEVICETREE:" default:"mpc8315erdb.dts" }} | ||
| 81 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/{{=kernel_devicetree}}" | ||
| 82 | |||
| 83 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | ||
| 84 | |||
| 85 | IMAGE_FSTYPES ?= "jffs2 tar.bz2" | ||
| 86 | JFFS2_ERASEBLOCK = "0x4000" | ||
