diff options
author | Chia-I Wu <olv@openmoko.com> | 2008-11-18 16:50:36 +0800 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2009-01-12 14:35:40 +0800 |
commit | 5c898f6e20d5d27a1cc0747746d35f706fd6dfff (patch) | |
tree | ec24779b5ed382cbd3077595cd54a62fad4741c7 /packages | |
parent | dcd288f6787e3e4210efebd79acf047f7be505a1 (diff) |
fastboot: task-base.bb, task-boot.bb: customize openmoko distro more.
Remove avahi. Use hardcoded packages for bluetooth and usbgadget
support. Use initscripts-openmoko instead of initscripts.
Increase the PRs of task-base and task-boot to reflect the changes.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/tasks/task-base.bb | 2 | ||||
-rw-r--r-- | packages/tasks/task-boot.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/tasks/task-base.bb b/packages/tasks/task-base.bb index 220ae48168..60f0908c21 100644 --- a/packages/tasks/task-base.bb +++ b/packages/tasks/task-base.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Merge machine and distro options to create a basic machine task/package" -PR = "r76" +PR = "r77" inherit task diff --git a/packages/tasks/task-boot.bb b/packages/tasks/task-boot.bb index 46f80f0d59..7cd347284e 100644 --- a/packages/tasks/task-boot.bb +++ b/packages/tasks/task-boot.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Basic task to get a device booting" -PR = "r45" +PR = "r46" inherit task |