Mnemosyne is a abstract distribution originally designed for ROCKLinux, but currently only support the trunk of OpenSDE.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.1 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: target/mnemosyne/pkg_conf/busybox.conf
  5. # Copyright (C) 2008 The OpenSDE Project
  6. # Copyright (C) 2002 - 2006 Alejandro Mery
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This program is free software; you can redistribute it and/or modify
  11. # it under the terms of the GNU General Public License as published by
  12. # the Free Software Foundation; version 2 of the License. A copy of the
  13. # GNU General Public License can be found in the file COPYING.
  14. # --- SDE-COPYRIGHT-NOTE-END ---
  15. # don't forget to unset this later
  16. BB_MNEMOSYNE_DIR="$base/target/$SDECFG_TRG_MNEMOSYNE/busybox"
  17. bb_mnemosyne_append()
  18. {
  19. local x=
  20. for x; do
  21. if [ -s "$BB_MNEMOSYNE_DIR/$x.config" ]; then
  22. var_append conffiles ' ' $BB_MNEMOSYNE_DIR/$x.config
  23. fi
  24. done
  25. }
  26. # mnemosyne generics
  27. bb_mnemosyne_append mnemosyne
  28. case "$SDECFG_TRG_MNEMOSYNE_FOOTPRINT" in
  29. embedded) bb_mnemosyne_append embedded
  30. [ "$SDECFG_TRG_MNEMOSYNE_EMBEDDED_INIT" = 1 ] && bb_mnemosyne_append embedded-init
  31. ;;
  32. esac
  33. unset bb_mnemosyne_append
  34. unset BB_MNEMOSYNE_DIR