Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Add jsp_core.
Browse files Browse the repository at this point in the history
Signed-off-by: Masaki Muranaka <[email protected]>
  • Loading branch information
monaka committed Aug 5, 2019
1 parent 5123de1 commit 46cc44e
Show file tree
Hide file tree
Showing 72 changed files with 1,552 additions and 0 deletions.
37 changes: 37 additions & 0 deletions devfiles/jsp_core/armv4-az9360mb/devfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
apiVersion: 1.0.0
metatada
name: jsp_armv4-az9360mb
projects:
- name: jsp_core
source:
type: git
location: 'https://github.com/PizzaFactory/jsp_core.git'
components:
- alias: pizza-dev
type: dockerimage
image: camino.azurecr.io/vintage-pizza/pf-gnuchains4x-arm-elf:4.7.4-20140603
memoryLimit: 512Mi
volumes:
- containerPath: /projects
name: projects
commands:
- name: "build configurator"
actions:
- type: exec
component: theia-dev
command: cd ${CHE_PROJECTS_ROOT}/jsp_core/cfg && make CC=gcc-4.7 CXX=g++-4.7 && echo && echo Build complete.
- name: "configure sample1"
actions:
- type: exec
component: theia-dev
command: cd ${CHE_PROJECTS_ROOT}/jsp_core && ./configure -C armv4 -S az9360mb
- name: "make depend"
actions:
- type: exec
component: theia-dev
command: cd ${CHE_PROJECTS_ROOT}/jsp_core && make depend TARGET=arm-pizzafactory-elf && echo && echo Done.
- name: "build JSP kernel"
actions:
- type: exec
component: theia-dev
command: cd ${CHE_PROJECTS_ROOT}/jsp_core && make TARGET=arm-pizzafactory-elf
6 changes: 6 additions & 0 deletions devfiles/jsp_core/armv4-az9360mb/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
displayName: "Builder for TOPPERS/JSP (target: armv4-az9360mb)"
description: GNU toolchains and TOPPERS/JSP tuned by PizzaFactory
tags: ["TOPPERS", "TOPPERS/JSP", "PizzaFactory", "ITRON", "armv4-az9360mb" ]
icon: https://raw.githubusercontent.com/wiki/PizzaFactory/che-devfile-registry/toppers-open.svg
globalMemoryLimit: 1024Mi
41 changes: 41 additions & 0 deletions devfiles/jsp_core/armv4-integrator/devfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
apiVersion: 1.0.0
metadata:
name: jsp_armv4-integrator
projects:
- name: jsp_core
source:
type: git
location: 'https://github.com/PizzaFactory/jsp_core.git'
components:
- alias: pizza-dev
type: dockerimage
image: camino.azurecr.io/vintage-pizza/pf-gnuchains4x-arm-elf:4.7.4-20140603
memoryLimit: 512Mi
volumes:
- containerPath: /projects
name: projects
commands:
- name: "build configurator"
actions:
- type: exec
component: pizza-dev
command: make CC=gcc-4.7 CXX=g++-4.7 && echo && echo Build complete.
workdir: cd ${CHE_PROJECTS_ROOT}/jsp_core/cfg
- name: "configure sample1"
actions:
- type: exec
component: pizza-dev
command: ./configure -C armv4 -S integrator
workdir: cd ${CHE_PROJECTS_ROOT}/jsp_core
- name: "make depend"
actions:
- type: exec
component: pizza-dev
command: make depend TARGET=arm-pizzafactory-elf && echo && echo Done.
workdir: cd ${CHE_PROJECTS_ROOT}/jsp_core
- name: "build JSP kernel"
actions:
- type: exec
component: pizza-dev
command: make TARGET=arm-pizzafactory-elf
workdir: cd ${CHE_PROJECTS_ROOT}/jsp_core
6 changes: 6 additions & 0 deletions devfiles/jsp_core/armv4-integrator/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
displayName: "Builder for TOPPERS/JSP (target: armv4-integrator)"
description: GNU toolchains and TOPPERS/JSP tuned by PizzaFactory
tags: ["TOPPERS", "TOPPERS/JSP", "PizzaFactory", "ITRON", "armv4-integrator" ]
icon: https://raw.githubusercontent.com/wiki/PizzaFactory/che-devfile-registry/toppers-open.svg
globalMemoryLimit: 1024Mi
37 changes: 37 additions & 0 deletions devfiles/jsp_core/blackfin-acb_bf592/devfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
apiVersion: 1.0.0
metadata:
name: jsp_blackfin-acb_bf592
projects:
- name: jsp_core
source:
type: git
location: 'https://github.com/PizzaFactory/jsp_core.git'
components:
- alias: pizza-dev
type: dockerimage
image: camino.azurecr.io/vintage-pizza/pf-gnuchains4x-bfin-elf:4.7.4-20140603
memoryLimit: 512Mi
volumes:
- containerPath: /projects
name: projects
commands:
- name: "build configurator"
actions:
- type: exec
component: theia-dev
command: cd ${CHE_PROJECTS_ROOT}/jsp_core/cfg && make CC=gcc-4.7 CXX=g++-4.7 && echo && echo Build complete.
- name: "configure sample1"
actions:
- type: exec
component: theia-dev
command: cd ${CHE_PROJECTS_ROOT}/jsp_core && ./configure -C blackfin -S acb_bf592
- name: "make depend"
actions:
- type: exec
component: theia-dev
command: cd ${CHE_PROJECTS_ROOT}/jsp_core && make depend TARGET=bfin-pizzafactory-elf && echo && echo Done.
- name: "build JSP kernel"
actions:
- type: exec
component: theia-dev
command: cd ${CHE_PROJECTS_ROOT}/jsp_core && make TARGET=bfin-pizzafactory-elf
6 changes: 6 additions & 0 deletions devfiles/jsp_core/blackfin-acb_bf592/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
displayName: "Builder for TOPPERS/JSP (target: blackfin-acb_bf592)"
description: GNU toolchains and TOPPERS/JSP tuned by PizzaFactory
tags: ["TOPPERS", "TOPPERS/JSP", "PizzaFactory", "ITRON", "blackfin-acb_bf592" ]
icon: https://raw.githubusercontent.com/wiki/PizzaFactory/che-devfile-registry/toppers-open.svg
globalMemoryLimit: 1024Mi
37 changes: 37 additions & 0 deletions devfiles/jsp_core/blackfin-bf533cb/devfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
apiVersion: 1.0.0
metadata:
name: jsp_blackfin-bf533cb
projects:
- name: jsp_core
source:
type: git
location: 'https://github.com/PizzaFactory/jsp_core.git'
components:
- alias: pizza-dev
type: dockerimage
image: camino.azurecr.io/vintage-pizza/pf-gnuchains4x-bfin-elf:4.7.4-20140603
memoryLimit: 512Mi
volumes:
- containerPath: /projects
name: projects
commands:
- name: "build configurator"
actions:
- type: exec
component: theia-dev
command: cd ${CHE_PROJECTS_ROOT}/jsp_core/cfg && make CC=gcc-4.7 CXX=g++-4.7 && echo && echo Build complete.
- name: "configure sample1"
actions:
- type: exec
component: theia-dev
command: cd ${CHE_PROJECTS_ROOT}/jsp_core && ./configure -C blackfin -S bf533cb
- name: "make depend"
actions:
- type: exec
component: theia-dev
command: cd ${CHE_PROJECTS_ROOT}/jsp_core && make depend TARGET=bfin-pizzafactory-elf && echo && echo Done.
- name: "build JSP kernel"
actions:
- type: exec
component: theia-dev
command: cd ${CHE_PROJECTS_ROOT}/jsp_core && make TARGET=bfin-pizzafactory-elf
6 changes: 6 additions & 0 deletions devfiles/jsp_core/blackfin-bf533cb/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
displayName: "Builder for TOPPERS/JSP (target: blackfin-bf533cb)"
description: GNU toolchains and TOPPERS/JSP tuned by PizzaFactory
tags: ["TOPPERS", "TOPPERS/JSP", "PizzaFactory", "ITRON", "blackfin-bf533cb" ]
icon: https://raw.githubusercontent.com/wiki/PizzaFactory/che-devfile-registry/toppers-open.svg
globalMemoryLimit: 1024Mi
37 changes: 37 additions & 0 deletions devfiles/jsp_core/blackfin-ekit_bf533/devfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
apiVersion: 1.0.0
metadata:
name: jsp_blackfin-ekit_bf533
projects:
- name: jsp_core
source:
type: git
location: 'https://github.com/PizzaFactory/jsp_core.git'
components:
- alias: pizza-dev
type: dockerimage
image: camino.azurecr.io/vintage-pizza/pf-gnuchains4x-bfin-elf:4.7.4-20140603
memoryLimit: 512Mi
volumes:
- containerPath: /projects
name: projects
commands:
- name: "build configurator"
actions:
- type: exec
component: theia-dev
command: cd ${CHE_PROJECTS_ROOT}/jsp_core/cfg && make CC=gcc-4.7 CXX=g++-4.7 && echo && echo Build complete.
- name: "configure sample1"
actions:
- type: exec
component: theia-dev
command: cd ${CHE_PROJECTS_ROOT}/jsp_core && ./configure -C blackfin -S ekit_bf533
- name: "make depend"
actions:
- type: exec
component: theia-dev
command: cd ${CHE_PROJECTS_ROOT}/jsp_core && make depend TARGET=bfin-pizzafactory-elf && echo && echo Done.
- name: "build JSP kernel"
actions:
- type: exec
component: theia-dev
command: cd ${CHE_PROJECTS_ROOT}/jsp_core && make TARGET=bfin-pizzafactory-elf
6 changes: 6 additions & 0 deletions devfiles/jsp_core/blackfin-ekit_bf533/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
displayName: "Builder for TOPPERS/JSP (target: blackfin-ekit_bf533)"
description: GNU toolchains and TOPPERS/JSP tuned by PizzaFactory
tags: ["TOPPERS", "TOPPERS/JSP", "PizzaFactory", "ITRON", "blackfin-ekit_bf533" ]
icon: https://raw.githubusercontent.com/wiki/PizzaFactory/che-devfile-registry/toppers-open.svg
globalMemoryLimit: 1024Mi
37 changes: 37 additions & 0 deletions devfiles/jsp_core/blackfin-ezkit_bf506/devfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
apiVersion: 1.0.0
metadata:
name: jsp_blackfin-ezkit_bf506
projects:
- name: jsp_core
source:
type: git
location: 'https://github.com/PizzaFactory/jsp_core.git'
components:
- alias: pizza-dev
type: dockerimage
image: camino.azurecr.io/vintage-pizza/pf-gnuchains4x-bfin-elf:4.7.4-20140603
memoryLimit: 512Mi
volumes:
- containerPath: /projects
name: projects
commands:
- name: "build configurator"
actions:
- type: exec
component: theia-dev
command: cd ${CHE_PROJECTS_ROOT}/jsp_core/cfg && make CC=gcc-4.7 CXX=g++-4.7 && echo && echo Build complete.
- name: "configure sample1"
actions:
- type: exec
component: theia-dev
command: cd ${CHE_PROJECTS_ROOT}/jsp_core && ./configure -C blackfin -S ezkit_bf506
- name: "make depend"
actions:
- type: exec
component: theia-dev
command: cd ${CHE_PROJECTS_ROOT}/jsp_core && make depend TARGET=bfin-pizzafactory-elf && echo && echo Done.
- name: "build JSP kernel"
actions:
- type: exec
component: theia-dev
command: cd ${CHE_PROJECTS_ROOT}/jsp_core && make TARGET=bfin-pizzafactory-elf
6 changes: 6 additions & 0 deletions devfiles/jsp_core/blackfin-ezkit_bf506/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
displayName: "Builder for TOPPERS/JSP (target: blackfin-ezkit_bf506)"
description: GNU toolchains and TOPPERS/JSP tuned by PizzaFactory
tags: ["TOPPERS", "TOPPERS/JSP", "PizzaFactory", "ITRON", "blackfin-ezkit_bf506" ]
icon: https://raw.githubusercontent.com/wiki/PizzaFactory/che-devfile-registry/toppers-open.svg
globalMemoryLimit: 1024Mi
37 changes: 37 additions & 0 deletions devfiles/jsp_core/blackfin-ezkit_bf518/devfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
apiVersion: 1.0.0
metadata:
name: jsp_blackfin-ezkit_bf518
projects:
- name: jsp_core
source:
type: git
location: 'https://github.com/PizzaFactory/jsp_core.git'
components:
- alias: pizza-dev
type: dockerimage
image: camino.azurecr.io/vintage-pizza/pf-gnuchains4x-bfin-elf:4.7.4-20140603
memoryLimit: 512Mi
volumes:
- containerPath: /projects
name: projects
commands:
- name: "build configurator"
actions:
- type: exec
component: theia-dev
command: cd ${CHE_PROJECTS_ROOT}/jsp_core/cfg && make CC=gcc-4.7 CXX=g++-4.7 && echo && echo Build complete.
- name: "configure sample1"
actions:
- type: exec
component: theia-dev
command: cd ${CHE_PROJECTS_ROOT}/jsp_core && ./configure -C blackfin -S ezkit_bf518
- name: "make depend"
actions:
- type: exec
component: theia-dev
command: cd ${CHE_PROJECTS_ROOT}/jsp_core && make depend TARGET=bfin-pizzafactory-elf && echo && echo Done.
- name: "build JSP kernel"
actions:
- type: exec
component: theia-dev
command: cd ${CHE_PROJECTS_ROOT}/jsp_core && make TARGET=bfin-pizzafactory-elf
6 changes: 6 additions & 0 deletions devfiles/jsp_core/blackfin-ezkit_bf518/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
displayName: "Builder for TOPPERS/JSP (target: blackfin-ezkit_bf518)"
description: GNU toolchains and TOPPERS/JSP tuned by PizzaFactory
tags: ["TOPPERS", "TOPPERS/JSP", "PizzaFactory", "ITRON", "blackfin-ezkit_bf518" ]
icon: https://raw.githubusercontent.com/wiki/PizzaFactory/che-devfile-registry/toppers-open.svg
globalMemoryLimit: 1024Mi
37 changes: 37 additions & 0 deletions devfiles/jsp_core/blackfin-ezkit_bf518_00/devfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
apiVersion: 1.0.0
metadata:
name: jsp_blackfin-ezkit_bf518_00
projects:
- name: jsp_core
source:
type: git
location: 'https://github.com/PizzaFactory/jsp_core.git'
components:
- alias: pizza-dev
type: dockerimage
image: camino.azurecr.io/vintage-pizza/pf-gnuchains4x-bfin-elf:4.7.4-20140603
memoryLimit: 512Mi
volumes:
- containerPath: /projects
name: projects
commands:
- name: "build configurator"
actions:
- type: exec
component: theia-dev
command: cd ${CHE_PROJECTS_ROOT}/jsp_core/cfg && make CC=gcc-4.7 CXX=g++-4.7 && echo && echo Build complete.
- name: "configure sample1"
actions:
- type: exec
component: theia-dev
command: cd ${CHE_PROJECTS_ROOT}/jsp_core && ./configure -C blackfin -S ezkit_bf518_00
- name: "make depend"
actions:
- type: exec
component: theia-dev
command: cd ${CHE_PROJECTS_ROOT}/jsp_core && make depend TARGET=bfin-pizzafactory-elf && echo && echo Done.
- name: "build JSP kernel"
actions:
- type: exec
component: theia-dev
command: cd ${CHE_PROJECTS_ROOT}/jsp_core && make TARGET=bfin-pizzafactory-elf
6 changes: 6 additions & 0 deletions devfiles/jsp_core/blackfin-ezkit_bf518_00/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
displayName: "Builder for TOPPERS/JSP (target: blackfin-ezkit_bf518_00)"
description: GNU toolchains and TOPPERS/JSP tuned by PizzaFactory
tags: ["TOPPERS", "TOPPERS/JSP", "PizzaFactory", "ITRON", "blackfin-ezkit_bf518_00" ]
icon: https://raw.githubusercontent.com/wiki/PizzaFactory/che-devfile-registry/toppers-open.svg
globalMemoryLimit: 1024Mi
Loading

0 comments on commit 46cc44e

Please sign in to comment.