-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
It is no secret that OpenEmbedded/Yocto has a steep learning curve. Many people | ||
who try to use it get discouraged and write it off as porely done and impossible | ||
to understand. This is one of the problems the motivated us to create Yoe. | ||
|
||
Below is some of the feedback we've collected and links to various discussions. | ||
|
||
- If a build breaks, it is not always obvious what went wrong. If there weren't | ||
Google, I'd be dead in the water! | ||
- If I modify some code in a package, how do I know that a bitbake will properly | ||
pull in my changes and rebuild what I want it to? I'd expect that a simple | ||
bitbake would do what I'd think it should do, but in some cases, it does not. | ||
- https://news.ycombinator.com/item?id=21677639 |