General

I suggest you ...

You've used all your votes and won't be able to post a new idea, but you can still search and comment on existing ideas.

There are two ways to get more votes:

  • When an admin closes an idea you've voted on, you'll get your votes back from that idea.
  • You can remove your votes from an open idea you support.
  • To see ideas you have already voted on, select the “My feedback” filter and select “My open ideas”.
(thinking…)
Reset

Enter your idea and we'll search to see if someone has already suggested it.

If a similar idea already exists, you can vote and comment on it.

If it doesn't exist, you can post your idea so others can vote on it.

Enter your idea and we'll search to see if someone has already suggested it.

  • Hot ideas
  • Top ideas
  • New ideas
    1. Improve task-base stuff

      Few years ago we replaced task-bootstrap with task-base to get better support for machine features. Today it generates lot of dependencies during build (mostly due to Bluetooth) and makes people think that their console images will contain X11.

      12 votes
      Vote 0 votes Vote Vote
      Vote
      Sign in
      Check!
      (thinking…)
      Reset
      or sign in with
      • facebook
      • google
        Password icon
        I agree to the terms of service

        You'll receive a confirmation email with a link to create a password (optional).

        Signed in as (Sign out)
        You have left! (?) (thinking…)
      • Improve the Wiki

        There is a lot of information scattered across the OE, Bitbake, and Poky manuals, but the wiki doesn't have a lot of answers. It seems that that everything on the wiki is of limited scope - especially when it comes to troubleshooting build problems.

        9 votes
        Vote 0 votes Vote Vote
        Vote
        Sign in
        Check!
        (thinking…)
        Reset
        or sign in with
        • facebook
        • google
          Password icon
          I agree to the terms of service

          You'll receive a confirmation email with a link to create a password (optional).

          Signed in as (Sign out)
          You have left! (?) (thinking…)
        • have PID-less script softlinks in temp/

          Whenever a new script is written by bitbake in temp/ (such as run.do_compile.11455), create or update a softlink (run.do_compile) that does not have the PID suffix.

          Prevents you from finding the latest script during code development/debug cycles in the WORKDIR sources. Especially when you mix running the scripts with running bitbake this becomes hasslesome without a softlink.

          8 votes
          Vote 0 votes Vote Vote
          Vote
          Sign in
          Check!
          (thinking…)
          Reset
          or sign in with
          • facebook
          • google
            Password icon
            I agree to the terms of service

            You'll receive a confirmation email with a link to create a password (optional).

            Signed in as (Sign out)
            You have left! (?) (thinking…)

            This is a great idea, in my opinion. I’m certain I’m not the only one to run a ls —sort=time —reverse | head -n 1 to grab the latest log, or to do a -c clean and rebuild of the thing just to clean out the temp dir :)

          • Let do_clean remove ipks too

            Often one is testing a package and decides that the newer one is broken and chooses to write the recipe for an older version instead. do_clean doesnt remove the ipks/debs so re-bitbaking the package after cleaning up doesnt make a difference. do_rootfs will still pick up the newer versions' ipks, polluting the resulting image. This is especially painful when working with core packages like gtk/glib/dbus or anything that builds > 10-20 packages as one has to manually delete all these ipks. From experience, even leaving out one by mistake gave me ERRORs in do_rootfs logs and built half-complete images.

            6 votes
            Vote 0 votes Vote Vote
            Vote
            Sign in
            Check!
            (thinking…)
            Reset
            or sign in with
            • facebook
            • google
              Password icon
              I agree to the terms of service

              You'll receive a confirmation email with a link to create a password (optional).

              Signed in as (Sign out)
              You have left! (?) (thinking…)
            • Create a powerful rootfs/image creation tool

              I believe that many of the complaints about openembedded, particularly those about it being "too general" or too difficult to coerce into generating teeny root filesystems are rooted in our image creation process.

              Using recipes and packages for root filesystem creation is very limited. With a standalone powerful image building tool, you could give the user an interface to pick and choose individual files rather than our package based setup, or they could very easily tell it to take this or that external file and drop it into place, or install this package but without these certain files, etc.

              5 votes
              Vote 0 votes Vote Vote
              Vote
              Sign in
              Check!
              (thinking…)
              Reset
              or sign in with
              • facebook
              • google
                Password icon
                I agree to the terms of service

                You'll receive a confirmation email with a link to create a password (optional).

                Signed in as (Sign out)
                You have left! (?) (thinking…)
              • 3 votes
                Vote 0 votes Vote Vote
                Vote
                Sign in
                Check!
                (thinking…)
                Reset
                or sign in with
                • facebook
                • google
                  Password icon
                  I agree to the terms of service

                  You'll receive a confirmation email with a link to create a password (optional).

                  Signed in as (Sign out)
                  You have left! (?) (thinking…)
                • Keep MAINTAINERS updated.

                  If we can easily get a list of unmaintained packages, then new users can choose to volunteer to maintain a package as a way of starting their OpenEmbedded contributions.

                  3 votes
                  Vote 0 votes Vote Vote
                  Vote
                  Sign in
                  Check!
                  (thinking…)
                  Reset
                  or sign in with
                  • facebook
                  • google
                    Password icon
                    I agree to the terms of service

                    You'll receive a confirmation email with a link to create a password (optional).

                    Signed in as (Sign out)
                    You have left! (?) (thinking…)
                  • 3 votes
                    Vote 0 votes Vote Vote
                    Vote
                    Sign in
                    Check!
                    (thinking…)
                    Reset
                    or sign in with
                    • facebook
                    • google
                      Password icon
                      I agree to the terms of service

                      You'll receive a confirmation email with a link to create a password (optional).

                      Signed in as (Sign out)
                      You have left! (?) (thinking…)
                    • Create .deb "md5sums" control files

                      These are created with the package and get installed in /var/lib/dpkg/info. Afterward it's a great way to find modified files for backup.

                      2 votes
                      Vote 0 votes Vote Vote
                      Vote
                      Sign in
                      Check!
                      (thinking…)
                      Reset
                      or sign in with
                      • facebook
                      • google
                        Password icon
                        I agree to the terms of service

                        You'll receive a confirmation email with a link to create a password (optional).

                        Signed in as (Sign out)
                        You have left! (?) (thinking…)
                      • Add "USE" equivalent.

                        I vote for naming it "WITH", as it will control --with/--without in autotools projects.

                        1 vote
                        Vote 0 votes Vote Vote
                        Vote
                        Sign in
                        Check!
                        (thinking…)
                        Reset
                        or sign in with
                        • facebook
                        • google
                          Password icon
                          I agree to the terms of service

                          You'll receive a confirmation email with a link to create a password (optional).

                          Signed in as (Sign out)
                          You have left! (?) (thinking…)
                        • Provide list of package files that would go into rootfs

                          This would allow people to write scripts to copy .debs/.ipks to another location and check them into configuration management.

                          1 vote
                          Vote 0 votes Vote Vote
                          Vote
                          Sign in
                          Check!
                          (thinking…)
                          Reset
                          or sign in with
                          • facebook
                          • google
                            Password icon
                            I agree to the terms of service

                            You'll receive a confirmation email with a link to create a password (optional).

                            Signed in as (Sign out)
                            You have left! (?) (thinking…)
                          • movie

                            Who's watching this film? Put your assessment (voits)!
                            Thank you!

                            I found this movie on this key
                            movie , download, online movie, watch , download , dvd, ipod, trailer, review

                            1 vote
                            Vote 0 votes Vote Vote
                            Vote
                            Sign in
                            Check!
                            (thinking…)
                            Reset
                            or sign in with
                            • facebook
                            • google
                              Password icon
                              I agree to the terms of service

                              You'll receive a confirmation email with a link to create a password (optional).

                              Signed in as (Sign out)
                              You have left! (?) (thinking…)
                          • Don’t see your idea?
                          • Post a new idea…
                          • General

                            Knowledge Base and Helpdesk