Go to file
Markus Volk ed3a97f7b2 rockchip-wic.inc: don't let wic edit fstab
For a while we've noticed that /etc/fstab ends up with "junk" appended to the
end e.g.:

	/dev/sda1       loader1 vfat    defaults        0       0
	/dev/sda2       reserved1       vfat    defaults        0       0
	/dev/sda3       reserved2       vfat    defaults        0       0
	/dev/sda4       loader2 vfat    defaults        0       0
	/dev/sda5       atf     vfat    defaults        0       0
	/dev/sda6       /boot   vfat    defaults        0       0

In most cases this doesn't appear to affect the systems negatively.
However, with the recent patch to switch to UUIDs [0aa5e600: "use uuid
instead of hard-coding root device"] this started becoming an issue on systems
using systemd. Therefore we need to stop wic from adding these junk entries so
that systems continue to boot correctly.

Build tested with core-image-base, nodistro, with both sysvinit and systemd
for:
- marsboard-rk3066
- rock2-square
- firefly-rk3288
- vyasa-rk3288
- nanopi-m4[-2gb]
- tinker-board[-s]
- rock-pi-e
- rock-pi-4[abc]
- rock64

Run tested, core-image-base, both sysvinit and systemd on:
- tinker-board
- rock-pi-e
- rock-pi-4b
- rock64

Commit message updated by Trevor Woerner <twoerner@gmail.com>

Tested-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: MarkusVolk <f_l_k@t-online.de>
2021-09-25 10:34:49 -04:00
classes rockchip-gpt-img: fix for new override syntax 2021-08-10 15:31:42 -04:00
conf rockchip-wic.inc: don't let wic edit fstab 2021-09-25 10:34:49 -04:00
dynamic-layers/qt5-layer/recipes-qt/qt5 switch to the new bitbake OVERRIDE syntax 2021-08-04 21:59:14 -04:00
recipes-bsp switch to the new bitbake OVERRIDE syntax 2021-08-04 21:59:14 -04:00
recipes-graphics/mesa rock64: enable lima with rock64 2021-09-17 11:10:31 -04:00
recipes-kernel/linux linux-yocto_5.4: Drop bbappend 2021-08-19 10:14:35 -04:00
wic use uuid instead of hard-coding root device 2021-09-20 12:52:03 -04:00
COPYING.MIT Initial commit 2014-04-04 16:25:45 +02:00
README rock64: add machine 2021-06-17 22:29:22 -04:00

OpenEmbedded BSP layer for Rockchip boards

About:

The purpose of this layer is to provide OpenEmbedded BSP support for
Rockchip-based devices using upstream sources as much as possible.

Dependencies:

URI: git://git.openembedded.org/openembedded-core
layers: meta
branch: matched branches (e.g. master, sumo, ...)

URI: git://git.yoctoproject.org/meta-arm
layers: meta-arm, meta-arm-toolchain
branch: matched branches (e.g. master, sumo, ...)

Status of supported boards:

builds and boots wic image:
	nanopi-m4
	nanopi-m4-2gb
	rock-pi-e
	rock-pi-4a
	rock-pi-4b
	rock-pi-4c
	rock64
	tinker-board
	tinker-board-s
	vyasa-rk3288
	firefly-rk3288
builds:
	marsboard-rk3066
	radxarock
	rock2-square

Maintenance:

Please send pull requests, patches, comments, or questions to the
yocto mailing list (yocto@lists.yoctoproject.org) CCing the maintainer

When sending patches, please make sure the email subject line includes
"[meta-rockchip][PATCH]" and follow the community's patch submission
guidelines, as described in:
	https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
	https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded

For example, to send your most recent commit (i.e. just one patch),
please use something like:
	git format-patch -M --subject-prefix="meta-rockchip][PATCH" HEAD^
	git send-email --to yocto@lists.yoctoproject.org --cc twoerner@gmail.com <your patch file>

Maintainer:

Trevor Woerner <twoerner@gmail.com>

Brief History:

2014 April
	- originally started by Julien Chauveau
	- Romain Perier joins
2014 Sep
	- Julien leaves
2015 Aug
	- Trevor Woerner joins
2017 Mar
	- developers from Rockchip fork this layer see:
		https://github.com/rockchip-linux/meta-rockchip.git
		http://rockchip.wikidot.com/yocto-user-guide
2017 May
	- Romain leaves
2018 Feb
	- Rockchip developers abandon their fork for buildroot
		http://opensource.rock-chips.com/wiki_Buildroot