Skip to content

Commit

Permalink
move hardware_setup for compile-qtwayland5
Browse files Browse the repository at this point in the history
  • Loading branch information
andiradulescu committed Aug 1, 2024
1 parent 4427d9f commit 5f69765
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Dockerfile.agnos
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ RUN apt-get -o Dpkg::Options::="--force-overwrite" install -yq \
/tmp/agnos/libssl1.1_1.1.1f-1ubuntu2.22_arm64.deb \
libdouble-conversion3

# Hardware setup
RUN mkdir -p /tmp/agnos/debs
COPY ./userspace/debs /tmp/agnos/debs
COPY ./userspace/hardware_setup.sh /tmp/agnos
RUN /tmp/agnos/hardware_setup.sh
RUN mv /data/persist /system/ && rm -rf /data/*

# ################## #
# #### Compiler #### #
# ################## #
Expand All @@ -62,13 +69,6 @@ RUN /tmp/agnos/compile-qtwayland5.sh
# ################### #
FROM agnos-base

# Hardware setup
RUN mkdir -p /tmp/agnos/debs
COPY ./userspace/debs /tmp/agnos/debs
COPY ./userspace/hardware_setup.sh /tmp/agnos
RUN /tmp/agnos/hardware_setup.sh
RUN mv /data/persist /system/ && rm -rf /data/*

# Build ModemManager
COPY ./userspace/compile-modemmanager.sh /tmp/agnos/
RUN /tmp/agnos/compile-modemmanager.sh
Expand Down

0 comments on commit 5f69765

Please sign in to comment.