this post was submitted on 19 Jul 2024
627 points (98.5% liked)
Technology
59152 readers
2312 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Android makes RMS's GNU/Linux language make sense. It is a Linux, but not a GNU/Linux.
Google's attempt to fork Linux failed and now is mainlined so they can maintain as small a set of patches as they can. Once binder was merged, there is no fork anymore.
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/android?h=v6.10
Android is basically a build config now.
TVs that aren't Android are probably GNU/Linux. Smart white goods are often Linux. Linux even get used in cars. Some of it under Automotive Grade Linux, but not all. If some random thing has a user interface, find licenses and you can normally see what FOSS went in.
You can do so much with so little, at no cost of licencing or access. Why wouldn't you?
You use things like Yocto and Buildroot to build a image that has nothing but what you need, how you need it.
Not quite the same thing. I doubt, for example, they have a big bag of device trees for different ARM devices to build from.