Advertisement
maniacbug

PATCH: Add custom standalone sdk

Jul 29th, 2012
914
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. From ef21d8231b05d10a578e9bc07d6e5ed8c5fe17d6 Mon Sep 17 00:00:00 2001
  2. From: maniacbug <maniacbug@ymail.com>
  3. Date: Tue, 26 Jun 2012 21:44:42 -0700
  4. Subject: [PATCH 2/2] Add custom standalone sdk
  5.  
  6. ---
  7. meta/recipes-core/images/core-image-minimal.bb | 2 +-
  8. .../tasks/task-core-standalone-sdk-target.bb | 7 ++-----
  9. 2 files changed, 3 insertions(+), 6 deletions(-)
  10.  
  11. diff --git a/meta/recipes-core/images/core-image-minimal.bb b/meta/recipes-core/images/core-image-minimal.bb
  12. index 1075ffd..431edd7 100644
  13. --- a/meta/recipes-core/images/core-image-minimal.bb
  14. +++ b/meta/recipes-core/images/core-image-minimal.bb
  15. @@ -3,7 +3,7 @@
  16. #
  17. DESCRIPTION = "A small image just capable of allowing a device to boot."
  18.  
  19. -IMAGE_INSTALL = "task-core-boot task-core-ssh-openssh ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}"
  20. +IMAGE_INSTALL = "task-core-boot task-core-ssh-openssh task-core-standalone-sdk-target ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}"
  21.  
  22. IMAGE_LINGUAS = " "
  23.  
  24. diff --git a/meta/recipes-core/tasks/task-core-standalone-sdk-target.bb b/meta/recipes-core/tasks/task-core-standalone-sdk-target.bb
  25. index 03628a1..3fae816 100644
  26. --- a/meta/recipes-core/tasks/task-core-standalone-sdk-target.bb
  27. +++ b/meta/recipes-core/tasks/task-core-standalone-sdk-target.bb
  28. @@ -1,16 +1,13 @@
  29. DESCRIPTION = "Target packages for the standalone SDK"
  30. -PR = "r7"
  31. +PR = "r9"
  32. LICENSE = "MIT"
  33. LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
  34. file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
  35. ALLOW_EMPTY = "1"
  36.  
  37. -PACKAGES = "${PN} ${PN}-dbg"
  38. +PACKAGES = "${PN}"
  39.  
  40. RDEPENDS_${PN} = "\
  41. libgcc \
  42. - libgcc-dev \
  43. libstdc++ \
  44. - libstdc++-dev \
  45. - ${LIBC_DEPENDENCIES} \
  46. "
  47. --
  48. 1.7.9.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement