Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta-ros to be built for Raspberry Pi 4 instead of Raspberry Pi 3 #664

Closed
herb-kuta-lge opened this issue Jan 14, 2020 · 2 comments
Closed

Comments

@herb-kuta-lge
Copy link
Contributor

herb-kuta-lge commented Jan 14, 2020

Milestone 11 will introduce support for OpenEmbedded release series newer than thud and migrate webOS OSE to version 2.x. This means that meta-ros will be able to be built for Raspberry Pi 4. In order to reduce the number of combinations of OpenEmbedded release series and MACHINE-s for which we do builds, we intend to replace building for raspberrypi3 with building for raspberrypi4. However, we won't do anything that knowing prevents others from building for Raspberry Pi 3.

If this change will cause you hardship, please respond by the end of 2020-01-17 (UTC).

@herb-kuta-lge
Copy link
Contributor Author

There are, of course, two flavors of Raspberry Pi 4 for which binaries can be built: 32-bit and 64-bit. So that there can be a reasonable amount of build coverage for both, we propose to do builds for the 64-bit flavor when DISTRO is ros[12] and the 32-bit flavor when DISTRO is webos.

shr-project added a commit to shr-project/meta-ros that referenced this issue Jan 26, 2020
meta-qt5 as of 2019-11-20 13:49:56 +0100

20331bd6 qt5: update to Qt 5.12.6

meta-updater as of 2020-01-23 16:25:28 +0100

5163ff5 Merge pull request ros#664 from
        advancedtelematic/feat/warrior/2020.1
c267c82 aktualizr: Bump to latest.
39720d1 OTA-4174: Make an ostree update a default on IP Secondary
d209a7d zabbix-agent: configuration recipe
484a2d1 fix issue with attr error for host_forward
438c23b run-qemu-ota: passing hostfwd as command line argument
405b452 Adapt to shared libraries changes in aktualizr
b8528b8 README: bump copyright to 2020.
64706df Allow dots in ostree branch names and hw ids
3910ccc meta: add python to HOSTTOOLS_NONFATAL
shr-project added a commit to shr-project/meta-ros that referenced this issue Jan 28, 2020
oe-core as of 2020-01-25 08:37:48 -0800

a63d59f64a sanity.bbclass: Move sanity_info from conf to cache
9b92d5fbfd populate_sdk_ext.bbclass: No longer needed to clean away
        conf/sanity_info
392e0299fa openssl: fix CVE-2019-1551
8e76d2508d openssl: Whitelist CVE-2019-0190
b9fb2913c7 openssl: Enable os option for with-rand-seed as well
d9f1bfe681 openssl: Upgrade 1.1.1c -> 1.1.1d
3402c001bc openssl: Upgrade 1.1.1b -> 1.1.1c
9160dc4dbe systemd: Upgrade to a more recent snapshot from the
        241 branch
d328696acf systemd: Whitelist CVE-2018-21029 CVE-2019-3843
        CVE-2019-3844
7c51ca8538 iputils: Whitelist CVE-2000-1213 CVE-2000-1214
ca4fc78584 lz4: Whitelist CVE-2014-4715
7f8f018ea5 sysstat: fix CVE-2019-19725
86f196dc07 base.bbclass: add dependency on pseudo from
        do_prepare_recipe_sysroot
a8adb7d231 go: fix CVE-2019-17596
49dca79c6e nasm: fix CVE-2019-14248
021c8ae8e1 nasm: fix CVE-2018-19755
9c4d7a92f4 glib-2.0: Backport the CVE-2019-12450 fix
abc2d1fad9 lighttpd: Backport the CVE-2019-11072 fix
de04ec5dcf glibc: fix CVE-2019-19126
b4628dd1ef libarchive: fix CVE-2019-19221
536a2656b4 gdb: Fix CVE-2019-1010180
a45f9d2047 bind: Whitelist CVE-2019-6470
02c54859c0 binutils: fix CVE-2019-17451
dcd3406c79 binutils: fix CVE-2019-17450
4b764c25d7 wpa-supplicant: fix CVE-2019-16275
04297ee03f python3: RDEPEND on libgcc
262ac0c4d5 python3: Upgrade 3.7.5 -> 3.7.6
a2507600fe python/python3: Whitelist CVE-2019-18348
1b69d141b7 python: Whitelist CVE-2017-17522 CVE-2017-18207
        CVE-2015-5652

bitbake as of 2020-01-25 08:14:18 -0800

aa770081 cooker: Keep track of watched files using a set instead of
        a list

meta-qt5 as of 2019-11-20 13:49:56 +0100

20331bd6 qt5: update to Qt 5.12.6

meta-updater as of 2020-01-23 16:25:28 +0100

5163ff5 Merge pull request ros#664 from
        advancedtelematic/feat/warrior/2020.1
c267c82 aktualizr: Bump to latest.
39720d1 OTA-4174: Make an ostree update a default on IP Secondary
d209a7d zabbix-agent: configuration recipe
484a2d1 fix issue with attr error for host_forward
438c23b run-qemu-ota: passing hostfwd as command line argument
405b452 Adapt to shared libraries changes in aktualizr
b8528b8 README: bump copyright to 2020.
64706df Allow dots in ostree branch names and hw ids
3910ccc meta: add python to HOSTTOOLS_NONFATAL
@herb-kuta-lge
Copy link
Contributor Author

The support policy for MACHINE-s has been codified on the Policies wiki page.

shr-project added a commit to shr-project/meta-ros that referenced this issue Feb 11, 2020
oe-core as of 2020-01-25 08:37:48 -0800

a63d59f64a sanity.bbclass: Move sanity_info from conf to cache
9b92d5fbfd populate_sdk_ext.bbclass: No longer needed to clean away
        conf/sanity_info
392e0299fa openssl: fix CVE-2019-1551
8e76d2508d openssl: Whitelist CVE-2019-0190
b9fb2913c7 openssl: Enable os option for with-rand-seed as well
d9f1bfe681 openssl: Upgrade 1.1.1c -> 1.1.1d
3402c001bc openssl: Upgrade 1.1.1b -> 1.1.1c
9160dc4dbe systemd: Upgrade to a more recent snapshot from the
        241 branch
d328696acf systemd: Whitelist CVE-2018-21029 CVE-2019-3843
        CVE-2019-3844
7c51ca8538 iputils: Whitelist CVE-2000-1213 CVE-2000-1214
ca4fc78584 lz4: Whitelist CVE-2014-4715
7f8f018ea5 sysstat: fix CVE-2019-19725
86f196dc07 base.bbclass: add dependency on pseudo from
        do_prepare_recipe_sysroot
a8adb7d231 go: fix CVE-2019-17596
49dca79c6e nasm: fix CVE-2019-14248
021c8ae8e1 nasm: fix CVE-2018-19755
9c4d7a92f4 glib-2.0: Backport the CVE-2019-12450 fix
abc2d1fad9 lighttpd: Backport the CVE-2019-11072 fix
de04ec5dcf glibc: fix CVE-2019-19126
b4628dd1ef libarchive: fix CVE-2019-19221
536a2656b4 gdb: Fix CVE-2019-1010180
a45f9d2047 bind: Whitelist CVE-2019-6470
02c54859c0 binutils: fix CVE-2019-17451
dcd3406c79 binutils: fix CVE-2019-17450
4b764c25d7 wpa-supplicant: fix CVE-2019-16275
04297ee03f python3: RDEPEND on libgcc
262ac0c4d5 python3: Upgrade 3.7.5 -> 3.7.6
a2507600fe python/python3: Whitelist CVE-2019-18348
1b69d141b7 python: Whitelist CVE-2017-17522 CVE-2017-18207
        CVE-2015-5652

bitbake as of 2020-01-25 08:14:18 -0800

aa770081 cooker: Keep track of watched files using a set instead of
        a list

meta-qt5 as of 2019-11-20 13:49:56 +0100

20331bd6 qt5: update to Qt 5.12.6

meta-updater as of 2020-01-23 16:25:28 +0100

5163ff5 Merge pull request ros#664 from
        advancedtelematic/feat/warrior/2020.1
c267c82 aktualizr: Bump to latest.
39720d1 OTA-4174: Make an ostree update a default on IP Secondary
d209a7d zabbix-agent: configuration recipe
484a2d1 fix issue with attr error for host_forward
438c23b run-qemu-ota: passing hostfwd as command line argument
405b452 Adapt to shared libraries changes in aktualizr
b8528b8 README: bump copyright to 2020.
64706df Allow dots in ostree branch names and hw ids
3910ccc meta: add python to HOSTTOOLS_NONFATAL

Signed-off-by: Martin Jansa <[email protected]>
shr-project added a commit to shr-project/meta-ros that referenced this issue Jul 4, 2020
oe-core as of 2020-01-25 08:37:48 -0800

a63d59f64a sanity.bbclass: Move sanity_info from conf to cache
9b92d5fbfd populate_sdk_ext.bbclass: No longer needed to clean away
        conf/sanity_info
392e0299fa openssl: fix CVE-2019-1551
8e76d2508d openssl: Whitelist CVE-2019-0190
b9fb2913c7 openssl: Enable os option for with-rand-seed as well
d9f1bfe681 openssl: Upgrade 1.1.1c -> 1.1.1d
3402c001bc openssl: Upgrade 1.1.1b -> 1.1.1c
9160dc4dbe systemd: Upgrade to a more recent snapshot from the
        241 branch
d328696acf systemd: Whitelist CVE-2018-21029 CVE-2019-3843
        CVE-2019-3844
7c51ca8538 iputils: Whitelist CVE-2000-1213 CVE-2000-1214
ca4fc78584 lz4: Whitelist CVE-2014-4715
7f8f018ea5 sysstat: fix CVE-2019-19725
86f196dc07 base.bbclass: add dependency on pseudo from
        do_prepare_recipe_sysroot
a8adb7d231 go: fix CVE-2019-17596
49dca79c6e nasm: fix CVE-2019-14248
021c8ae8e1 nasm: fix CVE-2018-19755
9c4d7a92f4 glib-2.0: Backport the CVE-2019-12450 fix
abc2d1fad9 lighttpd: Backport the CVE-2019-11072 fix
de04ec5dcf glibc: fix CVE-2019-19126
b4628dd1ef libarchive: fix CVE-2019-19221
536a2656b4 gdb: Fix CVE-2019-1010180
a45f9d2047 bind: Whitelist CVE-2019-6470
02c54859c0 binutils: fix CVE-2019-17451
dcd3406c79 binutils: fix CVE-2019-17450
4b764c25d7 wpa-supplicant: fix CVE-2019-16275
04297ee03f python3: RDEPEND on libgcc
262ac0c4d5 python3: Upgrade 3.7.5 -> 3.7.6
a2507600fe python/python3: Whitelist CVE-2019-18348
1b69d141b7 python: Whitelist CVE-2017-17522 CVE-2017-18207
        CVE-2015-5652

bitbake as of 2020-01-25 08:14:18 -0800

aa770081 cooker: Keep track of watched files using a set instead of
        a list

meta-qt5 as of 2019-11-20 13:49:56 +0100

20331bd6 qt5: update to Qt 5.12.6

meta-updater as of 2020-01-23 16:25:28 +0100

5163ff5 Merge pull request ros#664 from
        advancedtelematic/feat/warrior/2020.1
c267c82 aktualizr: Bump to latest.
39720d1 OTA-4174: Make an ostree update a default on IP Secondary
d209a7d zabbix-agent: configuration recipe
484a2d1 fix issue with attr error for host_forward
438c23b run-qemu-ota: passing hostfwd as command line argument
405b452 Adapt to shared libraries changes in aktualizr
b8528b8 README: bump copyright to 2020.
64706df Allow dots in ostree branch names and hw ids
3910ccc meta: add python to HOSTTOOLS_NONFATAL

Signed-off-by: Martin Jansa <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant