summaryrefslogtreecommitdiffstats
path: root/meta-facebook/meta-wedge/recipes-core/images/wedge-image.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-facebook/meta-wedge/recipes-core/images/wedge-image.inc')
-rw-r--r--meta-facebook/meta-wedge/recipes-core/images/wedge-image.inc81
1 files changed, 0 insertions, 81 deletions
diff --git a/meta-facebook/meta-wedge/recipes-core/images/wedge-image.inc b/meta-facebook/meta-wedge/recipes-core/images/wedge-image.inc
deleted file mode 100644
index a31655e..0000000
--- a/meta-facebook/meta-wedge/recipes-core/images/wedge-image.inc
+++ /dev/null
@@ -1,81 +0,0 @@
-inherit aspeed_uboot_image
-
-# /dev
-require recipes-core/images/aspeed-dev.inc
-
-# Base this image on core-image-minimal
-include recipes-core/images/core-image-minimal.bb
-
-# Changing the image compression from gz to lzma achieves 30% saving (~3M).
-# However, the current u-boot does not have lzma enabled. Stick to gz
-# until we generate a new u-boot image.
-IMAGE_FSTYPES += "cpio.lzma.u-boot"
-UBOOT_IMAGE_ENTRYPOINT = "0x40800000"
-
-PYTHON_PKGS = " \
- python-core \
- python-io \
- python-json \
- python-shell \
- python-subprocess \
- python-argparse \
- python-ctypes \
- python-datetime \
- python-email \
- python-threading \
- python-mime \
- python-pickle \
- python-misc \
- python-netserver \
- "
-
-NTP_PKGS = " \
- ntp \
- ntp-utils \
- sntp \
- ntpdate \
- "
-
-# Include modules in rootfs
-IMAGE_INSTALL += " \
- kernel-modules \
- u-boot \
- u-boot-fw-utils \
- openbmc-utils \
- fan-ctrl \
- rackmon \
- watchdog-ctrl \
- i2c-tools \
- sensor-setup \
- usb-console \
- oob-nic \
- lldp-util \
- bmc-log \
- lmsensors-sensors \
- wedge-eeprom \
- sms-kcsd \
- rest-api \
- cherryPy \
- bottle \
- ipmid \
- po-eeprom \
- bitbang \
- ${PYTHON_PKGS} \
- ${NTP_PKGS} \
- iproute2 \
- dhcp-client \
- spatula \
- "
-
-IMAGE_FEATURES += " \
- ssh-server-openssh \
- tools-debug \
- "
-
-DISTRO_FEATURES += " \
- ext2 \
- ipv6 \
- nfs \
- usbgadget \
- usbhost \
- "
OpenPOWER on IntegriCloud