-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migrated yocto platform to dunfell and updated pitrezor to 1.9.4
- Loading branch information
Showing
19 changed files
with
36 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ build/downloads/ | |
build/sstate-cache/ | ||
build/tmp/ | ||
build/bitbake-cookerdaemon.log | ||
images | ||
images/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
[submodule "poky"] | ||
path = poky | ||
url = git://git.yoctoproject.org/poky.git | ||
branch = rocko | ||
url = git://git.yoctoproject.org/poky | ||
[submodule "meta-openembedded"] | ||
path = meta-openembedded | ||
url = git://git.openembedded.org/meta-openembedded | ||
branch = rocko | ||
[submodule "meta-raspberrypi"] | ||
path = meta-raspberrypi | ||
url = git://git.yoctoproject.org/meta-raspberrypi | ||
branch = rocko |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
MIT License | ||
|
||
Copyright (c) 2018 heneault | ||
Copyright (c) 2017, 2018, 2019, 2020, 2021 [email protected] | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule meta-openembedded
updated
from 6e3fc5 to f2d02c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 0 additions & 14 deletions
14
meta-pitrezor/recipes-bsp/bootfiles/bcm2835-bootfiles.bbappend
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
include pitrezor-image.bb | ||
inherit extrausers | ||
EXTRA_USERS_PARAMS = "usermod -P raspberry root;" | ||
|
||
IMAGE_INSTALL += " \ | ||
kernel-module-brcmfmac \ | ||
" | ||
customize_image_debug() { | ||
sed -i '/^DROPBEAR_EXTRA_ARGS=/ s/-w//' ${IMAGE_ROOTFS}${sysconfdir}/default/dropbear | ||
echo brcmfmac >> ${IMAGE_ROOTFS}${sysconfdir}/modules-load.d/brcmfmac.conf | ||
echo auto wlan0 >> ${IMAGE_ROOTFS}${sysconfdir}/network/interfaces | ||
ln -s ../init.d/networking ${IMAGE_ROOTFS}${sysconfdir}/rc5.d/S05network | ||
} | ||
|
||
IMAGE_INSTALL += " linux-firmware-bcm43430 wireless-tools wpa-supplicant dropbear gdbserver strace " | ||
ROOTFS_POSTPROCESS_COMMAND_append = " customize_image_debug; " | ||
|
||
IMAGE_INSTALL += " iw wireless-regdb-static wpa-supplicant linux-firmware-rpidistro-bcm43430 linux-firmware-rpidistro-bcm43455 kernel-module-brcmfmac dropbear gdbserver strace " | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
meta-pitrezor/recipes-devtools/protobuf/protobuf_3.4.1.bbappend
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
meta-pitrezor/recipes-devtools/python/python3-protobuf_3.4.0.bbappend
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
meta-pitrezor/recipes-graphics/libsdl2/libsdl2/yocto.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
SRC_URI += "file://yocto.patch" | ||
DEPENDS = "virtual/egl" | ||
PACKAGECONFIG = "gles2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Submodule meta-raspberrypi
updated
from 510009 to 987993
Submodule poky
updated
from 16e22f to 424296