Re: [OE-core] [RFC WIP][PATCH v2] add two zram IMAGE_FEATUREs

2021-08-18 Thread Sinan Kaya
On 8/19/2021 12:04 AM, Trevor Woerner wrote: > root@rock-pi-e:~# zramctl > NAME ALGORITHM DISKSIZE DATA COMPR TOTAL STREAMS MOUNTPOINT > /dev/zram2 lz4 975.6M4K 73B 12K 4 [SWAP] > /dev/zram1 lz410M 400K 16.1K 240K 4 /run >

Re: [OE-core] [RFC WIP][PATCH v2] add two zram IMAGE_FEATUREs

2021-08-18 Thread Trevor Woerner
On Wed 2021-08-18 @ 11:37:36 PM, Sinan Kaya wrote: > On 8/18/2021 11:36 PM, Trevor Woerner wrote: > > this is a WIP patch submitted for RFC > > this patch only works, currently, with sysvinit > > but I wanted to get feedback on the general approach before tackling systemd > > How about

Re: [OE-core] [RFC WIP][PATCH v2] add two zram IMAGE_FEATUREs

2021-08-18 Thread Sinan Kaya
On 8/18/2021 11:36 PM, Trevor Woerner wrote: > this is a WIP patch submitted for RFC > this patch only works, currently, with sysvinit > but I wanted to get feedback on the general approach before tackling systemd How about using/extending the zram package in meta-openembedded? Would that be an

[OE-core] [RFC WIP][PATCH v2] add two zram IMAGE_FEATUREs

2021-08-18 Thread Trevor Woerner
The zram kernel module creates RAM-based block devices named /dev/zram ( = 0, 1, ...). Pages written to these disks are compressed and stored in memory itself. These disks allow very fast I/O and compression provides good amounts of memory savings. Some of the use cases include /tmp storage, use