Skip to content

Commit

Permalink
added e2fsprogs
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottW514 committed Apr 6, 2020
1 parent bc3cbeb commit 9e730ae
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion meta-glowforge-bsp/conf/distro/glowforge.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require conf/distro/include/fslc-base.inc

DISTRO = "glowforge"
DISTRO_NAME = "OpenGlow Glowforge"
DISTRO_VERSION = "dev"
DISTRO_VERSION = "0.1.0"

DISTRO_FEATURES_remove = " \
3g alsa avahi bluetooth bluez5 ext2 ipv6 irda nfc nfs opengl pci pcmcia \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

SRC_URI = "git://github.com/ScottW514/python3-gfhardware.git;branch=master"
SRCREV = "6889a5a7d484a0e36e2fd620e73f9625f5969a30"
SRCREV = "d0440266391222311e25dcc84ebef5f42ba55099"

S = "${WORKDIR}/git"

DEPENDS += "libv4l python3-pillow"
DEPENDS += "libv4l libjpeg-turbo"
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ IMAGE_INSTALL = " \
kernel-devicetree \
${CORE_IMAGE_EXTRA_INSTALL} \
curl \
e2fsprogs \
e2fsprogs-resize2fs \
glibc-utils \
glowforge-watchdog \
i2c-tools \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ SUMMARY = "A small collection of utilties to aid in firmware development for the
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

SRC_URI[md5sum] = "5402636a414d006dfa42c5434447e14e"
SRC_URI[sha256sum] = "503ee17b1d1de8ddf0b9e0c9a2dd29ae194bda1f8e77a96aebfcb2e42d93600a"
SRC_URI[md5sum] = "95f151df6935ee4fc2f8f1807cac9202"
SRC_URI[sha256sum] = "7100da230d3baa31bdaf25fe1223aa8f50432a6b66c67902e7515160a9703bae"

BBCLASSEXTEND = "native nativesdk"

Expand Down

0 comments on commit 9e730ae

Please sign in to comment.