Skip to content

Commit f54215c

Browse files
authored
Several updates of sample menus. (#164)
* [DEV] Move the obsolete menus to the `older` directory. * [DEV] Add a sample menu for Raspberry Pi 5. * [DEV] Update sample menus for Qemu et Beagle Bone Black. * [DEV] Update example menus. * [DEV] Remove `older` directory. The old (obsolete) sample menus are still in git history.
1 parent 40d651d commit f54215c

18 files changed

+186
-555
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"notes" : [
3+
"Some sample builds for BeagleBone family boards. ",
4+
"Tested on: BeagleBone Black. ",
5+
"Please refer to the README file for instruction ",
6+
"on how to build the image. "
7+
],
8+
"sources" : [
9+
{
10+
"url": "git://git.yoctoproject.org/poky",
11+
"branch": "scarthgap",
12+
"rev": "yocto-5.0.12"
13+
},
14+
{
15+
"url": "git://git.openembedded.org/meta-openembedded",
16+
"branch": "scarthgap",
17+
"rev": "f1f24826"
18+
}
19+
],
20+
21+
"layers" : [
22+
"poky/meta",
23+
"poky/meta-poky",
24+
"poky/meta-yocto-bsp",
25+
"meta-openembedded/meta-oe"
26+
],
27+
28+
"builds" : {
29+
30+
"beaglebone-console": {
31+
32+
"notes": [
33+
" The default `core-image-base` image. ",
34+
" ",
35+
" The image to write to your SD-card is: ",
36+
" builds/build-beaglebone-console/tmp/deploy/images/beaglebone-yocto/core-image-base-beaglebone-yocto.rootfs.wic"
37+
],
38+
39+
"target" : "core-image-base",
40+
41+
"layers" : [
42+
],
43+
44+
"local.conf": [
45+
"MACHINE = 'beaglebone-yocto' "
46+
]
47+
}
48+
}
49+
}

sample-menus/beaglebone-zeus-menu.json

Lines changed: 0 additions & 41 deletions
This file was deleted.

sample-menus/lee2-menu.json

Lines changed: 0 additions & 58 deletions
This file was deleted.

sample-menus/meetup-paris-embedded-2022-05-18.json

Lines changed: 0 additions & 65 deletions
This file was deleted.

sample-menus/multiple-inheritances-test.json

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,31 @@
11
{
2+
"notes" : [
3+
"This menu is an example of multiple inheritances. ",
4+
"It is not intended to be used for a real build. ",
5+
],
26
"sources" : [
3-
{ "url": "git://git.yoctoproject.org/poky", "branch": "warrior", "rev": "warrior-21.0.3" },
4-
{ "url": "git://git.openembedded.org/meta-openembedded", "branch": "warrior", "rev": "a24acf94d48d635eca668ea34598c6e5c857e3f8" },
5-
{ "url": "git://git.yoctoproject.org/meta-raspberrypi", "branch": "warrior", "rev": "615a1a83399623bcb7afb500bd9d3fc633e32004" },
6-
{ "method": "git", "url": "https://github.com/mendersoftware/meta-mender", "dir": "meta-mender", "branch": "warrior", "rev": "warrior-v2020.03" }
7+
{
8+
"url": "git://git.yoctoproject.org/poky",
9+
"branch": "warrior",
10+
"rev": "warrior-21.0.3"
11+
},
12+
{
13+
"url": "git://git.openembedded.org/meta-openembedded",
14+
"branch": "warrior",
15+
"rev": "a24acf94d48d635eca668ea34598c6e5c857e3f8"
16+
},
17+
{
18+
"url": "git://git.yoctoproject.org/meta-raspberrypi",
19+
"branch": "warrior",
20+
"rev": "615a1a83399623bcb7afb500bd9d3fc633e32004"
21+
},
22+
{
23+
"url": "https://github.com/mendersoftware/meta-mender",
24+
"method": "git",
25+
"dir": "meta-mender",
26+
"branch": "warrior",
27+
"rev": "warrior-v2020.03"
28+
}
729
],
830

931
"layers" : [

sample-menus/pi3-sample-menu.json

Lines changed: 0 additions & 41 deletions
This file was deleted.

sample-menus/platform-general-menu.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"notes": [
3-
"This is a minimal example for a linux platform.",
4-
"It is meant to split common parts to a separate menu",
5-
"Therefore you can have the same base for different",
6-
"targets and machines.",
7-
"Please refer to the README.md file for instruction on how to build the image"
3+
"This is a minimal example for a linux platform. ",
4+
"It is meant to split common parts to a separate menu ",
5+
"Therefore you can have the same base for different ",
6+
"targets and machines. ",
7+
"Please refer to the README.md file for instruction on how to build ",
8+
"the image."
89
],
910
"sources": [
1011
{
@@ -15,7 +16,7 @@
1516
{
1617
"url": "https://github.com/openembedded/meta-openembedded",
1718
"branch": "kirkstone",
18-
"rev": "8609de00952d65bb813a48c535c937324efeb18a",
19+
"rev": "8609de00",
1920
"dir": "meta-openembedded"
2021
}
2122
],

sample-menus/platform-specific-menu.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"notes": [
3-
"This is the specialization for the general platform menu.",
4-
"Please refer to the README.md file for instruction on how to build the image"
3+
"This is the specialization for the general platform menu. ",
4+
"Please refer to the README.md file for instruction on how to build ",
5+
"the image."
56
],
67
"sources": [
78
{

sample-menus/qemu-sample-menu.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"notes" : [
3+
"This is a simple menu for Qemu ARM emulation. ",
4+
"Please refer to the README file for instruction on how to ",
5+
"build the image."
6+
],
7+
"sources" : [
8+
{
9+
"url": "git://git.yoctoproject.org/poky",
10+
"branch": "scarthgap",
11+
"rev": "yocto-5.0.12"
12+
}
13+
],
14+
15+
"layers" : [
16+
"poky/meta",
17+
"poky/meta-poky",
18+
"poky/meta-yocto-bsp"
19+
],
20+
21+
"builds" : {
22+
"qemuarm": {
23+
"target" : "core-image-base",
24+
25+
"local.conf": [
26+
"MACHINE = 'qemuarm' "
27+
]
28+
}
29+
}
30+
}

sample-menus/qemux86-warrior-menu-short-ssh.json

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)