Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/verify-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'rdkcentral/tr69hostif'
ref: '1.2.3'
ref: 'develop'
path: 'device-management-service/native-platform/tr69hostif'

- name: Set up Python
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ git clone https://github.com/rdkcentral/tr69hostif.git
# Dump the contents of /etc/xconf/certs/mock-xconf-server-cert.pem from above container into a file called mock-xconf-server-cert.pem
docker run --rm ${REGISTRY_ROOT}/${REPOSITORY_NAME}/mockxconf:latest cat /etc/xconf/certs/mock-xconf-server-cert.pem > mock-xconf-server-cert.pem

docker build -t ${REGISTRY_ROOT}/${REPOSITORY_NAME}/native-platform:latest -f Dockerfile .
docker build -t ${REGISTRY_ROOT}/${REPOSITORY_NAME}/native-platform -f Dockerfile .

rm -f mock-xconf-server-cert.pem
rm -rf rdk_logger
Expand All @@ -54,6 +54,6 @@ rm -rf libSyscallWrapper
rm -rf common_utilities
rm -rf tr69hostif
cd -

which tr69hostif


2 changes: 2 additions & 0 deletions native-platform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ RUN apt-get update && apt-get install -y libdirectfb-dev libyajl-dev libtinyxml2
COPY tr69hostif /opt/tr69hostif
RUN cd /opt/tr69hostif && sh cov_build.sh
RUN rm -rf /opt/tr69hostif
RUN which tr69hostif

# Install nodejs
RUN curl -sL https://deb.nodesource.com/setup_22.x | bash -
Expand Down Expand Up @@ -209,3 +210,4 @@ RUN echo 'export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:/usr/local/lib:$LD_LI

CMD ["/usr/local/bin/entrypoint.sh"]
EXPOSE 9090
RUN which tr69hostif