summaryrefslogtreecommitdiff
path: root/packages/tasks/task-sdk-bare.bb
AgeCommit message (Collapse)AuthorFiles
2009-02-04task-sdk-bare: For 'GLIBC_PKGS' depend on virtual-libc-dev not glibc-devTom Rini1
eglibc and glibc can both provide 'glibc-dev' and I don't see anything eglibc stuff is missing as to why bitbake wants to pull in both glibc and eglibc to fulfill glibc-dev. So we switch to the virtual that both are already providing.
2008-11-26task-sdk-bare: Add uclibc-thread-db for uclibc targetsTom Rini1
On glibc targets we want glibc-thread-db, so for uclibc bring in the equivalent.
2008-11-26task-sdk, task-sdk-bare: Update and abstract to support uclibcTom Rini1
task-sdk.bb provided only a task-sdk-bare package, which uclibc, but bitbake would use task-sdk-bare.bb instead. Update task-sdk-bare.bb to have glibc / uclibc abstractions and delete task-sdk.bb
2008-07-07meta-toolchain neuros: add meta-toolchain for neurosKoen Kooi1
task-sdk-bare: meta-toolchain defaults to this, so add it :)